aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/at91_udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c
index 89d90b5fb787..6992d35c5e39 100644
--- a/drivers/usb/gadget/at91_udc.c
+++ b/drivers/usb/gadget/at91_udc.c
@@ -51,7 +51,7 @@
51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU), 51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU),
52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions. 52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions.
53 * 53 *
54 * This driver expects the board has been wired with two GPIOs suppporting 54 * This driver expects the board has been wired with two GPIOs supporting
55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the 55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
56 * testing hasn't covered such cases.) 56 * testing hasn't covered such cases.)
57 * 57 *