summaryrefslogtreecommitdiff
path: root/common/console_output.c
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 /common/console_output.c
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 'common/console_output.c')
-rw-r--r--common/console_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/console_output.c b/common/console_output.c
index bc28a8a3b1..7f96d69310 100644
--- a/common/console_output.c
+++ b/common/console_output.c
@@ -57,6 +57,7 @@ static const char * const channel_names[] = {
"task",
"thermal",
"usb",
+ "usbms",
"usbcharge",
"usbpd",
"vboot",