USB: change maintainership of ohci-hcd and ehci-hcd
authorAlan Stern <[email protected]>
Wed, 15 Jun 2011 20:32:46 +0000 (16:32 -0400)
committerGreg Kroah-Hartman <[email protected]>
Thu, 16 Jun 2011 00:44:56 +0000 (17:44 -0700)
Following the loss of David Brownell, I volunteer to maintain the
ohci-hcd and ehci-hcd drivers.  This patch (as1472) makes it official.

Signed-off-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
MAINTAINERS
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ohci-hcd.c

index e50fc6eb99e0ef8279abe24bf4a67027f0692033..4307673415f79ca563400b0f94a369bf0b3ec335 100644 (file)
@@ -6430,8 +6430,9 @@ S:        Maintained
 F:     drivers/usb/misc/rio500*
 
 USB EHCI DRIVER
+M:     Alan Stern <[email protected]>
 L:     [email protected]
-S:     Orphan
+S:     Maintained
 F:     Documentation/usb/ehci.txt
 F:     drivers/usb/host/ehci*
 
@@ -6490,8 +6491,9 @@ S:        Maintained
 F:     sound/usb/midi.*
 
 USB OHCI DRIVER
+M:     Alan Stern <[email protected]>
 L:     [email protected]
-S:     Orphan
+S:     Maintained
 F:     Documentation/usb/ohci.txt
 F:     drivers/usb/host/ohci*
 
index b435ed67dd5c4e0649185c228648709e30c4d0f7..f8030ee928e8ccb86c4abcd4262f1467476e2a80 100644 (file)
@@ -1,4 +1,8 @@
 /*
+ * Enhanced Host Controller Interface (EHCI) driver for USB.
+ *
+ * Maintainer: Alan Stern <[email protected]>
+ *
  * Copyright (c) 2000-2004 by David Brownell
  *
  * This program is free software; you can redistribute it and/or modify it
index 9aa10bdf39188e4a0a7892684b7d877d7550731a..f9cf3f04b7424bd2299dc52f1662cdd6443e050b 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * OHCI HCD (Host Controller Driver) for USB.
+ * Open Host Controller Interface (OHCI) driver for USB.
+ *
+ * Maintainer: Alan Stern <[email protected]>
  *
  * (C) Copyright 1999 Roman Weissgaerber <[email protected]>
  * (C) Copyright 2000-2004 David Brownell <[email protected]>