Fixed Belkin F6C1200-UNV is a Blazer compatible device.
OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=24
This commit is contained in:
parent
d90a3b02d0
commit
7ba8222a5e
@ -13,33 +13,6 @@ Index: nut-2.6.2/drivers/blazer_usb.c
|
|||||||
{ USB_DEVICE(0x0665, 0x5161), &cypress_subdriver }, /* Belkin F6C1200-UNV */
|
{ USB_DEVICE(0x0665, 0x5161), &cypress_subdriver }, /* Belkin F6C1200-UNV */
|
||||||
{ USB_DEVICE(0x06da, 0x0003), &ippon_subdriver }, /* Mustek Powermust */
|
{ USB_DEVICE(0x06da, 0x0003), &ippon_subdriver }, /* Mustek Powermust */
|
||||||
{ USB_DEVICE(0x0f03, 0x0001), &cypress_subdriver }, /* Unitek Alpha 1200Sx */
|
{ USB_DEVICE(0x0f03, 0x0001), &cypress_subdriver }, /* Unitek Alpha 1200Sx */
|
||||||
Index: nut-2.6.2/drivers/belkin-hid.c
|
|
||||||
===================================================================
|
|
||||||
--- nut-2.6.2.orig/drivers/belkin-hid.c
|
|
||||||
+++ nut-2.6.2/drivers/belkin-hid.c
|
|
||||||
@@ -33,6 +33,9 @@
|
|
||||||
/* Belkin */
|
|
||||||
#define BELKIN_VENDORID 0x050d
|
|
||||||
|
|
||||||
+/* Cypress Semiconductor */
|
|
||||||
+#define CYPRESS_VENDORID 0x0665
|
|
||||||
+
|
|
||||||
/* Liebert */
|
|
||||||
#define LIEBERT_VENDORID 0x10af
|
|
||||||
|
|
||||||
@@ -54,9 +57,10 @@ static usb_device_id_t belkin_usb_device
|
|
||||||
{ USB_DEVICE(BELKIN_VENDORID, 0x0751), NULL },
|
|
||||||
/* F6H375-USB */
|
|
||||||
{ USB_DEVICE(BELKIN_VENDORID, 0x0375), NULL },
|
|
||||||
- /* F6C1100-UNV, F6C1200-UNV */
|
|
||||||
+ /* F6C1100-UNV */
|
|
||||||
{ USB_DEVICE(BELKIN_VENDORID, 0x1100), NULL },
|
|
||||||
-
|
|
||||||
+ /* F6C1200-UNV */
|
|
||||||
+ { USB_DEVICE(CYPRESS_VENDORID, 0x5161), NULL },
|
|
||||||
/* Liebert PowerSure PSA UPS */
|
|
||||||
{ USB_DEVICE(LIEBERT_VENDORID, 0x0001), NULL },
|
|
||||||
|
|
||||||
Index: nut-2.6.2/drivers/cps-hid.c
|
Index: nut-2.6.2/drivers/cps-hid.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nut-2.6.2.orig/drivers/cps-hid.c
|
--- nut-2.6.2.orig/drivers/cps-hid.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user