Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* 2008 - 2009 Arjen de Korte <adkorte-guest@alioth.debian.org>
|
||||
*
|
||||
* Note: this subdriver was initially generated as a "stub" by the
|
||||
* path-to-subdriver script. It must be customized.
|
||||
* gen-usbhid-subdriver script. It must be customized.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -137,7 +137,7 @@ static const char *idowell_format_serial(HIDDevice_t *hd) {
|
|||
* the device is supported by this subdriver, else 0. */
|
||||
static int idowell_claim(HIDDevice_t *hd)
|
||||
{
|
||||
int status = is_usb_device_supported(idowell_usb_device_table, hd->VendorID, hd->ProductID);
|
||||
int status = is_usb_device_supported(idowell_usb_device_table, hd);
|
||||
|
||||
switch (status)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue