diff options
author | Peter Chen <peter.chen@freescale.com> | 2014-05-23 08:12:47 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-23 11:35:01 +0900 |
commit | 58ce8499d3a3690c8b547a0b21ca9304083cfb67 (patch) | |
tree | 1b4d9d81fb0df55c64bb7694a88e2d8624023475 | |
parent | f8712528ae0bfef50f30b1da3d58e22f4f007889 (diff) | |
download | linux-58ce8499d3a3690c8b547a0b21ca9304083cfb67.tar.gz linux-58ce8499d3a3690c8b547a0b21ca9304083cfb67.tar.bz2 linux-58ce8499d3a3690c8b547a0b21ca9304083cfb67.zip |
usb: chipidea: update TODO list
Update TODO list
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/chipidea/core.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 128b92ba58a8..95b4dd731772 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -23,7 +23,7 @@ * - BUS: bus glue code, bus abstraction layer * * Compile Options - * - CONFIG_USB_GADGET_DEBUG_FILES: enable debug facilities + * - CONFIG_USB_CHIPIDEA_DEBUG: enable debug facilities * - STALL_IN: non-empty bulk-in pipes cannot be halted * if defined mass storage compliance succeeds but with warnings * => case 4: Hi > Dn @@ -42,9 +42,6 @@ * - Not Supported: 15 & 16 (ISO) * * TODO List - * - Interrupt Traffic - * - GET_STATUS(device) - always reports 0 - * - Gadget API (majority of optional features) * - Suspend & Remote Wakeup */ #include <linux/delay.h> |