From 8e0a394ab05e48d650aa2fa3d0381a77cb0f0bc0 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 25 Mar 2013 22:47:21 +0100 Subject: [PATCH] am7xxx: add support for Philips/Sagemcom PicoPix 2330 --- src/am7xxx.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/am7xxx.c b/src/am7xxx.c index a5e53de..acf04a4 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -108,6 +108,13 @@ static const struct am7xxx_usb_device_descriptor supported_devices[] = { .configuration = 2, .interface_number = 0, }, + { + .name = "Philips/Sagemcom PicoPix 2330", + .vendor_id = 0x21e7, + .product_id = 0x0019, + .configuration = 1, + .interface_number = 0, + }, }; /* The header size on the wire is known to be always 24 bytes, regardless of -- 2.1.4