summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2023-05-29 19:17:23 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2023-05-29 19:17:23 +0200
commit86ef63dfafdb87f8adf8094ee6a931a8774403f6 (patch)
tree9f4d5120e32b6dfa2d4180c3074e8b36a9c67592
parentbca253e05afb7de890e0d593d3a0192a274609ce (diff)
Improve HID changelog entries
-rw-r--r--CHANGELOG.md4
-rw-r--r--res/linux/org.mixxx.Mixxx.metainfo.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 627c08c1b5..88c9981b39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -374,8 +374,8 @@
### Controller Backend
* Never raise a fatal error if a controller mapping tries access a non-existent control object [#2947](https://github.com/mixxxdj/mixxx/pull/2947)
-* Add generic USB HID "Set Reports (Feature)" functionality [#3051](https://github.com/mixxxdj/mixxx/pull/3051)
-* Add support for reading the status of an HID controller (like MIDI SYSEX) [#3317](https://github.com/mixxxdj/mixxx/pull/3317)
+* Add support to access HID FeatureReports [#3051](https://github.com/mixxxdj/mixxx/pull/3051)
+* Add function to request HID InputReports, to determine controller state at startup [#3317](https://github.com/mixxxdj/mixxx/pull/3317)
* Exclude HID device: ELAN touch screen [#11324](https://github.com/mixxxdj/mixxx/pull/11324) [#11323](https://github.com/mixxxdj/mixxx/issues/11323)
* Show otherwise hidden HID devices in developer mode [#11317](https://github.com/mixxxdj/mixxx/pull/11317)
* Use hidapi's hidraw backend instead of libusb on Linux [#4054](https://github.com/mixxxdj/mixxx/pull/4054)
diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml
index ec1ea22784..1d7e90f16d 100644
--- a/res/linux/org.mixxx.Mixxx.metainfo.xml
+++ b/res/linux/org.mixxx.Mixxx.metainfo.xml
@@ -96,7 +96,7 @@
Do not edit it manually.
-->
<releases>
- <release version="2.4.0" type="development" date="2023-05-29" timestamp="1685366667">
+ <release version="2.4.0" type="development" date="2023-05-29" timestamp="1685369411">
<description>
<p>
Cover Art
@@ -856,11 +856,11 @@
#2947
</li>
<li>
- Add generic USB HID "Set Reports (Feature)" functionality
+ Add support to access HID FeatureReports
#3051
</li>
<li>
- Add support for reading the status of an HID controller (like MIDI SYSEX)
+ Add function to request HID InputReports, to determine controller state at startup
#3317
</li>
<li>
@@ -1922,7 +1922,7 @@
</ul>
</description>
</release>
- <release version="2.3.6" type="development" date="2023-05-29" timestamp="1685366667">
+ <release version="2.3.6" type="development" date="2023-05-29" timestamp="1685369411">
<description>
<ul>
<li>