From 464598be21e632eeed55e297de15fee778013878 Mon Sep 17 00:00:00 2001 From: Paul Molloy Date: Sat, 22 Jul 2017 13:30:41 -0500 Subject: [PATCH] setting device current to threshold without requesting more 200/2= 100mA. --- firmware/usbdrv/usbconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usbdrv/usbconfig.h b/firmware/usbdrv/usbconfig.h index 9815520..7b1a31e 100644 --- a/firmware/usbdrv/usbconfig.h +++ b/firmware/usbdrv/usbconfig.h @@ -118,7 +118,7 @@ section at the end of this file). /* Define this to 1 if the device has its own power supply. Set it to 0 if the * device is powered from the USB bus. */ -#define USB_CFG_MAX_BUS_POWER 300 +#define USB_CFG_MAX_BUS_POWER 200 /* Set this variable to the maximum USB bus power consumption of your device. * The value is in milliamperes. [It will be divided by two since USB * communicates power requirements in units of 2 mA.]