HID: Add the GYR4101US USB ID to hid-gyration
This change adds in the USB product ID for the Gyration GYR4101US USB media center remote control. This remote is similar enough to the other two devices that this driver can be used without any other changes to get full support for the remote. Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
5f2776293f
commit
c2fd1a4ebf
@ -73,6 +73,7 @@ static int gyration_event(struct hid_device *hdev, struct hid_field *field,
|
||||
static const struct hid_device_id gyration_devices[] = {
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_GYRATION, USB_DEVICE_ID_GYRATION_REMOTE) },
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_GYRATION, USB_DEVICE_ID_GYRATION_REMOTE_2) },
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_GYRATION, USB_DEVICE_ID_GYRATION_REMOTE_3) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(hid, gyration_devices);
|
||||
|
Reference in New Issue
Block a user