diff options
author | Chuck Ebbert <cebbert@redhat.com> | 2010-09-15 08:37:37 -0400 |
---|---|---|
committer | Chuck Ebbert <cebbert@redhat.com> | 2010-09-15 08:37:37 -0400 |
commit | 6d1d3d62c35ee70d2e33dab6e732eaee7439dfca (patch) | |
tree | dddb441cb0322b8cd22471b7493ffcb3e792f52c /add-appleir-usb-driver.patch | |
parent | dd2e67f6a935cd31065f1b78dbfa0c33042c2abd (diff) | |
download | kernel-6d1d3d62c35ee70d2e33dab6e732eaee7439dfca.tar.gz kernel-6d1d3d62c35ee70d2e33dab6e732eaee7439dfca.tar.xz kernel-6d1d3d62c35ee70d2e33dab6e732eaee7439dfca.zip |
Linux 2.6.36-rc4-git2
Fix up add-appleir-usb-driver.patch after HID core changes.
Diffstat (limited to 'add-appleir-usb-driver.patch')
-rw-r--r-- | add-appleir-usb-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add-appleir-usb-driver.patch b/add-appleir-usb-driver.patch index 210f289f8..61edb8061 100644 --- a/add-appleir-usb-driver.patch +++ b/add-appleir-usb-driver.patch @@ -116,9 +116,9 @@ index baa25ad..abc5bd7 100644 + { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL3) }, + { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL4) }, + { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL5) }, - { HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_T91MT)}, { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_LCM)}, { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_LCM2)}, + { HID_USB_DEVICE(USB_VENDOR_ID_AVERMEDIA, USB_DEVICE_ID_AVER_FM_MR800) }, diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 11af537..360a5ca 100644 --- a/drivers/hid/hid-ids.h |