summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-gyration.c
diff options
context:
space:
mode:
authorCory Maccarrone2010-05-22 22:00:28 +0200
committerJiri Kosina2010-05-24 19:07:57 +0200
commitc2fd1a4ebf9127c280d227acb635eb1df213439c (patch)
treea6523e7cae6dfd45522a80dad50666c6bf583bda /drivers/hid/hid-gyration.c
parentHID: fix hid-roccat-kone for bin_attr API change (diff)
downloadkernel-qcow2-linux-c2fd1a4ebf9127c280d227acb635eb1df213439c.tar.gz
kernel-qcow2-linux-c2fd1a4ebf9127c280d227acb635eb1df213439c.tar.xz
kernel-qcow2-linux-c2fd1a4ebf9127c280d227acb635eb1df213439c.zip
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>
Diffstat (limited to 'drivers/hid/hid-gyration.c')
-rw-r--r--drivers/hid/hid-gyration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-gyration.c b/drivers/hid/hid-gyration.c
index 62416e6baeca..3975e039c3dd 100644
--- a/drivers/hid/hid-gyration.c
+++ b/drivers/hid/hid-gyration.c
@@ -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);