]> Git Repo - linux.git/commitdiff
HID: Correct Logitech order in hid-ids.h
authorSimon Wood <[email protected]>
Wed, 20 Feb 2013 03:25:14 +0000 (20:25 -0700)
committerJiri Kosina <[email protected]>
Wed, 20 Feb 2013 09:19:11 +0000 (10:19 +0100)
Reorders a couple of device IDs (Logitech controllers) to ensure
that they are in hexidecimal order.

Signed-off-by: Simon Wood <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
drivers/hid/hid-ids.h

index 34e25471aeaaaa547f1e4ea1a1879426d7350444..865492c8b0e0c24ab6ed13e65b24007e80d8a6af 100644 (file)
 #define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D     0xc283
 #define USB_DEVICE_ID_LOGITECH_FORCE3D_PRO     0xc286
 #define USB_DEVICE_ID_LOGITECH_FLIGHT_SYSTEM_G940      0xc287
-#define USB_DEVICE_ID_LOGITECH_WHEEL   0xc294
 #define USB_DEVICE_ID_LOGITECH_WINGMAN_FFG     0xc293
+#define USB_DEVICE_ID_LOGITECH_WHEEL   0xc294
 #define USB_DEVICE_ID_LOGITECH_MOMO_WHEEL      0xc295
 #define USB_DEVICE_ID_LOGITECH_DFP_WHEEL       0xc298
 #define USB_DEVICE_ID_LOGITECH_G25_WHEEL       0xc299
This page took 0.051917 seconds and 4 git commands to generate.