USB: Add UAS driver
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 7 Oct 2010 11:05:23 +0000 (13:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:50 +0000 (10:21 -0700)
commit115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69
tree873eac5e1a90e0374d2d1008f15492efc772f0cc
parentae6d22fe1812ce8d40add3eb74ede9cfd2eae44f
USB: Add UAS driver

USB Attached SCSI is a new protocol specified jointly by the SCSI T10
committee and the USB Implementors Forum.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
[mina86@mina86.com: updated to use new USB_ prefix]
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
MAINTAINERS
drivers/usb/storage/Kconfig
drivers/usb/storage/Makefile
drivers/usb/storage/uas.c [new file with mode: 0644]