aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usbdrv/usbdrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbdrv.c b/usbdrv/usbdrv.c
index 6c61e3b..b6df986 100644
--- a/usbdrv/usbdrv.c
+++ b/usbdrv/usbdrv.c
@@ -149,7 +149,7 @@ PROGMEM const char usbDescriptorConfiguration[] = { /* USB configuration desc
#if USB_CFG_IS_SELF_POWERED
(1 << 7) | USBATTR_SELFPOWER, /* attributes */
#else
- (1 << 7), /* attributes */
+ (1 << 7) | USBATTR_REMOTEWAKE, /* attributes */
#endif
USB_CFG_MAX_BUS_POWER/2, /* max USB current in 2mA units */
/* interface descriptor follows inline: */