aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/Kconfig1
-rw-r--r--drivers/usb/gadget/s3c2410_udc.c4
-rw-r--r--drivers/usb/gadget/s3c2410_udc.h2
3 files changed, 3 insertions, 4 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 23a447373c51..12a401a144b7 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -264,7 +264,6 @@ config USB_PXA27X
264config USB_S3C_HSOTG 264config USB_S3C_HSOTG
265 tristate "S3C HS/OtG USB Device controller" 265 tristate "S3C HS/OtG USB Device controller"
266 depends on S3C_DEV_USB_HSOTG 266 depends on S3C_DEV_USB_HSOTG
267 select USB_GADGET_S3C_HSOTG_PIO
268 select USB_GADGET_DUALSPEED 267 select USB_GADGET_DUALSPEED
269 help 268 help
270 The Samsung S3C64XX USB2.0 high-speed gadget controller 269 The Samsung S3C64XX USB2.0 high-speed gadget controller
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c
index b8643771fa80..fac4c650d4bb 100644
--- a/drivers/usb/gadget/s3c2410_udc.c
+++ b/drivers/usb/gadget/s3c2410_udc.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Samsung S3C24xx series on-chip full speed USB device controllers 4 * Samsung S3C24xx series on-chip full speed USB device controllers
5 * 5 *
6 * Copyright (C) 2004-2007 Herbert Ptzl - Arnaud Patard 6 * Copyright (C) 2004-2007 Herbert Pรถtzl - Arnaud Patard
7 * Additional cleanups by Ben Dooks <ben-linux@fluff.org> 7 * Additional cleanups by Ben Dooks <ben-linux@fluff.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@
51 51
52#define DRIVER_DESC "S3C2410 USB Device Controller Gadget" 52#define DRIVER_DESC "S3C2410 USB Device Controller Gadget"
53#define DRIVER_VERSION "29 Apr 2007" 53#define DRIVER_VERSION "29 Apr 2007"
54#define DRIVER_AUTHOR "Herbert Ptzl <herbert@13thfloor.at>, " \ 54#define DRIVER_AUTHOR "Herbert Pรถtzl <herbert@13thfloor.at>, " \
55 "Arnaud Patard <arnaud.patard@rtp-net.org>" 55 "Arnaud Patard <arnaud.patard@rtp-net.org>"
56 56
57static const char gadget_name[] = "s3c2410_udc"; 57static const char gadget_name[] = "s3c2410_udc";
diff --git a/drivers/usb/gadget/s3c2410_udc.h b/drivers/usb/gadget/s3c2410_udc.h
index a48f619cb1cc..1653bae08b80 100644
--- a/drivers/usb/gadget/s3c2410_udc.h
+++ b/drivers/usb/gadget/s3c2410_udc.h
@@ -2,7 +2,7 @@
2 * linux/drivers/usb/gadget/s3c2410_udc.h 2 * linux/drivers/usb/gadget/s3c2410_udc.h
3 * Samsung on-chip full speed USB device controllers 3 * Samsung on-chip full speed USB device controllers
4 * 4 *
5 * Copyright (C) 2004-2007 Herbert Ptzl - Arnaud Patard 5 * Copyright (C) 2004-2007 Herbert Pรถtzl - Arnaud Patard
6 * Additional cleanups by Ben Dooks <ben-linux@fluff.org> 6 * Additional cleanups by Ben Dooks <ben-linux@fluff.org>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify