Commit Graph

  • beeb853a0d merged latest official changes Pete Batard 2011-01-30 01:24:59 +00:00
  • fb47d99a11 added missing sample .vcproj Pete Batard 2011-01-28 11:33:23 +00:00
  • 33aa76ea14 bumped internal version pbh317 Pete Batard 2011-01-24 01:26:00 +00:00
  • c84af74c9d added smuc demo for topology + hotplug test Pete Batard 2011-01-24 01:25:51 +00:00
  • 9e3571db78 commented out some debugging data Pete Batard 2011-01-24 01:19:55 +00:00
  • 8293cbdc4e fixed hotplug regsiter/unregister with default context Pete Batard 2011-01-23 00:22:07 +00:00
  • 77815429f2 bumped internal version pbh316 Pete Batard 2011-01-22 22:17:52 +00:00
  • 6581fc0d85 merged pbr327+1 Pete Batard 2011-01-22 22:15:54 +00:00
  • f093c888e7 cygwin: switched back to -std=gnu99 Pete Batard 2011-01-22 22:13:20 +00:00
  • 43aecbb8f0 fixed windows_init() return value on subsequent calls Pete Batard 2011-01-20 16:21:32 +00:00
  • 1363b3af32 added topology information retrieval to xusb pbr327 Pete Batard 2011-01-20 12:46:02 +00:00
  • 453b8bd631 updated .def file for libusb_get_device_topology Pete Batard 2011-01-20 12:56:31 +00:00
  • c34d9497f3 added get_device_topology optional API call Pete Batard 2011-01-20 12:45:26 +00:00
  • 4f7cc4982a [INTERNAL - TESTING] removed test file for line ending conversion pbr326 Pete Batard 2011-01-18 16:27:45 +00:00
  • 8494522bfe xusb: better hex dump, with address and printable ASCII Pete Batard 2011-01-18 15:59:49 +00:00
  • 3a1a1b19b0 fixed VS2010 IntelliSense warnings Pete Batard 2011-01-18 12:42:51 +00:00
  • fb33bf2691 cygwin: switched back to -std=gnu99 Pete Batard 2011-01-18 11:54:10 +00:00
  • b8f2b83a39 removed the enforcing of WINAPI for cygwin Pete Batard 2011-01-17 17:03:34 +00:00
  • 295c9d12e2 Linux: cancel URBs in reverse order Alan Stern 2010-10-17 06:57:06 +02:00
  • 07df377a5d Linux: report correct value for urb->actual_length Alan Stern 2010-10-17 04:17:32 +02:00
  • b26db49208 Linux: improve reporting of URB error status codes Alan Stern 2010-10-22 11:13:34 +02:00
  • 0816743fe7 bumped internal version pbr325 Pete Batard 2010-12-10 15:24:13 +00:00
  • 5bd59aef04 fixed missing context for get_ancestor_session_id() pbh315 Pete Batard 2010-12-09 11:21:26 +00:00
  • 50a23e3f38 merged -> pbr324+4 Pete Batard 2010-12-09 11:14:26 +00:00
  • a7cd20f4b4 fixed bus number set to zero for some devices Pete Batard 2010-12-09 11:10:40 +00:00
  • 8f49bcfd45 [INTERNAL - TESTING] test file for line ending conversion Pete Batard 2010-12-09 10:55:03 +00:00
  • 140189d302 [INTERNAL - TESTING] added -crlf option for .test files Pete Batard 2010-12-09 10:50:24 +00:00
  • 7093b1f585 fixed assertion failure on non USB HID Pete Batard 2010-12-04 23:48:36 +00:00
  • db73bf698e prevent LF -> CRLF conversion of configure.ac and Makefile.am Pete Batard 2010-12-02 12:59:59 +00:00
  • 4c9102961d unconstrained ancestors lookup for HID and other devices pbr324 Pete Batard 2010-12-01 12:41:56 +00:00
  • efc29733ad Linux: improve detection of BULK_CONTINUATION kernel support Alan Stern 2010-10-05 11:08:40 -04:00
  • bd267cf922 README: Update webpage URL and add Peter's email address Peter Stuge 2010-11-22 05:14:00 +01:00
  • 845b715675 libusb is not just for Linux! Peter Stuge 2010-08-04 07:30:22 +02:00
  • 67d9ef7b68 Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on Darwin Nathan Hjelm 2010-10-05 19:48:39 -06:00
  • 2a7b4a7a2c [INTERNAL - NOT FOR RELEASE] updated _bd.cmd pbr323 Pete Batard 2010-11-23 00:17:12 +00:00
  • 17f273433d edited INSTALL_WINT to reflect the path changes Pete Batard 2010-11-22 23:33:12 +00:00
  • ef2e353453 moved WDK/DDK build scripts to /msvc Pete Batard 2010-11-22 23:30:06 +00:00
  • 54e71cdd7c moved MSVC projects files to /msvc Pete Batard 2010-11-22 23:13:32 +00:00
  • 6a40875ed8 code readability: always use apib->id for comparisons Pete Batard 2010-11-22 22:49:43 +00:00
  • 06b832197a fixed default WinUSB timeout and ineffective policy settings Graeme Gill 2010-11-22 22:43:49 +00:00
  • 370922dfbe Silence "warning: suggest braces around empty body in an 'if' statement" Peter Stuge 2010-11-14 03:14:00 +01:00
  • 0f85015bdf Disallow libusb_get_string_descriptor_ascii() with index 0 Konrad Rzepecki 2010-11-13 14:09:22 +01:00
  • 3b41c31d3f Use const for the usbi_parse_descriptor() format string Ludovic Rousseau 2010-03-19 15:35:14 +01:00
  • 7f2e9f0776 Linux: Fix usbfs/sysfs config descriptor handling on big-endian Hector Martin 2010-08-25 03:21:57 +02:00
  • 2aa8984e59 examples: #include <libusb.h> without directory name Ludovic Rousseau 2010-08-17 20:53:04 +02:00
  • 3b5fd4a77e also apply the new "libusb.h" include to the dpfp samples Pete Batard 2010-11-18 13:58:51 +00:00
  • 89d11015b0 bumped internal version pbr322 Pete Batard 2010-11-18 12:51:26 +00:00
  • 15f6f713e2 [INTERNAL - NOT FOR RELEASE] removed stdint.h dependency Pete Batard 2010-11-18 12:51:02 +00:00
  • 11c6f4d4ce removed "'guid_to_string' defined but not used" warning Pete Batard 2010-11-18 12:50:29 +00:00
  • 9ec1bee9fb use #include "libusb.h" in the samples Pete Batard 2010-11-18 12:34:43 +00:00
  • 727bb1d499 removed dependency on stdint.h for MS binary snapshot users Pete Batard 2010-11-18 12:24:37 +00:00
  • fa4cd28da3 fixed device interface path not freed for HID collections Pete Batard 2010-11-18 11:28:30 +00:00
  • 087fbcd0c9 bumped internal version pbr321 Pete Batard 2010-11-13 21:24:19 +00:00
  • df5f5b9bad [INTERNAL - NOT FOR RELEASE] stdint.h -> additional_includes Pete Batard 2010-11-13 21:17:14 +00:00
  • 0cb2ee1f29 removed the need for _open_osfhandle() Pete Batard 2010-11-13 02:45:22 +00:00
  • 8cc6b97f1d use _close() rather than CloseHandle() in usbi_close() Pete Batard 2010-11-13 01:39:04 +00:00
  • d95400144b bumped internal version pbr320 Pete Batard 2010-11-01 18:18:56 +00:00
  • 6e03540cda fixed bus number set to zero for some devices Pete Batard 2010-11-01 18:03:42 +00:00
  • 10a07695b8 improved handling of newly connected devices during enum Pete Batard 2010-11-01 16:07:33 +00:00
  • 1ef71e835d hub handling improvements Pete Batard 2010-10-28 19:06:14 +01:00
  • e29d63d1c4 added missing user32.lib dependency for DDK samples pbh314 Pete Batard 2010-10-28 12:08:30 +01:00
  • e4b0003000 fixes for MBCS to Unicode switch Pete Batard 2010-10-28 11:59:39 +01:00
  • f673769618 merge -> pbr319, part 2 Pete Batard 2010-10-28 11:43:29 +01:00
  • 1b538f0e2b merge -> pbr319, part 1 Pete Batard 2010-10-28 11:33:17 +01:00
  • aa92806e23 more enumeration bugfixes and improvements pbr319 Pete Batard 2010-10-28 11:12:11 +01:00
  • 844d7db566 minor enumeration bugfixes and improvements pbr318 Pete Batard 2010-10-27 19:31:27 +01:00
  • 53fec87339 [INTERNAL - NOT FOR RELEASE] snapshot _README.txt pbr317 Pete Batard 2010-10-27 16:29:09 +01:00
  • c911ab1db2 proper removal of advapi32 library dependency Pete Batard 2010-10-27 16:26:45 +01:00
  • 3981b0d9d8 [INTERNAL - NOT FOR RELEASE] prefixed internal files with _ Pete Batard 2010-10-27 13:26:13 +01:00
  • 98c3552705 added /MT option for DDK builds Pete Batard 2010-10-27 13:17:57 +01:00
  • 86cf94cfdc [INTERNAL - NOT FOR RELEASE] add stdint.h to archives pbr316 Pete Batard 2010-10-27 00:36:45 +01:00
  • bffd2eaf25 fixed error C1001 when using DDK 64 bit .lib in VS2008 Pete Batard 2010-10-27 00:36:21 +01:00
  • 801d0cf23e remove unneeded lib refs from DDK source Pete Batard 2010-10-26 20:08:39 +01:00
  • cabdea406c bumped internal version pbr315 Pete Batard 2010-10-26 19:00:14 +01:00
  • cb3d779b7c enum: allow out of hierarchical order processing of hubs Pete Batard 2010-10-26 18:58:19 +01:00
  • 5a2aa170f3 removed SetupAPI, AdvAPI32 and OLE32 dependencies Pete Batard 2010-10-26 16:31:13 +01:00
  • 281d8009be set DLL API call declarations to static Pete Batard 2010-10-26 11:30:08 +01:00
  • d9a0a98add switched MSVC project files from MBCS to Unicode Pete Batard 2010-10-26 11:39:38 +01:00
  • 08aef0b40e merged latest from official Pete Batard 2010-10-18 16:55:43 +01:00
  • 80c0b7e852 bumped internal version pbh313 Pete Batard 2010-10-18 16:34:36 +01:00
  • 9f5df35b25 fixed crash on add pollfds during init on Linux Pete Batard 2010-10-18 16:31:13 +01:00
  • 67ece4d74b move hash table functions from Windows to core Pete Batard 2010-10-18 11:56:47 +01:00
  • 7da756e09f Add missing argument to libusb_wait_for_event() documentation, fix #55 Ludovic Rousseau 2010-06-24 10:14:24 +02:00
  • 678c242705 examples: Silence warnings about return value of fwrite() Peter Stuge 2010-10-16 14:22:30 +02:00
  • 9cd9059bf9 Linux: Don't free() URBs prematurely on hardware error; fix #54 Peter Stuge 2010-10-16 11:47:14 +02:00
  • 724a15527d merged -> pbr314 pbh312 Pete Batard 2010-10-14 15:39:27 +01:00
  • 9795887f8c fixed potentially non unique return value for htab_hash pbr314 Pete Batard 2010-10-14 12:22:11 +01:00
  • 7b7157d5ba fixed trac #68 (incorrect buffer size for HID reports) pbr313 Pete Batard 2010-10-13 22:34:57 +01:00
  • 501f1e1a06 [INTERNAL - NOT FOR RELEASE] edit message for bump.sh Pete Batard 2010-10-13 22:33:02 +01:00
  • 5c7ef20119 fixed missing malloc check in htab_hash() pbr312 Pete Batard 2010-10-12 23:10:26 +01:00
  • c7a064548d bumped internal version pbr311 Pete Batard 2010-10-12 19:22:30 +01:00
  • c6a552ee3c hash function for session id now uses a proper hash table Pete Batard 2010-10-12 19:21:29 +01:00
  • f7b57e0b19 addressed TODOs from new_enum Pete Batard 2010-10-11 19:14:03 +01:00
  • bd5bd8a163 Windows enumeration overhaul Pete Batard 2010-10-11 12:49:02 +01:00
  • b368dbbc29 bumped internal version pbh311 Pete Batard 2010-10-08 16:49:09 +01:00
  • 20e706f33a hotplug - Windows Pete Batard 2010-10-08 17:14:01 +01:00
  • 6cb025b4c8 hotplug - core, Linux, Darwin Pete Batard 2010-10-08 17:12:15 +01:00
  • f62bae968f bumped internal version pbh310 Pete Batard 2010-10-08 17:11:03 +01:00
  • 6b849fa875 merged pbr310 Pete Batard 2010-10-08 17:10:32 +01:00
  • 16aa45995b [INTERNAL - NOT FOR RELEASE] minor script updates Pete Batard 2010-10-07 21:56:37 +01:00