Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -65,7 +65,7 @@ static unsigned int comm_failures = 0;
|
|||
|
||||
static int device_match_func(USBDevice_t *device, void *privdata)
|
||||
{
|
||||
switch (is_usb_device_supported(richcomm_usb_id, device->VendorID, device->ProductID))
|
||||
switch (is_usb_device_supported(richcomm_usb_id, device))
|
||||
{
|
||||
case SUPPORTED:
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue