diff options
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2010-10-07 07:05:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:50 -0400 |
commit | 115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69 (patch) | |
tree | 873eac5e1a90e0374d2d1008f15492efc772f0cc /MAINTAINERS | |
parent | ae6d22fe1812ce8d40add3eb74ede9cfd2eae44f (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f2a2b8e647c5..8dac57f53d87 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5934,6 +5934,14 @@ S: Maintained | |||
5934 | F: Documentation/usb/acm.txt | 5934 | F: Documentation/usb/acm.txt |
5935 | F: drivers/usb/class/cdc-acm.* | 5935 | F: drivers/usb/class/cdc-acm.* |
5936 | 5936 | ||
5937 | USB ATTACHED SCSI | ||
5938 | M: Matthew Wilcox <willy@linux.intel.com> | ||
5939 | M: Sarah Sharp <sarah.a.sharp@linux.intel.com> | ||
5940 | L: linux-usb@vger.kernel.org | ||
5941 | L: linux-scsi@vger.kernel.org | ||
5942 | S: Supported | ||
5943 | F: drivers/usb/storage/uas.c | ||
5944 | |||
5937 | USB BLOCK DRIVER (UB ub) | 5945 | USB BLOCK DRIVER (UB ub) |
5938 | M: Pete Zaitcev <zaitcev@redhat.com> | 5946 | M: Pete Zaitcev <zaitcev@redhat.com> |
5939 | L: linux-usb@vger.kernel.org | 5947 | L: linux-usb@vger.kernel.org |