Sebastian Zagrodzki
|
1b4014cb28
|
Set the pointer type, to make the compiler happy, otherwise it might
complain about the incompatible pointer types.
|
2017-02-13 19:25:24 +01:00 |
|
Sebastian Zagrodzki
|
d4d7011a44
|
Don't assume libusb headers are always in libusb-1.0.
Use pkg-config to add correct include paths for libusb regardless of the
platform.
|
2017-02-13 17:08:46 +01:00 |
|
Sebastian Zagrodzki
|
a35725f4fb
|
When extracting transfer data, pay attention to the size of the buffer
provided by the user, which may be smaller than the length of data
received in the transfer.
|
2017-02-08 22:37:12 +01:00 |
|
Sebastian Zagrodzki
|
1800586f77
|
Merge branch 'master' into authors_and_contributing
|
2017-02-07 09:44:41 +01:00 |
|
Sebastian Zagrodzki
|
beb4fdbac5
|
Update copyright notes for multiple contributors.
|
2017-02-07 07:37:57 +01:00 |
|
Thordur Bjornsson
|
82210bc585
|
Aappease C99 by providing a prototype for iso_callback().
|
2016-09-26 17:51:26 +02:00 |
|
Kyle Lemons
|
67ecea5706
|
Update readme with instructions for darwin
|
2013-04-07 12:32:53 -07:00 |
|
Kyle Lemons
|
e5fd0ba6e3
|
Fix double free issues
|
2012-07-22 23:36:03 -07:00 |
|
Kyle Lemons
|
1e5170b125
|
Working on iso
|
2012-04-15 18:58:18 -07:00 |
|
Kyle Lemons
|
9849a972c6
|
Added isochronous transfer
|
2012-04-12 20:15:30 -07:00 |
|