projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966ea5b
)
[media] lirc_it87: add another pnp id
author
Jarod Wilson
<jarod@redhat.com>
Wed, 20 Oct 2010 18:01:59 +0000
(15:01 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 22 Oct 2010 22:05:37 +0000
(20:05 -0200)
Jochen Kühner reports lirc_it87 works with his hardware with this device
ID.
Tested-by: Jochen Kühner <jochen.kuehner@gmx.de>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/lirc/lirc_it87.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/lirc/lirc_it87.c
b/drivers/staging/lirc/lirc_it87.c
index bd5006c8fcaaca59d26b33f9a490e020bcf398b4..20f02bc6236b362899c115e5e1f0aeca5d1f0aef 100644
(file)
--- a/
drivers/staging/lirc/lirc_it87.c
+++ b/
drivers/staging/lirc/lirc_it87.c
@@
-965,10
+965,11
@@
static void __exit lirc_it87_exit(void)
printk(KERN_INFO LIRC_DRIVER_NAME ": Uninstalled.\n");
}
-/* SECTION: PNP for ITE8704/18 */
+/* SECTION: PNP for ITE8704/1
3/1
8 */
static const struct pnp_device_id pnp_dev_table[] = {
{"ITE8704", 0},
+ {"ITE8713", 0},
{}
};