usb/uas: move UAS structs / defines into a header file
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 11 Jan 2012 11:45:56 +0000 (12:45 +0100)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 30 Apr 2012 18:15:15 +0000 (19:15 +0100)
commit1b8cfbdb571d034ed700a86d673675cea18dfa2f
treea9f371c0ed9ca5033c63de7b6bf605e0758998bf
parentfd96dbd8d26bc83a0fd8ba041c08144e5c9d78c7
usb/uas: move UAS structs / defines into a header file

BugLink: http://bugs.launchpad.net/bugs/901215

The protocol specific structures and defines which are used by UAS are
moved into a header files by this patch so it can be accessed by the UAS
gadget as well.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
(cherry picked from commit 348748b0e8cccc675e2f3a1456460ffcd540e1a1)

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
drivers/usb/storage/uas.c
include/linux/usb/uas.h [new file with mode: 0644]