aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrv.h
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-22 10:27:24 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-22 10:27:24 +0000
commit0d95c64b47fd66bfd6ef4a9e618b30711c12182f (patch)
tree73ba51e6fbd88d8b1fe616967c00449787924b24 /usbdrv/usbdrv.h
parent36da169453b7d716fb63dc804c9853956981c64f (diff)
downloadv-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.tar.gz
v-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.tar.bz2
v-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.zip
- fixed bmAttributes in configuration descriptor
Diffstat (limited to 'usbdrv/usbdrv.h')
-rw-r--r--usbdrv/usbdrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbdrv.h b/usbdrv/usbdrv.h
index ba1ad4b..5c520c8 100644
--- a/usbdrv/usbdrv.h
+++ b/usbdrv/usbdrv.h
@@ -718,7 +718,7 @@ typedef struct usbRequest{
#define USBDESCR_HID_REPORT 0x22
#define USBDESCR_HID_PHYS 0x23
-#define USBATTR_BUSPOWER 0x80
+//#define USBATTR_BUSPOWER 0x80 // USB 1.1 does not define this value any more
#define USBATTR_SELFPOWER 0x40
#define USBATTR_REMOTEWAKE 0x20