summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/u_serial.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-12-23 21:10:07 +0100
committerFelipe Balbi <balbi@ti.com>2013-01-21 20:52:43 +0200
commitff47f59467388104d369a441aa6996d257343775 (patch)
tree895601c59ad3b136817f0c1c944a2272fbd7a4a8 /drivers/usb/gadget/u_serial.h
parent19b10a8828a6cdd5a4e7e37babd5084d35641f87 (diff)
downloadop-kernel-dev-ff47f59467388104d369a441aa6996d257343775.zip
op-kernel-dev-ff47f59467388104d369a441aa6996d257343775.tar.gz
usb: gadget: f_acm: convert to new function interface with backwards compatibility
This patch converts f_acm into a module which uses the new function interface. It also converts one of its users that is g_serial to make use of it. The other users of it (g_nokia for instance) are still using the old include file system and should not notice the change at all. So they can be converter later independently. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/u_serial.h')
-rw-r--r--drivers/usb/gadget/u_serial.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/gadget/u_serial.h b/drivers/usb/gadget/u_serial.h
index f06ee9a..66ce73a 100644
--- a/drivers/usb/gadget/u_serial.h
+++ b/drivers/usb/gadget/u_serial.h
@@ -17,6 +17,11 @@
#define MAX_U_SERIAL_PORTS 4
+struct f_serial_opts {
+ struct usb_function_instance func_inst;
+ u8 port_num;
+};
+
/*
* One non-multiplexed "serial" I/O port ... there can be several of these
* on any given USB peripheral device, if it provides enough endpoints.
OpenPOWER on IntegriCloud