Files
harbour-core/extras/hbusb/hbusb.ch
vszakats 9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (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
2013-03-16 02:11:42 +01:00

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