diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 10:27:43 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 10:27:43 +0000 |
commit | 64fb3e8df30a10163bb3474b6ae0664d59ae80bb (patch) | |
tree | c4c833794a605620aebee9c419baaf25d7a97f7f /firmware/export/usb_ch9.h | |
parent | 56d972ad572fd270a117858a982b106a3175d8e0 (diff) | |
download | rockbox-64fb3e8df30a10163bb3474b6ae0664d59ae80bb.tar.gz rockbox-64fb3e8df30a10163bb3474b6ae0664d59ae80bb.zip |
Fix more tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24154 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb_ch9.h')
-rw-r--r-- | firmware/export/usb_ch9.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/firmware/export/usb_ch9.h b/firmware/export/usb_ch9.h index f05dbd3265..c11775b893 100644 --- a/firmware/export/usb_ch9.h +++ b/firmware/export/usb_ch9.h | |||
@@ -115,17 +115,17 @@ | |||
115 | * are at most sixteen features of each type.) Hubs may also support a | 115 | * are at most sixteen features of each type.) Hubs may also support a |
116 | * new USB_REQ_TEST_AND_SET_FEATURE to put ports into L1 suspend. | 116 | * new USB_REQ_TEST_AND_SET_FEATURE to put ports into L1 suspend. |
117 | */ | 117 | */ |
118 | #define USB_DEVICE_SELF_POWERED 0 /* (read only) */ | 118 | #define USB_DEVICE_SELF_POWERED 0 /* (read only) */ |
119 | #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ | 119 | #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ |
120 | #define USB_DEVICE_TEST_MODE 2 /* (wired high speed only) */ | 120 | #define USB_DEVICE_TEST_MODE 2 /* (wired high speed only) */ |
121 | #define USB_DEVICE_BATTERY 2 /* (wireless) */ | 121 | #define USB_DEVICE_BATTERY 2 /* (wireless) */ |
122 | #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ | 122 | #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ |
123 | #define USB_DEVICE_WUSB_DEVICE 3 /* (wireless)*/ | 123 | #define USB_DEVICE_WUSB_DEVICE 3 /* (wireless)*/ |
124 | #define USB_DEVICE_A_HNP_SUPPORT 4 /* (otg) RH port supports HNP */ | 124 | #define USB_DEVICE_A_HNP_SUPPORT 4 /* (otg) RH port supports HNP */ |
125 | #define USB_DEVICE_A_ALT_HNP_SUPPORT 5 /* (otg) other RH port does */ | 125 | #define USB_DEVICE_A_ALT_HNP_SUPPORT 5 /* (otg) other RH port does */ |
126 | #define USB_DEVICE_DEBUG_MODE 6 /* (special devices only) */ | 126 | #define USB_DEVICE_DEBUG_MODE 6 /* (special devices only) */ |
127 | 127 | ||
128 | #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */ | 128 | #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */ |
129 | 129 | ||
130 | 130 | ||
131 | /** | 131 | /** |