Imported Upstream version 2.7.1

This commit is contained in:
Laurent Bigonville 2013-11-24 16:00:12 +01:00
parent a1fa151fc7
commit 0121794af9
451 changed files with 41339 additions and 10887 deletions

View file

@ -33,12 +33,11 @@
#include "usb-common.h"
#include "libusb.h"
/* USB standard state 5000, but we've decreased it to
* improve reactivity */
#define USB_TIMEOUT 4000
/* USB standard timeout */
#define USB_TIMEOUT 5000
#define USB_DRIVER_NAME "USB communication driver"
#define USB_DRIVER_VERSION "0.31"
#define USB_DRIVER_VERSION "0.32"
/* driver description structure */
upsdrv_info_t comm_upsdrv_info = {