Skip to content

Commit 71d362b

Browse files
raphnetJiri Kosina
authored andcommitted
HID: usbhid: Fix incorrect product id of old 4nes4snes
The correct product ID for the old version of the raphnet 4nes4snes device was 0x0a9d, not 0x0a8d. Signed-off-by: Raphael Assenat <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c2848f2 commit 71d362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
#define USB_DEVICE_ID_RI_KA_WEBMAIL 0x1320 /* Webmail Notifier */
10481048

10491049
#define USB_VENDOR_ID_MULTIPLE_1781 0x1781
1050-
#define USB_DEVICE_ID_RAPHNET_4NES4SNES_OLD 0x0a8d
1050+
#define USB_DEVICE_ID_RAPHNET_4NES4SNES_OLD 0x0a9d
10511051

10521052
#define USB_VENDOR_ID_DRACAL_RAPHNET 0x289b
10531053
#define USB_DEVICE_ID_RAPHNET_2NES2SNES 0x0002

0 commit comments

Comments
 (0)