[Nut-upsuser] Cyberpower Value 600E UPS (USB) is not recognized by usbhid-ups under FreeBSD 7.2
Daniel O'Connor
doconnor at gsoft.com.au
Wed May 20 10:44:23 UTC 2009
On Wed, 20 May 2009, Daniel O'Connor wrote:
> The actual fix is to add an entry in the blacklist for uhid devices
> in /usr/src/sys/dev/usb/usb_quirks.c (around line 115) for the
> vendor/id of your UPS. I think you also need to add an entry
> to /usr/src/sys/dev/usb/usbdevs for the UPS itself. That requires a
> kernel rebuild BTW.
>
> If you give me the output of 'usbdevs -v' I can whip up a quick
> patch.
I checked your original post, this should do it.
I've only tested it compiles though :)
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
Index: sys/dev/usb/usb_quirks.c
===================================================================
--- sys/dev/usb/usb_quirks.c (revision 192375)
+++ sys/dev/usb/usb_quirks.c (working copy)
@@ -120,6 +120,8 @@
ANY, { UQ_KBD_IGNORE }},
{ USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY24X,
ANY, { UQ_KBD_IGNORE }},
+ { USB_VENDOR_CYBERPOWER, USB_PRODUCT_CYBERPOWER_1500CAVRLCD,
+ ANY, { UQ_KBD_IGNORE }},
{ 0, 0, 0, { 0 } }
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20090520/ca2cbc3f/attachment.pgp>
More information about the Nut-upsuser
mailing list