We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fc94f commit d2a3387Copy full SHA for d2a3387
hid-xpadneo/src/hid-xpadneo.c
@@ -1256,8 +1256,8 @@ static void xpadneo_remove(struct hid_device *hdev)
1256
1257
static const struct hid_device_id xpadneo_devices[] = {
1258
/* XBOX ONE S / X */
1259
- { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
1260
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02E0) },
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
1261
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x0B20),
1262
.driver_data = XPADNEO_QUIRK_SHARE_BUTTON },
1263
0 commit comments