At the kernel-summit Sarah Sharp asked me if I was willing to become the uas maintainer. I said yes, and here is a patch to make this official. I've also added myself to the module's author tag, so that if people look there rather then in maintainers they will know they should bug me about uas too. Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- MAINTAINERS | 3 ++- drivers/usb/storage/uas.c | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c75199c..5e4cd09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8704,9 +8704,10 @@ S: Maintained F: drivers/net/wireless/ath/ar5523/ USB ATTACHED SCSI +M: Hans de Goede <hdegoede@xxxxxxxxxx> +M: Gerd Hoffmann <kraxel@xxxxxxxxxx> M: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> M: Sarah Sharp <sarah.a.sharp@xxxxxxxxxxxxxxx> -M: Gerd Hoffmann <kraxel@xxxxxxxxxx> L: linux-usb@xxxxxxxxxxxxxxx L: linux-scsi@xxxxxxxxxxxxxxx S: Maintained diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c index 2b946dd..610c0b4 100644 --- a/drivers/usb/storage/uas.c +++ b/drivers/usb/storage/uas.c @@ -2,6 +2,7 @@ * USB Attached SCSI * Note that this is not the same as the USB Mass Storage driver * + * Copyright Hans de Goede <hdegoede@xxxxxxxxxx> for Red Hat, Inc. 2013 * Copyright Matthew Wilcox for Intel Corp, 2010 * Copyright Sarah Sharp for Intel Corp, 2010 * @@ -1278,4 +1279,5 @@ static struct usb_driver uas_driver = { module_usb_driver(uas_driver); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Matthew Wilcox and Sarah Sharp"); +MODULE_AUTHOR( + "Hans de Goede <hdegoede@xxxxxxxxxx>, Matthew Wilcox and Sarah Sharp"); -- 1.8.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html