X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/5069775cc1ff848f0f311ddaebaf8dc930d2aa15..8e0a394ab05e48d650aa2fa3d0381a77cb0f0bc0:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index 94765c1..acf04a4 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -72,7 +72,7 @@ struct am7xxx_usb_device_descriptor { uint8_t interface_number; /* The bInterfaceNumber of the device */ }; -static struct am7xxx_usb_device_descriptor supported_devices[] = { +static const struct am7xxx_usb_device_descriptor supported_devices[] = { { .name = "Acer C110", .vendor_id = 0x1de1, @@ -108,6 +108,13 @@ static 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