]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 2 Feb 2012 22:51:11 +0000 (14:51 -0800)
commit348748b0e8cccc675e2f3a1456460ffcd540e1a1
treec326d3076b750d04075b36711a1cebef303c3a9f
parentc898add51c7b5b99fcecdeaf4df2ca30949cacb6
usb/uas: move UAS structs / defines into a header file

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>
drivers/usb/storage/uas.c
include/linux/usb/uas.h [new file with mode: 0644]