Folling 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 <stern@xxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 6 ++++-- drivers/usb/host/ehci-hcd.c | 4 ++++ drivers/usb/host/ohci-hcd.c | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) Index: usb-3.0/MAINTAINERS =================================================================== --- usb-3.0.orig/MAINTAINERS +++ usb-3.0/MAINTAINERS @@ -6430,8 +6430,9 @@ S: Maintained F: drivers/usb/misc/rio500* USB EHCI DRIVER +M: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> L: linux-usb@xxxxxxxxxxxxxxx -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 <stern@xxxxxxxxxxxxxxxxxxx> L: linux-usb@xxxxxxxxxxxxxxx -S: Orphan +S: Maintained F: Documentation/usb/ohci.txt F: drivers/usb/host/ohci* Index: usb-3.0/drivers/usb/host/ehci-hcd.c =================================================================== --- usb-3.0.orig/drivers/usb/host/ehci-hcd.c +++ usb-3.0/drivers/usb/host/ehci-hcd.c @@ -1,4 +1,8 @@ /* + * Enhanced Host Controller Interface (EHCI) driver for USB. + * + * Maintainer: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> + * * Copyright (c) 2000-2004 by David Brownell * * This program is free software; you can redistribute it and/or modify it Index: usb-3.0/drivers/usb/host/ohci-hcd.c =================================================================== --- usb-3.0.orig/drivers/usb/host/ohci-hcd.c +++ usb-3.0/drivers/usb/host/ohci-hcd.c @@ -1,5 +1,7 @@ /* - * OHCI HCD (Host Controller Driver) for USB. + * Open Host Controller Interface (OHCI) driver for USB. + * + * Maintainer: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> * * (C) Copyright 1999 Roman Weissgaerber <weissg@xxxxxxxxx> * (C) Copyright 2000-2004 David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> -- 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