fx2lafw: Add new VID:PID for usb-c-grok
This commit is contained in:
parent
7d40b5ee62
commit
af930bcf7b
|
@ -246,6 +246,9 @@ ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608d", ENV{ID_SIGROK}="1"
|
|||
# sigrok FX2 DSO (2ch)
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608e", ENV{ID_SIGROK}="1"
|
||||
|
||||
# sigrok usb-c-grok
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608f", ENV{ID_SIGROK}="1"
|
||||
|
||||
# SysClk LWLA1016
|
||||
ATTRS{idVendor}=="2961", ATTRS{idProduct}=="6688", ENV{ID_SIGROK}="1"
|
||||
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue