|
|
|
@ae675c
|
2 years |
pbatard |
Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependencies
* …
|
|
|
|
@356e31
|
2 years |
pbatard |
Add .gitattributes to avoid Windows line ending issues with autocrlf
|
|
|
|
@61c120
|
2 years |
stuge |
Windows: Touch up FileDescription? and ProductName? resource strings
|
|
|
|
@99b4dd
|
2 years |
stuge |
Windows: Remove emulated direct device access via HID API
Either use a …
|
|
|
|
@4be84a
|
2 years |
stuge |
Revert libusb_strerror() until we have i18n and l10n
|
|
|
|
@0e177f
|
2 years |
pbatard |
dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warning
|
|
|
|
@e65878
|
2 years |
pbatard |
Windows: Rename various variables named "index" to avoid shadow warnings
|
|
|
|
@019bf7
|
3 years |
pbatard |
Windows: Fix logic in enumeration of driver name and port number
|
|
|
|
@24494e
|
3 years |
pbatard |
Windows: Allow claiming any interface in composite device using WinUSB
…
|
|
|
|
@9c8e65
|
3 years |
pbatard |
Windows: Allow arbitrary bConfigurationValue in config descriptors
Unlike …
|
|
|
|
@dcd002
|
3 years |
Thomas.Roefer |
Darwin: Schedule isochronous transfers further in the future
This is …
|
|
|
|
@e83fad
|
3 years |
Thomas.Roefer |
Darwin: Fix #65 memory leak in submit_iso_transfer()
This was also …
|
|
|
|
@1a2d21
|
2 years |
stuge |
configure.ac: Refactor Windows backend settings into one occurence
The …
|
|
|
|
@717f47
|
3 years |
stuge |
configure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actually use them
The …
|
|
|
|
@3cbe57
|
3 years |
stuge |
configure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS
Move linker options …
|
|
|
|
@ef39d1
|
2 years |
stuge |
configure.ac: Call AC_CONFIG_FILES() for each output file
This avoids a …
|
|
|
|
@6e52ea
|
3 years |
stuge |
configure.ac: Whitespace changes and trivial reordering
|
|
|
|
@44b85d
|
3 years |
stuge |
configure.ac: Quote AC_COMPILE_IFELSE() input
|
|
|
|
@19d588
|
3 years |
stuge |
configure.ac: Define booleans to 1 when set, instead of an empty string
…
|
|
|
|
@c24649
|
3 years |
stuge |
configure.ac: Clean up redundancy and fix LIBS on Linux
LIBS, AM_LDFLAGS, …
|
|
|
|
@0bd4a4
|
2 years |
stuge |
configure.ac: Touch up Darwin and Cygwin OS messages
|
|
|
|
@16cf11
|
3 years |
stuge |
configure.ac: Do not use -pthread on Darwin
It's not needed because …
|
|
|
|
@a12074
|
3 years |
stuge |
configure.ac: Check for poll.h, and for nfds_t on Darwin
On Linux, assume …
|
|
|
|
@21d03d
|
3 years |
hjelmn |
Darwin: Add support for control requests on endpoints other than 0
…
|
|
|
|
@9bfacd
|
3 years |
hjelmn |
Darwin: Add more error checking for libusb_open()
Now also check the …
|
|
|
|
@478cd4
|
3 years |
stuge |
Core: libusb_get_next_timeout() must consider all flying transfers
If …
|
|
|
|
@7802e4
|
3 years |
rousseau |
Linux: Correctly catch read() errors for sysfs config descriptors
read(2) …
|
|
|
|
@4c7f3c
|
2 years |
stuge |
Linux: Refactor cancellation into one function for all transfer types
|
|
|
|
@011f1f
|
3 years |
stuge |
Linux: Refactor discarding of URBs into a function and return all errors
…
|
|
|
|
@26246d
|
2 years |
stuge |
Linux: Set private number of URBs also for control transfers
|
|
|
|
@295c9d
|
3 years |
stern |
Linux: cancel URBs in reverse order
In a multi-URB transfer, URBs should …
|
|
|
|
@07df37
|
3 years |
stern |
Linux: report correct value for urb->actual_length
Transferred bytes are …
|
|
|
|
@b26db4
|
3 years |
stern |
Linux: improve reporting of URB error status codes
Fix the way overflow …
|
|
|
|
@efc297
|
3 years |
stern |
Linux: improve detection of BULK_CONTINUATION kernel support
Clarify the …
|
|
|
|
@bd267c
|
3 years |
stuge |
README: Update webpage URL and add Peter's email address
|
|
|
|
@845b71
|
3 years |
stuge |
libusb is not just for Linux!
|
|
|
|
@67d9ef
|
3 years |
hjelmn |
Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on Darwin
…
|
|
|
|
@370922
|
3 years |
stuge |
Silence "warning: suggest braces around empty body in an 'if' statement"
|
|
|
|
@0f8501
|
3 years |
Hannibal |
Disallow libusb_get_string_descriptor_ascii() with index 0
String …
|
|
|
|
@3b41c3
|
3 years |
rousseau |
Use const for the usbi_parse_descriptor() format string
Constant strings …
|
|
|
|
@7f2e9f
|
3 years |
marcan |
Linux: Fix usbfs/sysfs config descriptor handling on big-endian
usbfs …
|
|
|
|
@2aa898
|
3 years |
rousseau |
examples: #include <libusb.h> without directory name
The libusb-1.0 …
|
|
|
|
@7da756
|
3 years |
rousseau |
Add missing argument to libusb_wait_for_event() documentation, fix #55
In …
|
|
|
|
@678c24
|
3 years |
stuge |
examples: Silence warnings about return value of fwrite()
|
|
|
|
@9cd905
|
3 years |
stuge |
Linux: Don't free() URBs prematurely on hardware error; fix #54
When an …
|
|
|
|
@116d34
|
3 years |
pbatard |
Windows: add support for filter drivers
* precedence is driver > upper …
|
|
|
|
@eb833f
|
3 years |
pbatard |
Windows: fix errcode shadow warning, and string and DLL_DECLARE fixes
* …
|
|
|
|
@1feadb
|
3 years |
pbatard |
Windows: use IOCTLs for HID input, output and feature reports
* fixes …
|
|
|
|
@d7c254
|
3 years |
dsd |
Fix libtool version setting
This was being set too early to take effect.
|
|
|
|
@a6fb54
|
3 years |
vapier |
Populate the pkg-config Libs.private field
|
|
|
|
@a9b406
|
3 years |
vapier |
Linux: fix build failure when CLOCK_MONOTONIC does not exist
This is not …
|
|
|
|
@d192c5
|
3 years |
dsd |
Update libtool version info
With input from various people on the mailing …
|
|
|
|
@e65f69
|
3 years |
pbatard |
Updated documentation for unsupported Darwin/Windows? calls
|
|
|
|
@c8bab4
|
3 years |
pbatard |
Windows: Make libusb_pollfd() return error
Windows does not have …
|
|
|
|
@bd623f
|
3 years |
dsd |
MinGW: Use --add-stdcall-alias linker option
Naming of symbols inside the …
|
|
|
|
@29f9f9
|
3 years |
pbatard |
Introduced calling convention (for Windows)
Under Windows, a variety of …
|
|
|
|
@be523f
|
3 years |
pbatard |
Windows: fix string copy in sanitize_path
The NULL byte was not being …
|
|
|
|
@7fd36a
|
3 years |
pbatard |
Windows: DuplicateHandle? failure is not a warning
This is because WinUSB …
|
|
|
|
@33cd2f
|
3 years |
pbatard |
removed trailing whitespaces
|
|
|
|
@e47849
|
3 years |
pbatard |
Windows: Mark interfaces as unused when releasing
Without this important …
|
|
|
|
@b30ca1
|
3 years |
pbatard |
Windows: fix device path string duplication
|
|
|
|
@e8d7a8
|
3 years |
hjelmn |
Darwin: Cache device configuration value
Cache device configuration value …
|
|
|
|
@fe5d1d
|
3 years |
www.google.com/accounts/o8/id?id=AItOawkM3uGBTSyyhCOzuNTVLryo9XVnsuR12Vg |
Fix inconsistencies between prototypes and definitions
This removes some …
|
|
|
|
@3b538c
|
3 years |
hchan |
Darwin: handle kIOReturnUnderrun
This return code indicates that the …
|
|
|
|
@9a4249
|
3 years |
pbatard |
Add Windows support
Via Cygwin/MinGW, libusb now has windows support. …
|
|
|
|
@d38dd5
|
3 years |
hchan |
Darwin: write iso transfer details into correct packets
|
|
|
|
@fbff5b
|
3 years |
hjelmn |
Darwin: fix interface object leak
|
|
|
|
@dffc09
|
3 years |
hjelmn |
Darwin: clean up some debug messages
|
|
|
|
@946d1a
|
3 years |
hjelmn |
Darwin: Don't open devices during scan unless we have to unsuspend
|
|
|
|
@3b6d9a
|
3 years |
stuge |
Linux: Handle early complete of multi-URB transfer
|
|
|
|
@a516fc
|
3 years |
dsd |
Only compile dpfp examples when sigaction is available
It's not available …
|
|
|
|
@a1d831
|
3 years |
aurelien |
configure.ac: fix bashisms
|
|
|
|
@7211ab
|
3 years |
dsd |
Only include sys/time.h on appropriate platforms
This header doesn't …
|
|
|
|
@b33c3c
|
3 years |
dsd |
Linux: Fix log message commit
Forgot to test this.
|
|
|
|
@139648
|
3 years |
rousseau |
Only initialize the default context when it is requested
|
|
|
|
@22d61c
|
3 years |
dsd |
Linux: fix log message that was being unconditionally sent to stderr (#44) …
|
|
|
|
@82065a
|
3 years |
rousseau |
Fix 2 documentation typos
|
|
|
|
@351c06
|
3 years |
rousseau |
add AM_MAINTAINER_MODE
|
|
|
|
@a7c056
|
3 years |
pbatard |
Factorize event handler interruption code
This will be additionally used …
|
|
|
|
@fc0af8
|
3 years |
pbatard |
Abstract low-level event handler operations
The Windows backend uses …
|
|
|
|
@64383f
|
3 years |
pbatard |
fixes the possibility of using a broken timercmp on Windows
Microsoft's …
|
|
|
|
@f6d60a
|
3 years |
pbatard |
Switched to standard int pointer type for windows 64-bit compat
On 64-bit …
|
|
|
|
@a2fa85
|
3 years |
michael.plante |
added doxygen, dpfp, msvc, and xusb stuff to gitignore
|
|
|
|
@845d96
|
3 years |
dsd |
Add reference counting to default context
Michael Plante pointed out that …
|
|
|
|
@0e77f0
|
3 years |
dsd |
Fix libusb_init() error handling
9996ccaed7 introduced a problem in that …
|
|
|
|
@b03de9
|
3 years |
michael.plante |
Modify log functions to compile with MSVC6
MSVC6 does not support …
|
|
|
|
@aa77b0
|
3 years |
pbatard |
Add type parameter to the list_for_each_entry() and _safe() macros
…
|
|
|
|
@b92b16
|
3 years |
dsd |
Fix a usbi_pollfd leak in error path
I accidently missed this when …
|
|
|
|
@8aceb5
|
3 years |
pbatard |
Rename all interface parameters to usb_interface or interface_number
…
|
|
|
|
@d7031e
|
3 years |
pbatard |
Stricter types and casts
|
|
|
|
@9996cc
|
3 years |
pbatard |
Fixes to error handling and exit codepaths
Various locks and things were …
|
|
|
|
@371ca4
|
3 years |
hjelmn |
Darwin: Define IO_OBJECT_NULL if not already defined
Needed on Mac OSX …
|
|
|
|
@7ba92c
|
3 years |
hun |
libusb_cpu_to_le16: macro->static inline function
The libusb_cpu_to_le16 …
|
|
|
|
@3473ac
|
3 years |
frm |
Add libusb_strerror() to get short error message in English from enum
…
|
|
|
|
@5b69f3
|
3 years |
michael.plante |
Fix libusb_device::lock memory leak
|
|
|
|
@a636df
|
3 years |
pbatard |
Whitespace cleanup
|
|
|
|
@23b5db
|
3 years |
stuge |
Add internal abstraction for POSIX Threads
This prepares for a Windows …
|
|
|
|
@a04cbb
|
3 years |
dsd |
v1.0.8 release
|
|
|
|
@53b472
|
3 years |
dsd |
Linux: don't set SHORT_NOT_OK on bulk out URBs (#20
Setting this flag is …
|
|
|
|
@151982
|
3 years |
dsd |
Linux: Handle failure to read active configuration during enumeration
|
|
|
|