platform/upstream/libusb.git
16 years agoCompiler flags update
Daniel Drake [Sun, 30 Dec 2007 22:09:50 +0000 (22:09 +0000)]
Compiler flags update

Also fix some warnings

16 years agoFix signalfd structure size on x86
Daniel Drake [Sun, 30 Dec 2007 22:05:17 +0000 (22:05 +0000)]
Fix signalfd structure size on x86

ptr is a 64-bit value

16 years agoDon't pass ctrl_msg/bulk_msg structures through async paths
Daniel Drake [Wed, 12 Dec 2007 23:32:54 +0000 (23:32 +0000)]
Don't pass ctrl_msg/bulk_msg structures through async paths

These are easiest to construct on the stack, but in the async case it is
likely that the submitting function returns (hence stack is destroyed)
before URB completion.

16 years agoAdd functionality to access device descriptors
Daniel Drake [Mon, 3 Dec 2007 23:29:22 +0000 (23:29 +0000)]
Add functionality to access device descriptors

16 years agoRename fpusb_device_handle functions to devh
Daniel Drake [Mon, 3 Dec 2007 22:27:21 +0000 (22:27 +0000)]
Rename fpusb_device_handle functions to devh

Prevents confusion with functions that work on fpusb_dev structures.

16 years agoAdd API to access poll fd
Daniel Drake [Sun, 2 Dec 2007 23:16:57 +0000 (23:16 +0000)]
Add API to access poll fd

Almost forgot... :)

16 years agoInitial commit
Daniel Drake [Wed, 28 Nov 2007 13:48:45 +0000 (13:48 +0000)]
Initial commit

Basic library structure which supports enumerating detected USB devices