Skip to content

Commit

Permalink
xpadneo, core: Reorder devices by PID
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Mar 3, 2024
1 parent e7fc94f commit d2a3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hid-xpadneo/src/hid-xpadneo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,8 @@ static void xpadneo_remove(struct hid_device *hdev)

static const struct hid_device_id xpadneo_devices[] = {
/* XBOX ONE S / X */
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02E0) },
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x0B20),
.driver_data = XPADNEO_QUIRK_SHARE_BUTTON },

Expand Down

0 comments on commit d2a3387

Please sign in to comment.