summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorDominic Chen <ddchen@chromium.org>2014-06-18 18:19:28 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-15 17:55:04 +0000
commitc9809547c27037c4d5e30fa9b689a670a5e47c6d (patch)
tree30dddfb04204f5e926520ae05154ca4f459ea032 /include/console.h
parent9262797ee6816e81b7523bcabfac5e30cf0c6226 (diff)
downloadchrome-ec-c9809547c27037c4d5e30fa9b689a670a5e47c6d.tar.gz
usb: add support for mass storage (bulk-only)
implement USB mass storage class using the bulk-only transport protocol with the transparent SCSI command set. BRANCH=none BUG=none TEST=verify that usb mass storage functions on windows xp, 7, 8, mac os x, goobuntu precise Change-Id: Ideecad55bd275df7b30aa4a3ed263304a3a109cd Signed-off-by: Dominic Chen <ddchen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/206303 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 8890e7c838..eb0d66c6fa 100644
--- a/include/console.h
+++ b/include/console.h
@@ -52,6 +52,7 @@ enum console_channel {
CC_TASK,
CC_THERMAL,
CC_USB,
+ CC_USBMS,
CC_USBCHARGE,
CC_USBPD,
CC_VBOOT,