Imported Upstream version 2.7.1

This commit is contained in:
Laurent Bigonville 2013-11-24 16:00:12 +01:00
parent a1fa151fc7
commit 0121794af9
451 changed files with 41339 additions and 10887 deletions

View file

@ -108,8 +108,7 @@ static const char *liebert_format_serial(HIDDevice_t *hd) {
* the device is supported by this subdriver, else 0. */
static int liebert_claim(HIDDevice_t *hd) {
int status = is_usb_device_supported(liebert_usb_device_table, hd->VendorID,
hd->ProductID);
int status = is_usb_device_supported(liebert_usb_device_table, hd);
switch (status) {