On Tue, 22 Nov 2011, Przemyslaw Tokarski wrote: > > Hello list!! > > Maybe this list is not the right place to ask my question, however other > lists regarding usb for Linux seem to be gone. I'd like to know what the > current (2011) Linux/i386 usb user-space API is? As far as I have read > those should be libusb-1.0 library (for accessing non-hid usb devices) and > libhid library that is based on libusb-0.1 library (for accessing hid usb > devices). Am I correct? That's right. There's also the low-level usbfs interface exposed in /usr/include/linux/usbdevice_fs.h. It works for all devices, HID or not. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html