* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
|
|
#ifndef HBUSB_CH
|
|
#define HBUSB_CH
|
|
|
|
#define LIBUSB_UNREF_DEVICES 1
|
|
|
|
#define LIBUSB_KERNEL_HAS_INTERFACE 1
|
|
|
|
#define LIBUSB_ENDPOINT_IN 129 /* Should be 128 and then && 1 when required */
|
|
#define LIBUSB_ENDPOINT_OUT 0
|
|
|
|
#endif
|