search for: usb_release_interfac

Displaying 6 results from an estimated 6 matches for "usb_release_interfac".

Did you mean: usb_release_interface
2007 Nov 20
2
Mustek Powermust 600VA
Hi, I'm having a hard time configuring a Mustek Powermust 600VA ups to work via USB with nut. I read somewhere that nut works OK via the rs232 cable, but unfortunately I don't have a COM port in my computer. The kernel detects the ups as an Xbox pad :) and loads the xpad module. I tried running /lib/nut/megatec with different /dev/ttySx but it displays megatec protocol UPS was not
2005 Jun 23
1
USB UPS Question...
...ibusb.o(.text+0x531): In function `libusb_set_report': : undefined reference to `usb_control_msg' libusb.o(.text+0x553): In function `libusb_get_string': : undefined reference to `usb_get_string_simple' libusb.o(.text+0x5b8): In function `libusb_close': : undefined reference to `usb_release_interface' libusb.o(.text+0x5c6): In function `libusb_close': : undefined reference to `usb_close' collect2: ld returned 1 exit status make: *** [newhidups] Error 1 I do have the libraries AFAIK: [root@mypbx nut-2.0.1]# rpm -qa |grep usb usbutils-0.11-1 libusb-devel-0.1.6-3 libusb-0.1.6-3 I a...
2014 Apr 24
0
usbhid-ups pull request for consideration
Hi Stephen, It's been a little busy at home, so I haven't had a chance to go over the pull request in depth, but I didn't want you to think it hadn't been considered. On Apr 19, 2014, at 1:23 AM, Stephen J. Butler wrote: > I've added a pull request with changes to drivers/libusb and drivers/usbhid-ups mainly. They are to resolve issues I encountered when setting up a
2005 Sep 21
0
Compre facil seu imóvel consorcio (11) 2121-4103
...declaration of function `usb_claim_interface` amload.c:838: warning: format argument is not a pointer (arg 2) amload.c:843: warning: format argument is not a pointer (arg 2) amload.c:848: warning: format argument is not a pointer (arg 2) amload.c:857: warning: implicit declaration of function `usb_release_interface` amload.c:859: warning: implicit declaration of function `usb_close` make[1]: ** [amload] Erro 1 make[1]: Leaving directory `/home/paulo/amedyn/init` make: ** [AME_INIT] Erro 2 Será que dá para dar uma ajuda?! - estou a ficar desesperado! O meu kernel é : 2.4.1.28xxx em um conectiva 9. Ob...
2014 Apr 19
3
usbhid-ups pull request for consideration
I've added a pull request with changes to drivers/libusb and drivers/usbhid-ups mainly. They are to resolve issues I encountered when setting up a Tripp Lite SMART1500LCDT, but I think they're generally useful to the community. Here is the pull request comment I sent: https://github.com/networkupstools/nut/pull/122 Had trouble getting nut to work for my new Tripp Lite SMART1500LCDT. So
2005 Aug 25
3
Tr : NUT patches
...4) attaches a kernel driver to it. The original libusb_open() function would return too early when reopening a device, and in particular, it would not try to detach any kernel drivers. With this patch, reopening is treated in the same way as opening (and works much better for me). Finally, calling usb_release_interface() often caused my driver process to go into uninterruptible sleep and never wake up (it could not even be killed with "kill -KILL"). I had to reboot each time to be able to attach another driver. I commented out this call, which seems to be useless anyway. 4) nut-cvs-patch-NUMPATH-2005-...