X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/f6f16e3347d967bc04be73a32501b68ffc3427f3..15c717cbc1a51c9a5551dc314f9697aa750d6ecb:/src/am7xxx.c?ds=sidebyside diff --git a/src/am7xxx.c b/src/am7xxx.c index a5e53de..1f75c60 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 @@ -681,7 +688,7 @@ AM7XXX_PUBLIC int am7xxx_init(am7xxx_context **ctx) if (ret < 0) goto out_free_context; - libusb_set_debug((*ctx)->usb_context, 3); + libusb_set_debug((*ctx)->usb_context, LIBUSB_LOG_LEVEL_INFO); ret = scan_devices(*ctx, SCAN_OP_BUILD_DEVLIST , 0, NULL); if (ret < 0) {