mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
[media] lirc_igorplugusb: add Fit PC2 device ID
Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d653c0af49
commit
966ea5b87c
1 changed files with 2 additions and 0 deletions
|
@ -527,6 +527,8 @@ static void igorplugusb_remote_disconnect(struct usb_interface *intf)
|
|||
static struct usb_device_id igorplugusb_remote_id_table[] = {
|
||||
/* Igor Plug USB (Atmel's Manufact. ID) */
|
||||
{ USB_DEVICE(0x03eb, 0x0002) },
|
||||
/* Fit PC2 Infrared Adapter */
|
||||
{ USB_DEVICE(0x03eb, 0x21fe) },
|
||||
|
||||
/* Terminating entry */
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue