From: Richard Wisenoecker Date: Sun, 13 May 2012 08:25:52 +0000 (+0200) Subject: am7xxx: add support for Acer C112 X-Git-Tag: v0.1.3~33 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/d52698283cc0fe225a0d87c68e38969c35d1c9b2 am7xxx: add support for Acer C112 --- diff --git a/src/am7xxx.c b/src/am7xxx.c index d22a417..ae6de0f 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -77,6 +77,11 @@ static struct am7xxx_usb_device_descriptor supported_devices[] = { .product_id = 0xc101, }, { + .name = "Acer C112", + .vendor_id = 0x1de1, + .product_id = 0x5501, + }, + { .name = "Philips/Sagemcom PicoPix 1020", .vendor_id = 0x21e7, .product_id = 0x000e,