aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2014-05-22 20:12:47 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-22 22:35:01 -0400
commit58ce8499d3a3690c8b547a0b21ca9304083cfb67 (patch)
tree1b4d9d81fb0df55c64bb7694a88e2d8624023475
parentf8712528ae0bfef50f30b1da3d58e22f4f007889 (diff)
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.c5
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 @@
23 * - BUS: bus glue code, bus abstraction layer 23 * - BUS: bus glue code, bus abstraction layer
24 * 24 *
25 * Compile Options 25 * Compile Options
26 * - CONFIG_USB_GADGET_DEBUG_FILES: enable debug facilities 26 * - CONFIG_USB_CHIPIDEA_DEBUG: enable debug facilities
27 * - STALL_IN: non-empty bulk-in pipes cannot be halted 27 * - STALL_IN: non-empty bulk-in pipes cannot be halted
28 * if defined mass storage compliance succeeds but with warnings 28 * if defined mass storage compliance succeeds but with warnings
29 * => case 4: Hi > Dn 29 * => case 4: Hi > Dn
@@ -42,9 +42,6 @@
42 * - Not Supported: 15 & 16 (ISO) 42 * - Not Supported: 15 & 16 (ISO)
43 * 43 *
44 * TODO List 44 * TODO List
45 * - Interrupt Traffic
46 * - GET_STATUS(device) - always reports 0
47 * - Gadget API (majority of optional features)
48 * - Suspend & Remote Wakeup 45 * - Suspend & Remote Wakeup
49 */ 46 */
50#include <linux/delay.h> 47#include <linux/delay.h>