more error code sanitization
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
2008-05-05 Daniel Drakemore error code sanitization
2008-05-05 Daniel Drakemove descriptor parsing into main library
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-05 Daniel DrakeLinux: fix logical URB allocation
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeWell-defined error codes for some operations
2008-05-03 Daniel DrakeAdd libusb_set_configuration()
2008-05-03 Daniel Drakerename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM
2008-05-03 Daniel DrakeLinux: better EACCES handling
2008-05-03 Daniel DrakeRename reference counting API
2008-05-03 Daniel DrakeLinux: use read-only access to enumerate devices and...
2008-05-02 Daniel Drakedetect short descriptor reads
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-17 Daniel DrakeLinux: fix control transfer cancellation
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-23 Daniel DrakeSupport for changing altsetting
2008-03-15 Vasily KhoruzhickFix get_device_list for realloc case
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction