search for: hidapi

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

2016 Apr 01
2
OSX and USB issue
Hi list, I?ve spend a LOT of time reading and trying many versions, from Fink to Brew and also compiling source. OSX 10.11.3 NUT: v2.7.4 Driver: nutdrv_atcl_usb I have the same problem that has been reported, that Mac OSX grabs the USB device so NUT can?t use it. 0.001924 Starting UPS: UDups 0.001956 1 remaining attempts 0.001966 exec: /sw/lib/nut/nutdrv_atcl_usb -a UDups -u root
2016 May 04
0
openocd
Does anybody have openocd-0.9.0 RPM for CentOS6 x86_64? I was able to compile F23's SRPM (along with two libraries - hidapi-0.7.0 from F19 and libusbx-1.0.14 from F19) but it gives me only "Segmentation fault". Unfortunately i'm too inexperienced to debug it by my own (gdb and strace didn't help me). -- Over And Out MoonWolf
2024 Aug 22
1
Question about nut-dependencies
On Aug 21, 2024, at 12:34?PM, Heath Smith via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote: > > 1) Who is deciding what goes in to fink and port packages? Do the maintainers of NUT have any say with fink, Mac Ports, and Home Brew (for MacOs machines)? > As Jim mentioned, the distributions like Fink and MacPorts are free to choose the subset of dependencies that they
2017 Mar 11
2
[nut-upsuser] Copeland Engineering Dockmaster
...nds to use libusb rather than the Linux-specific hiddev/hidraw APIs. We have a few options: * Use hidraw, which is only available on Linux, but is known to work with this device. This would require a bit of autoconf plumbing in order to prevent other platforms from building the new driver. * Use HIDAPI, a portability library written by Alan Ott (author of the hidraw.txt kernel documentation). Adds another dependency that we haven't used yet. * Use libhid, which involves detaching the hiddev/hidraw driver from the device. We do this all the time with PDC HID devices. It might take a little mo...