Files
harbour-core/extras/hbusb/hbusb.ch
Przemysław Czerpak 96ca3fe470 2014-01-21 20:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* Makefile
  * config/*
  * contrib/*
  * doc/*
  * extras/*
  * include/*
  * lib/*
  * package/*
  * src/*
  * tests/*
  * utils/*
    * removed empty lines left after removed '$' + 'Id' + '$' identifiers
2014-01-21 20:41:05 +01:00

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