[media] mceusb: add Dell transceiver ID
Add device ID for a Dell-branded, Philips device ID transceiver reported by an OpenELEC user on their forums. http://openelec.tv/forum/27-hardware-support/5622-adding-support-for-an-ir-receiver--dell-branded--#5622 Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
13b140953a
Коммит
e296e1276c
|
@ -220,6 +220,8 @@ static struct usb_device_id mceusb_dev_table[] = {
|
||||||
{ USB_DEVICE(VENDOR_PHILIPS, 0x206c) },
|
{ USB_DEVICE(VENDOR_PHILIPS, 0x206c) },
|
||||||
/* Philips/Spinel plus IR transceiver for ASUS */
|
/* Philips/Spinel plus IR transceiver for ASUS */
|
||||||
{ USB_DEVICE(VENDOR_PHILIPS, 0x2088) },
|
{ USB_DEVICE(VENDOR_PHILIPS, 0x2088) },
|
||||||
|
/* Philips IR transceiver (Dell branded) */
|
||||||
|
{ USB_DEVICE(VENDOR_PHILIPS, 0x2093) },
|
||||||
/* Realtek MCE IR Receiver and card reader */
|
/* Realtek MCE IR Receiver and card reader */
|
||||||
{ USB_DEVICE(VENDOR_REALTEK, 0x0161),
|
{ USB_DEVICE(VENDOR_REALTEK, 0x0161),
|
||||||
.driver_info = MULTIFUNCTION },
|
.driver_info = MULTIFUNCTION },
|
||||||
|
|
Загрузка…
Ссылка в новой задаче