Top "Libusb" questions

libusb is a library that gives user level applications uniform access to USB devices across many different operating systems.

know a usb device's endpoint

Is there a bash command, a program or a libusb function (although I did not find one) which indicates me …

endpoint libusb
How to give /dev/bus/usb permissions for libusb android applications?

i am developing an Application that uses libusb via jni. this application is currently targeted only to rooted, usb-host Android 3+ …

android permissions usb android-ndk libusb
pyusb: cannot set configuration

I am trying to make a script (on linux) that can turn a light in my mouse on or off. …

python usb libusb pyusb
libusb interface already claimed

I'm writing a device driver for a usb device using libusb. When I attempt to claim the device I get …

linux usb driver libusb
Libusb and how to use its packages in Ubuntu

I have installed libusb by using the following command. I am not sure if it was right or not and …

c++ c ubuntu installation libusb
Android ADK with PC as USB Host with libusb, bulk transfer error

I'm trying to make my PC the USB Host for Android 2.3.4 devices in order to be able to develop APIs …

android libusb adk
libusb interrupt transfer

I need to reverse engineer a driver for custom made HID USB device (some buttons and leds on an control …

c++ c linux usb libusb
Linking libusb in Mac OS X

I have this very simple piece of code that I'm trying to compile. I'm fairly new to GCC from the …

macos gcc osx-mavericks libusb libusb-1.0
PyUSB: reading from a USB device

This is an updated and shortened question. Communicating with a USB-device should be easy via PyUSB. So, I'm trying to …

python usb libusb pyusb
Accessing a USB device with libusb-1.0 as a non-root user

I am trying to interface with a USB device as a non-root user on RHEL5. The device is a GPIO …

linux permissions libusb