On Tue, Sep 28, 2010 at 10:51:22AM -0700, Matthew Dharm wrote: > On Tue, Sep 28, 2010 at 06:14:56AM -0400, Matthew Wilcox wrote: > > From: Matthew Wilcox <matthew.r.wilcox@xxxxxxxxx> > > > > 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@xxxxxxxxxxxxxxx> > > --- > > MAINTAINERS | 8 + > > drivers/usb/storage/Kconfig | 13 + > > drivers/usb/storage/Makefile | 1 + > > drivers/usb/storage/uas.c | 751 ++++++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 773 insertions(+), 0 deletions(-) > > create mode 100644 drivers/usb/storage/uas.c > > Given that this is distinctly not usb-storage, and it is entirely contained > within a single file, does it really belong in the drivers/usb/storage > directory? Well. It's USB Storage, specified as part of the Mass Storage Class Specification Overview 1.4. It's not part of the Linux usb-storage driver (yet?), but it's really closely related. For one thing, UAS devices come up in BBB (aka BOT) mode and have to be switched to UAS mode. That might be an argument for integration with libusual, or it might be an argument for integration with usb-storage. I have no idea yet, I'm still experimenting. Either way, there's got to be close cooperation, and being in the same directory seems like a minimum requirement. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html