Skip to content

Commit d2a3387

Browse files
committed
xpadneo, core: Reorder devices by PID
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent e7fc94f commit d2a3387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hid-xpadneo/src/hid-xpadneo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,8 +1256,8 @@ static void xpadneo_remove(struct hid_device *hdev)
12561256

12571257
static const struct hid_device_id xpadneo_devices[] = {
12581258
/* XBOX ONE S / X */
1259-
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
12601259
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02E0) },
1260+
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
12611261
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x0B20),
12621262
.driver_data = XPADNEO_QUIRK_SHARE_BUTTON },
12631263

0 commit comments

Comments
 (0)