瀏覽代碼

uas: Add Hans de Goede as uas maintainer

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.

Also remove Matthew Wilcox and Sarah Sharp as maintainers at their request.

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@redhat.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Hans de Goede 11 年之前
父節點
當前提交
f50a4968de
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 1 2
      MAINTAINERS
  2. 3 1
      drivers/usb/storage/uas.c

+ 1 - 2
MAINTAINERS

@@ -9063,8 +9063,7 @@ S:	Maintained
 F:	drivers/net/wireless/ath/ar5523/
 F:	drivers/net/wireless/ath/ar5523/
 
 
 USB ATTACHED SCSI
 USB ATTACHED SCSI
-M:	Matthew Wilcox <willy@linux.intel.com>
-M:	Sarah Sharp <sarah.a.sharp@linux.intel.com>
+M:	Hans de Goede <hdegoede@redhat.com>
 M:	Gerd Hoffmann <kraxel@redhat.com>
 M:	Gerd Hoffmann <kraxel@redhat.com>
 L:	linux-usb@vger.kernel.org
 L:	linux-usb@vger.kernel.org
 L:	linux-scsi@vger.kernel.org
 L:	linux-scsi@vger.kernel.org

+ 3 - 1
drivers/usb/storage/uas.c

@@ -2,6 +2,7 @@
  * USB Attached SCSI
  * USB Attached SCSI
  * Note that this is not the same as the USB Mass Storage driver
  * Note that this is not the same as the USB Mass Storage driver
  *
  *
+ * Copyright Hans de Goede <hdegoede@redhat.com> for Red Hat, Inc. 2013
  * Copyright Matthew Wilcox for Intel Corp, 2010
  * Copyright Matthew Wilcox for Intel Corp, 2010
  * Copyright Sarah Sharp for Intel Corp, 2010
  * Copyright Sarah Sharp for Intel Corp, 2010
  *
  *
@@ -1261,4 +1262,5 @@ static struct usb_driver uas_driver = {
 module_usb_driver(uas_driver);
 module_usb_driver(uas_driver);
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Matthew Wilcox and Sarah Sharp");
+MODULE_AUTHOR(
+	"Hans de Goede <hdegoede@redhat.com>, Matthew Wilcox and Sarah Sharp");