Commit Graph

  • 845f55c90b merge -> pbr341 Pete Batard 2011-09-09 12:44:05 +01:00
  • 6cc15eda2c yet another stupid CRLF issue with git Pete Batard 2011-09-09 12:40:45 +01:00
  • 302aee7d0c [internal] bumped internal version pbr342 Pete Batard 2011-09-06 12:30:22 +01:00
  • 3fbf9a9b69 [samples] return NULL in dpfp_threaded poll_thread_main to avoid Cygwin warning Pete Batard 2011-09-06 11:47:00 +01:00
  • a6479690a3 [contrib] add non-officially supported CMake support Vitali Lovich 2011-09-06 11:46:00 +01:00
  • 4504b66235 add missing LIBUSB_CLASS codes Peter Stuge 2011-09-06 10:45:00 +00:00
  • 50ba04d3ec get_device_speed fixes and addons Pete Batard 2011-09-06 11:44:00 +01:00
  • 48c695606e Darwin: Optimize device iteration further using saved device location Nathan Hjelm 2011-09-06 10:43:00 +00:00
  • 037234078b Darwin: Provide libusb_get_device_speed() data Trygve Laugstøl 2011-09-06 10:41:00 +00:00
  • bf12efb464 Darwin: Improve device enumeration performance and save device location Nathan Hjelm 2011-09-06 10:42:00 +00:00
  • 4fe08970e2 Windows: Provide libusb_get_device_speed() data Pete Batard 2011-09-06 10:40:00 +00:00
  • 605c730422 Linux: Provide libusb_get_device_speed() data from sysfs Hans de Goede 2011-09-06 10:39:00 +00:00
  • c384ec68aa Add new API function libusb_get_device_speed() Hans de Goede 2011-09-06 10:38:00 +00:00
  • 328d9fd76a Linux: Use __read_sysfs_attr() to get busnum and devaddr Hans de Goede 2011-09-06 10:37:00 +00:00
  • f471c635db Linux: Add __read_sysfs_attr() helper function Hans de Goede 2011-09-06 10:36:00 +00:00
  • bec707ec82 Linux: Stop kernel from re-attaching in-kernel driver after reset Hans de Goede 2011-09-06 10:35:00 +00:00
  • 01d425426b Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces) Hans de Goede 2011-09-06 10:34:00 +00:00
  • 1545bc6a40 Linux: Fix warnings seen when compiling with gcc-4.6 Hans de Goede 2011-09-06 10:33:00 +00:00
  • 1b52e6f1a1 Darwin: Fix #100 warning cast to pointer from integer of different size Sean McBride 2011-09-06 10:32:00 +00:00
  • 9da384914d configure.ac: Fix #97 clang warning about -fgnu89-inline Sean McBride 2011-09-06 10:30:00 +00:00
  • 2934cf3604 Darwin: Fix #63 error when apps use Objective-C garbage collection Sean McBride 2011-09-06 10:31:00 +00:00
  • 71b380b0b0 Darwin: Fix #28 clang analyzer warning about unbalanced retain/release Sean McBride 2010-09-06 10:29:00 +00:00
  • 5e36dd39bf io.c: Fix clang analyzer warning about unused variable Sean McBride 2010-02-06 10:28:00 +00:00
  • 77f501d917 Do not include useless pthread.h Ludovic Rousseau 2011-09-03 12:49:00 +00:00
  • ee411c5195 Fix #70 race condition in sysfs_get_device_list() Alan Ott 2011-09-03 12:44:48 +00:00
  • e28b097e75 Darwin: Fix #108 crash when a device is unplugged Vitali Lovich 2011-09-05 12:39:00 +00:00
  • aa282fe9d5 descriptor.c: Fix buffer read overflow caught by valgrind Vitali Lovich 2011-09-05 12:38:00 +00:00
  • 5c87b9c617 Clean up in-flight transfers and device handle when closing a device Vitali Lovich 2011-09-05 12:37:00 +00:00
  • 1ff39e34d4 Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags Vitali Lovich 2011-09-05 12:44:08 +01:00
  • b3a2b5104e Linux: Detect and report that device has gone away while discarding URBs Vitali Lovich 2011-09-05 12:35:00 +00:00
  • c4a3b026a3 Add recursive mutexes to threading abstraction Vitali Lovich 2011-09-05 12:35:19 +01:00
  • ea2edfcc46 some inlines were not declared as static Pete Batard 2011-08-20 23:03:59 +01:00
  • 511ec4301d Linux: Use __read_sysfs_attr() to get busnum and devaddr Hans de Goede 2011-02-17 12:49:36 +01:00
  • e05bbc59ca Linux: Add __read_sysfs_attr() helper function Hans de Goede 2011-02-17 12:45:10 +01:00
  • 20e26dda0f Linux: Stop kernel from re-attaching in-kernel driver after reset Hans de Goede 2011-02-08 16:37:18 +01:00
  • 4e294dc984 Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces) Hans de Goede 2011-02-17 12:35:46 +01:00
  • a68f956dd4 Linux: Fix warnings seen when compiling with gcc-4.6 Hans de Goede 2011-02-09 12:40:35 +01:00
  • 209b5ccd82 Darwin: Fix #108 crash when a device is unplugged Vitali Lovich 2011-06-14 08:51:57 +02:00
  • d3543e9140 libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.org Peter Stuge 2011-06-13 22:58:23 +02:00
  • 08bc7ffb6a libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTP Peter Stuge 2011-06-13 22:53:40 +02:00
  • 3d7938d85a libusb.h: Fix LIBUSB_CLASS_PRINTER description typo Peter Stuge 2011-06-13 22:52:48 +02:00
  • 5d0526af1a Darwin: Fix #100 warning cast to pointer from integer of different size Sean McBride 2011-02-11 11:28:04 -05:00
  • bb8854ff56 configure.ac: Fix #97 clang warning about -fgnu89-inline Sean McBride 2011-06-13 22:26:43 +02:00
  • cb3c2e488f Windows: Make cancel_io() in poll_windows.c static Pete Batard 2011-06-15 01:38:58 +02:00
  • 6635dbb4ac Windows: Make upperize() in windows_usb.h static Peter Stuge 2011-06-13 22:21:02 +02:00
  • 9479ce9dae descriptor.c: Fix buffer read overflow caught by valgrind Vitali Lovich 2011-03-16 17:33:57 -07:00
  • c775c2f430 Clean up in-flight transfers and device handle when closing a device Vitali Lovich 2011-03-16 19:51:40 -07:00
  • 74282582cc Add recursive mutexes to threading abstraction Vitali Lovich 2011-03-16 19:43:30 -07:00
  • 8f1bc06591 Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags Vitali Lovich 2011-03-16 19:48:35 -07:00
  • 87ba8a9ead Linux: Detect and report that device has gone away while discarding URBs Vitali Lovich 2011-03-16 19:50:04 -07:00
  • 2c85c363cd libusbi.h: Add comma after last value in enum usbi_transfer_flags Peter Stuge 2011-06-06 02:46:46 +02:00
  • 5d7be3e133 threads_posix.h: Whitespace fix Peter Stuge 2011-06-05 23:28:07 +02:00
  • 18db4813e8 libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCES Peter Stuge 2011-06-05 23:21:08 +02:00
  • 5f30c81f66 Linux: Fix #70 race condition in sysfs_get_device_list() Alan Ott 2011-07-21 16:37:48 +02:00
  • 3f01384271 [internal] bumped internal version pbr341 Pete Batard 2011-07-20 14:02:16 +01:00
  • 3d28b44131 [enum] fixed duplicate listing of devices Pete Batard 2011-07-20 13:47:08 +01:00
  • 2987ce8913 [internal] bumped internal version pbr340 Pete Batard 2011-07-06 22:48:09 +01:00
  • cf0c842214 [linux] add topology-analysis code to Linux backend Alan Stern 2011-07-06 22:34:48 +01:00
  • b5c9800bbd [xusb] use bulk endpoints only for testing Alan Stern 2011-07-06 22:33:10 +01:00
  • 0ffb89ce6a [enum] workaround for non listing of 3.0 Renesas root hubs Pete Batard 2011-07-06 22:18:35 +01:00
  • 8031a1df35 [xusb] switched default log level to info Pete Batard 2011-07-04 12:29:42 +01:00
  • ca1b312b19 [internal] bumped internal version pbr339 Pete Batard 2011-06-29 11:51:26 +01:00
  • 9509d1fb85 [enum] remove duplicate address assignation Hans de Goede 2011-06-28 11:59:19 +01:00
  • 11c2d76a3e [xusb] fixed xusb no longer detaching driver on Linux Pete Batard 2011-06-28 11:56:03 +01:00
  • d65eef68d3 [enum] added additional USB 3.0 hub driver names Pete Batard 2011-06-28 11:50:47 +01:00
  • 212ca37cdf Windows: add speed retrieval fedora-1.0.9-0.1 Pete Batard 2011-03-03 18:35:35 +00:00
  • 98b240d03d use device location when setting up iterator Nathan Hjelm 2011-03-20 00:28:26 -06:00
  • c080f6ee02 improved device enumeration for darwin Nathan Hjelm 2011-03-20 00:25:44 -06:00
  • aa873c26db linux: Handle 2 digit kernel versions like 3.0 Hans de Goede 2011-06-17 10:19:00 +02:00
  • 920923c75c linux: Remove dead code from sysfs_scan_device Hans de Goede 2011-06-17 10:07:39 +02:00
  • 1f08f57814 linux: Read the device speed from sysfs Hans de Goede 2011-02-17 15:06:40 +01:00
  • e42841fe37 Add a libusb_get_device_speed function Hans de Goede 2011-02-17 13:17:55 +01:00
  • ae7bd889ec linux: Use __read_sysfs_attr to get busnum and devaddr Hans de Goede 2011-02-17 12:49:36 +01:00
  • fb13c18b75 linux: Add __read_sysfs_attr helper function Hans de Goede 2011-02-17 12:45:10 +01:00
  • 6f56d7b8c4 linux: Stop the kernel from re-attaching in kernel drivers after a reset Hans de Goede 2011-02-08 16:37:18 +01:00
  • 40716b73b8 Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces) Hans de Goede 2011-02-17 12:35:46 +01:00
  • 5765476148 claimed_interfaces is a long so any masks should be a long too Hans de Goede 2011-02-09 12:46:26 +01:00
  • 751621e9a6 Fix warnings seen when compiling with gcc-4.6 Hans de Goede 2011-02-09 12:40:35 +01:00
  • 9ee064979a Darwin: Fix #108 crash when a device is unplugged Vitali Lovich 2011-06-14 08:51:57 +02:00
  • 75e67c084e libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.org Peter Stuge 2011-06-13 22:58:23 +02:00
  • 97037a9f07 libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTP Peter Stuge 2011-06-13 22:53:40 +02:00
  • d31db38ac6 libusb.h: Fix LIBUSB_CLASS_PRINTER description typo Peter Stuge 2011-06-13 22:52:48 +02:00
  • a764714e28 Darwin: Fix #100 warning cast to pointer from integer of different size Sean McBride 2011-02-11 11:28:04 -05:00
  • 89864a7360 configure.ac: Fix #97 clang warning about -fgnu89-inline Sean McBride 2011-06-13 22:26:43 +02:00
  • c2e2723a36 Windows: Make cancel_io() in poll_windows.c static Pete Batard 2011-06-15 01:38:58 +02:00
  • 9981fbae76 Windows: Make upperize() in windows_usb.h static Peter Stuge 2011-06-13 22:21:02 +02:00
  • 347198e07f descriptor.c: Fix buffer read overflow caught by valgrind Vitali Lovich 2011-03-16 17:33:57 -07:00
  • a240f5c854 Clean up in-flight transfers and device handle when closing a device Vitali Lovich 2011-03-16 19:51:40 -07:00
  • 1ac6183419 Add recursive mutexes to threading abstraction Vitali Lovich 2011-03-16 19:43:30 -07:00
  • fd9c3cf13c Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags Vitali Lovich 2011-03-16 19:48:35 -07:00
  • 6bd1814fc1 Linux: Detect and report that device has gone away while discarding URBs Vitali Lovich 2011-03-16 19:50:04 -07:00
  • a8b2ea2434 libusbi.h: Add comma after last value in enum usbi_transfer_flags Peter Stuge 2011-06-06 02:46:46 +02:00
  • 2c8e4a57df threads_posix.h: Whitespace fix Peter Stuge 2011-06-05 23:28:07 +02:00
  • 5b20b73029 libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCES Peter Stuge 2011-06-05 23:21:08 +02:00
  • 273fe28457 Linux: Fix #70 race condition in sysfs_get_device_list() Alan Ott 2011-01-05 00:37:28 -05:00
  • 40327cd134 Darwin: Fix #63 error when apps use Objective-C garbage collection Sean McBride 2011-02-10 17:11:29 -05:00
  • 3ba2fae248 Darwin: Fix #28 clang analyzer warning about unbalanced retain/release Sean McBride 2010-02-05 11:50:34 -05:00
  • b67120f047 io.c: Fix clang analyzer warning about unused variable Sean McBride 2010-02-05 11:50:34 -05:00
  • 51af85d03a .gitignore: Add m4 subdirectory created by libtool Peter Stuge 2011-05-10 10:44:18 +02:00
  • c569e5b3b3 Linux: Do not include useless pthread.h Ludovic Rousseau 2010-11-15 14:45:50 +01:00