X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fapi.c;h=04efcf3f6abba45d47dab0a2974a8f3c56c97e90;hb=e2bd01f4a7cd7a8057e03123d2ef1782b2d6c1d4;hp=dc085266d1129236d1eca0bfb3f32d76c0acd647;hpb=4be5746d1dd2796aa10f0c45440005d28a554901;p=libsigrok.git diff --git a/src/hardware/fx2lafw/api.c b/src/hardware/fx2lafw/api.c index dc085266..04efcf3f 100644 --- a/src/hardware/fx2lafw/api.c +++ b/src/hardware/fx2lafw/api.c @@ -105,6 +105,13 @@ static const struct fx2lafw_profile supported_fx2[] = { "fx2lafw-sigrok-fx2-16ch.fw", DEV_CAPS_16BIT, NULL, NULL }, + /* + * usb-c-grok + */ + { 0x1d50, 0x608f, "sigrok", "usb-c-grok", NULL, + "fx2lafw-usb-c-grok.fw", + 0, NULL, NULL}, + ALL_ZERO }; @@ -150,6 +157,7 @@ static const uint64_t samplerates[] = { SR_MHZ(12), SR_MHZ(16), SR_MHZ(24), + SR_MHZ(48), }; static gboolean is_plausible(const struct libusb_device_descriptor *des)