* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
12 lines
247 B
Plaintext
12 lines
247 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
|