Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fca4b8b7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "HID: Adding new ids for hid-qvr support"

parents 2022f3d1 8f1c4f50
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1235,7 +1235,9 @@

#define USB_VENDOR_ID_QVR5	0x045e
#define USB_VENDOR_ID_QVR32A	0x04b4
#define USB_VENDOR_ID_NREAL	0x05a9
#define USB_DEVICE_ID_QVR5	0x0659
#define USB_DEVICE_ID_QVR32A	0x00c3
#define USB_DEVICE_ID_NREAL	0x0680

#endif
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@ static const struct hid_device_id hid_quirks[] = {
	HID_QUIRK_HIDINPUT_FORCE | HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
	{ HID_USB_DEVICE(USB_VENDOR_ID_QVR32A, USB_DEVICE_ID_QVR32A),
	HID_QUIRK_HIDINPUT_FORCE | HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
	{ USB_VENDOR_ID_NREAL, USB_DEVICE_ID_NREAL, HID_QUIRK_HIDINPUT_FORCE },

	{ 0 }
};
+1 −0
Original line number Diff line number Diff line
@@ -593,6 +593,7 @@ static void qvr_external_sensor_device_remove(struct hid_device *hdev)
static struct hid_device_id qvr_external_sensor_table[] = {
	{ HID_USB_DEVICE(USB_VENDOR_ID_QVR5, USB_DEVICE_ID_QVR5) },
	{ HID_USB_DEVICE(USB_VENDOR_ID_QVR32A, USB_DEVICE_ID_QVR32A) },
	{ HID_USB_DEVICE(USB_VENDOR_ID_NREAL, USB_DEVICE_ID_NREAL) },
	{ }
};
MODULE_DEVICE_TABLE(hid, qvr_external_sensor_table);