[PATCH 2/3] winebus.sys: Clarify a comment.

Matteo Bruni mbruni at codeweavers.com
Wed Mar 2 07:05:31 CST 2022


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
Hopefully I got it right...

 dlls/winebus.sys/unix_private.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/winebus.sys/unix_private.h b/dlls/winebus.sys/unix_private.h
index 3c37f219a4b..ed1ececc9e5 100644
--- a/dlls/winebus.sys/unix_private.h
+++ b/dlls/winebus.sys/unix_private.h
@@ -123,10 +123,10 @@ struct hid_report_descriptor
     BYTE next_report_id[3];
 };
 
-/* HID spec uses None / Stop names for the first two implicit waveforms,
- * where Windows SDK headers use STOP / NULL for the corresponding HID
- * usage constants. We're not actually using the usages anyway are we
- * stick to the HID spec here.
+/* The HID spec uses None / Stop names for the first two implicit waveforms,
+ * where the Windows SDK headers use STOP / NULL for the corresponding HID
+ * usage constants. We don't care about the usages anyway so we stick to the
+ * HID spec's nomenclature here.
  */
 enum haptics_waveform_ordinal
 {
-- 
2.34.1




More information about the wine-devel mailing list