From d52698283cc0fe225a0d87c68e38969c35d1c9b2 Mon Sep 17 00:00:00 2001
From: Richard Wisenoecker <richard47@gmx.at>
Date: Sun, 13 May 2012 10:25:52 +0200
Subject: [PATCH] am7xxx: add support for Acer C112

---
 src/am7xxx.c | 5 +++++
 1 file changed, 5 insertions(+)

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,
-- 
2.1.4