Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213587
b: refs/heads/master
c: 115bb1f
h: refs/heads/master
i:
  213585: d1ce952
  213583: ca84df2
v: v3
  • Loading branch information
Matthew Wilcox authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 4502ce9 commit b32c5a6
Show file tree
Hide file tree
Showing 5 changed files with 774 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae6d22fe1812ce8d40add3eb74ede9cfd2eae44f
refs/heads/master: 115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69
8 changes: 8 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5934,6 +5934,14 @@ S: Maintained
F: Documentation/usb/acm.txt
F: drivers/usb/class/cdc-acm.*

USB ATTACHED SCSI
M: Matthew Wilcox <willy@linux.intel.com>
M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
L: linux-usb@vger.kernel.org
L: linux-scsi@vger.kernel.org
S: Supported
F: drivers/usb/storage/uas.c

USB BLOCK DRIVER (UB ub)
M: Pete Zaitcev <zaitcev@redhat.com>
L: linux-usb@vger.kernel.org
Expand Down
13 changes: 13 additions & 0 deletions trunk/drivers/usb/storage/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,19 @@ config USB_STORAGE_CYPRESS_ATACB

If this driver is compiled as a module, it will be named ums-cypress.

config USB_UAS
tristate "USB Attached SCSI"
depends on USB && SCSI
help
The USB Attached SCSI protocol is supported by some USB
storage devices. It permits higher performance by supporting
multiple outstanding commands.

If you don't know whether you have a UAS device, it is safe to
say 'Y' or 'M' here and the kernel will use the right driver.

If you compile this driver as a module, it will be named uas.

config USB_LIBUSUAL
bool "The shared table of common (or usual) storage devices"
depends on USB
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/storage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

EXTRA_CFLAGS := -Idrivers/scsi

obj-$(CONFIG_USB_UAS) += uas.o
obj-$(CONFIG_USB_STORAGE) += usb-storage.o

usb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
Expand Down
Loading

0 comments on commit b32c5a6

Please sign in to comment.