Hi,
just wanted to let you know that I have two belkin F6C-1250-TW-RK
UPSes which work just fine with nut. I made this small patch so that
nut recognizes the usb device id.

Thanks,
~David
diff -Nuar nut-2.4.1.orig/drivers/belkin-hid.c nut-2.4.1/drivers/belkin-hid.c
--- nut-2.4.1.orig/drivers/belkin-hid.c	2009-02-17 02:20:48.000000000 -0700
+++ nut-2.4.1/drivers/belkin-hid.c	2009-07-29 10:10:34.000000000 -0600
@@ -49,6 +49,8 @@
 	{ USB_DEVICE(BELKIN_VENDORID, 0x0551), NULL },
 	/* F6C1500-TW-RK */
 	{ USB_DEVICE(BELKIN_VENDORID, 0x0751), NULL },
+	/* F6C1250-TW-RK */
+	{ USB_DEVICE(BELKIN_VENDORID, 0x0750), NULL },
 	/* F6H375-USB */
 	{ USB_DEVICE(BELKIN_VENDORID, 0x0375), NULL },
 	/* F6C1100-UNV, F6C1200-UNV */
diff -Nuar nut-2.4.1.orig/scripts/udev/nut-usbups.rules.in nut-2.4.1/scripts/udev/nut-usbups.rules.in
--- nut-2.4.1.orig/scripts/udev/nut-usbups.rules.in	2009-02-17 02:25:14.000000000 -0700
+++ nut-2.4.1/scripts/udev/nut-usbups.rules.in	2009-07-29 10:09:12.000000000 -0600
@@ -36,6 +36,8 @@
 SYSFS{idVendor}=="050d", SYSFS{idProduct}=="0980", MODE="664", GROUP="@RUN_AS_GROUP@"
 #  F6C1100-UNV, F6C1200-UNV  - usbhid-ups
 SYSFS{idVendor}=="050d", SYSFS{idProduct}=="1100", MODE="664", GROUP="@RUN_AS_GROUP@"
+#  F6C1250-TW-RK  - usbhid-ups
+SYSFS{idVendor}=="050d", SYSFS{idProduct}=="0750", MODE="664", GROUP="@RUN_AS_GROUP@"
 
 #  APC 
 #  various models  - usbhid-ups
_______________________________________________
Nut-upsuser mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

Reply via email to