source: libusb

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @885c2a   5 years dsd documentation touchups wip-hotplug
(edit) @59c205   5 years dsd more error code sanitization wip-hotplug
(edit) @88055d   5 years dsd Isochronous transfer helper functions wip-hotplug
(edit) @a95c94   5 years dsd free open devices on exit wip-hotplug
(edit) @b27fff   5 years dsd move descriptor parsing into main library OS modules now provide … wip-hotplug
(edit) @a304ec   5 years dsd Detect endpoint halts and unsupported control requests wip-hotplug
(edit) @7da521   5 years dsd Linux: fix logical URB allocation We were allocating the wrong number of … wip-hotplug
(edit) @470b1b   5 years dsd add functionality for querying and detaching kernel driver wip-hotplug
(edit) @17ecfb   5 years dsd Descriptor reading functionality wip-hotplug
(edit) @bdce36   5 years dsd sanitized error returns from synchronous I/O functions wip-hotplug
(edit) @bfe74e   5 years dsd implement libusb_reset_device() wip-hotplug
(edit) @c01f74   5 years dsd Add functionality to clear endpoint halt conditions wip-hotplug
(edit) @5878da   5 years dsd Fix libusb_get_device_list return value It was documented to return the … wip-hotplug
(edit) @a74106   5 years dsd Well-defined error codes for some operations Also renamed … wip-hotplug
(edit) @0f463f   5 years dsd Add libusb_set_configuration() wip-hotplug
(edit) @e65608   5 years dsd rename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM improves consistency wip-hotplug
(edit) @5384bb   5 years dsd Linux: better EACCES handling wip-hotplug
(edit) @1936ee   5 years dsd Rename reference counting API This improves consistency with the naming … wip-hotplug
(edit) @e2f822   5 years dsd Linux: use read-only access to enumerate devices and descriptors Write … wip-hotplug
(edit) @81204e   5 years dsd document pollfd notifiers wip-hotplug
(edit) @e20f82   5 years dsd Allow multiple interfaces to be claimed wip-hotplug
(edit) @66685f   5 years dsd Documentation improvements wip-hotplug
(edit) @55bce3   5 years dsd detect short descriptor reads wip-hotplug
(edit) @f3f178   5 years dsd remove "references" and "referenced by" listings in documentation wip-hotplug
(edit) @fbb017   5 years dsd Use typedef ptr types in parameters and return types This is passed … wip-hotplug
(edit) @3675e9   5 years dsd Expose bus number and device address wip-hotplug
(edit) @201289   5 years dsd standardised error codes wip-hotplug
(edit) @0269c7   5 years dsd Fix descriptor handling memory leaks wip-hotplug
(edit) @d3ab4e   5 years dsd Rename endpoint_type to transfer_type Matches the USB specs more closely wip-hotplug
(edit) @379e90   5 years dsd Remove a FIXME comment it can't. wip-hotplug
(edit) @2ddf81   5 years dsd Fix unlocked flying_transfers list access wip-hotplug
(edit) @7ac0a4   5 years dsd Remove libusb_cancel_transfer_sync This wasn't a particularly nice API. … wip-hotplug
(edit) @a5006f   5 years dsd remove extra timeout check If select() didn't timeout then don't check … wip-hotplug
(edit) @3bdafa   5 years dsd Documentation touchups Detail that interrupt polling interval is fixed to … wip-hotplug
(edit) @e12618   5 years dsd add threaded example program wip-hotplug
(edit) @1fcdb0   5 years dsd libusb_device mutex protection wip-hotplug
(edit) @0efd2e   5 years dsd mutex protection for device and handle lists wip-hotplug
(edit) @d2ff2b   5 years dsd lock flying_transfers during transfer removal wip-hotplug
(edit) @256998   5 years dsd pollfds mutex protection wip-hotplug
(edit) @f5a33e   5 years dsd flying_transfers mutex protection This marks the beginnings of thread … wip-hotplug
(edit) @85e199   5 years dsd Linux: fix control transfer cancellation wip-hotplug
(edit) @cf9b83   5 years dsd set correct endpoint type for isochronous transfers Pointed out by Felix … wip-hotplug
(edit) @ad6e2b   5 years dsd Linux: fire multiple URBs at once for split transfers This results in a … wip-hotplug
(edit) @d9b2ce   5 years dsd Constify some return data Make it clear that apps should not mess with … wip-hotplug
(edit) @8d8098   5 years dsd Rename libusb_poll() to libusb_handle_events() wip-hotplug
(edit) @211f80   5 years dsd Isochronous endpoint I/O Due to variable-sized structures, this involved … wip-hotplug
(edit) @b1ade6   5 years dsd distcheck fix for docs wip-hotplug
(edit) @62077b   5 years dsd Support for changing altsetting Will probably be suject to later … wip-hotplug
(edit) @0499e9   5 years dsd it's called bmRequestType wip-hotplug
(edit) @88884a   5 years dsd Save transfer flags before invoking callback The callback may free the … wip-hotplug
(edit) @ead09c   5 years dsd API documentation Hopefully mostly complete. Some constants were renamed … wip-hotplug
(edit) @285724   5 years anarsoul Fix get_device_list for realloc case get_device_list can modify pointer … wip-hotplug
(edit) @c0c943   5 years dsd Beginnings of cross-platform abstraction This also includes a … wip-hotplug
(edit) @de4c53   5 years dsd Add transfer flags wip-hotplug
(edit) @aae05f   5 years dsd Simplify libusb_fill_control_transfer() Transfer length can be inferred … wip-hotplug
(edit) @7c5ea9   5 years dsd get_device fixup Rename API away from "devh" and fix implementation to … wip-hotplug
(edit) @9e89d1   5 years dsd Rename descriptor-getting functions Based on feedback from Tim Roberts wip-hotplug
(edit) @283ae9   5 years dsd Simplify cancellation API No need to provide the device here. wip-hotplug
(edit) @ebad1c   5 years dsd Rename libusb_dev_handle to libusb_device_handle wip-hotplug
(edit) @1ac0a7   5 years dsd Move synchronous I/O implementation to its own file wip-hotplug
(edit) @66348c   5 years dsd Separate transfer allocation and submission Leads to some hefty API … wip-hotplug
(edit) @d21ebe   5 years dsd Rework URB API naming Now refer to everything as "transfers" as … wip-hotplug
(edit) @fd6fb3   5 years dsd Add fallback on /proc/bus/usb /dev/bus/usb is a relatively new thing … wip-hotplug
(edit) @f3fdf4   5 years dsd Persistent libusb_device storage Devices are now assigned a session ID … wip-hotplug
(edit) @23f8fb   5 years dsd Add convenience function to find and open a device by USB VID+PID Lots of … wip-hotplug
(edit) @9cfdb4   5 years dsd Rework device discovery API libusb_find_devices and libusb_get_devices … wip-hotplug
(edit) @77cea8   5 years dsd Remove ctrl debug code This was unintentionally committed wip-hotplug
(edit) @b87352   5 years dsd Notifications for changes to the fd set Applications can now be notified … wip-hotplug
(edit) @ca66e1   5 years dsd Fix header installation path wip-hotplug
(edit) @e58310   5 years dsd TODO update wip-hotplug
(edit) @637a8d   5 years dsd Remove timers and signalfd Instead of timers, add a mechanism for … wip-hotplug
(edit) @8c56ab   5 years dsd Poll usbfs descriptors directly We don't need to use signalfd for this … wip-hotplug
(edit) @e3ce85   5 years dsd Fix dpfp example compilation wip-hotplug
(edit) @1d41a5   5 years dsd C++ header safety Pointed out by JF wip-hotplug
(edit) @37b7f9   5 years dsd Only use -fgnu89-inline when supported J F pointed out that this option … wip-hotplug
(edit) @e3a09c   5 years dsd Remove more fpusb remnants wip-hotplug
(edit) @dcd5e0   5 years dsd TODO update Start listing the things I want to discuss/reconsider before … wip-hotplug
(edit) @de53d9   5 years dsd Rename some _devh_ functions Decided against naming functions in this … wip-hotplug
(edit) @132d84   5 years dsd Use "transfer" instead of "msg" Based on a discussion with Tim Roberts. wip-hotplug
(edit) @ea6af5   5 years dsd Plural of bus is busses SF #1633043 wip-hotplug
(edit) @dbb3fd   5 years dsd API renaming: remove fpi and usb_ stuff fpi changed to usbi. We should … wip-hotplug
(edit) @e9364d   5 years dsd Rename to libusb-1.0 I've taken over the libusb project, and what was … wip-hotplug
(edit) @f4ed0b   5 years dsd Compiler flags update Also fix some warnings wip-hotplug
(edit) @d3d671   5 years dsd Fix signalfd structure size on x86 ptr is a 64-bit value wip-hotplug
(edit) @dfac67   5 years dsd Don't pass ctrl_msg/bulk_msg structures through async paths These are … wip-hotplug
(edit) @a8d288   5 years dsd Add functionality to access device descriptors wip-hotplug
(edit) @b5a7a4   5 years dsd Rename fpusb_device_handle functions to devh Prevents confusion with … wip-hotplug
(edit) @eacf45   5 years dsd Add API to access poll fd Almost forgot... :) wip-hotplug
(add) @852bba   5 years dsd Initial commit Basic library structure which supports enumerating … wip-hotplug
Note: See TracRevisionLog for help on using the revision log.