Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c8fa381 authored by Jarod Wilson's avatar Jarod Wilson Committed by Mauro Carvalho Chehab
Browse files

[media] lirc_it87: add another pnp id



Jochen Kühner reports lirc_it87 works with his hardware with this device
ID.

Tested-by: default avatarJochen Kühner <jochen.kuehner@gmx.de>
Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 966ea5b8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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/13/18 */

static const struct pnp_device_id pnp_dev_table[] = {
	{"ITE8704", 0},
	{"ITE8713", 0},
	{}
};