search for: usb_vendor_nec

Displaying 4 results from an estimated 4 matches for "usb_vendor_nec".

Did you mean: usb_vendor_apc
2014 Sep 19
3
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
...=============================================== RCS file: /cvs/src/sys/dev/usb/usb_quirks.c,v retrieving revision 1.73 diff -u -p -r1.73 usb_quirks.c --- usb_quirks.c 20 Mar 2014 15:07:11 -0000 1.73 +++ usb_quirks.c 19 Sep 2014 13:29:43 -0000 @@ -109,6 +109,8 @@ const struct usbd_quirk_entry { { USB_VENDOR_NEC, USB_PRODUCT_NEC_PICTY920, ANY, { UQ_BROKEN_BIDIR }}, { USB_VENDOR_NEC, USB_PRODUCT_NEC_PICTY800, ANY, { UQ_BROKEN_BIDIR }}, + { USB_VENDOR_APC, USB_PRODUCT_APC_UPS, ANY, { UQ_BAD_HID }}, + { USB_VENDOR_APC, USB_PRODUCT_APC_UPS5G, ANY, { UQ_BAD_HID }}, { USB_VENDOR_APPLE, US...
2014 Sep 19
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 19, 2014, at 7:26 AM, Stan Gammons <sg063015 at gmail.com> wrote: > --enable-debug-log was in the original makefile. I added --enable-debug. At this point I guess trying to build from source or go back to OpenBSD 5.5 are the only options left. Ah, my confusion was that --enable-debug-log was wrapped in ".ifdef DEBUG", which I suspect is not enabled by default. On the
2014 Sep 19
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 19, 2014, at 5:18 PM, Stan Gammons <sg063015 at gmail.com> wrote: > Looks like this patch fixed the problem. I see the status change now. Good to hear. I'm not familiar with the OpenBSD release process. Is that patch on track to be a part of the final 5.6 release? -- Charles Lepple clepple at gmail
2014 Sep 19
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 19, 2014 5:55 AM, "Charles Lepple" <clepple at gmail.com> wrote: > > On Sep 18, 2014, at 10:09 PM, Stan Gammons <sg063015 at gmail.com> wrote: > > > > > On 09/17/14 22:31, Charles Lepple wrote: > >> Can you rebuild the libusb1 pkg as a port, with the DEBUG flag turned on? > > > > > > Is --enable-debug the way one turns it