Index: uspace/drv/ehci-hcd/main.c
===================================================================
--- uspace/drv/ehci-hcd/main.c	(revision 97ff14d474f76042d9027f36cddaa174c42cb992)
+++ uspace/drv/ehci-hcd/main.c	(revision 0969e45e423efb4aa32f07783a34e6057683d351)
@@ -1,4 +1,5 @@
 /*
- * Copyright (c) 2011 Vojtech Horky, Jan Vesely
+ * Copyright (c) 2011 Jan Vesely
+ * Copyright (c) 2011 Vojtech Horky
  * All rights reserved.
  *
@@ -26,9 +27,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/** @addtogroup usb
+/** @addtogroup usbdrvehci
  * @{
  */
 /** @file
- * @brief UHCI driver
+ * Main routines of EHCI driver.
  */
 #include <ddf/driver.h>
Index: uspace/drv/ehci-hcd/pci.c
===================================================================
--- uspace/drv/ehci-hcd/pci.c	(revision 97ff14d474f76042d9027f36cddaa174c42cb992)
+++ uspace/drv/ehci-hcd/pci.c	(revision 0969e45e423efb4aa32f07783a34e6057683d351)
@@ -27,10 +27,10 @@
  */
 /**
- * @addtogroup drvusbuhci
+ * @addtogroup drvusbehci
  * @{
  */
 /**
  * @file
- * PCI related functions needed by the UHCI driver.
+ * PCI related functions needed by the EHCI driver.
  */
 #include <errno.h>
Index: uspace/drv/ehci-hcd/pci.h
===================================================================
--- uspace/drv/ehci-hcd/pci.h	(revision 97ff14d474f76042d9027f36cddaa174c42cb992)
+++ uspace/drv/ehci-hcd/pci.h	(revision 0969e45e423efb4aa32f07783a34e6057683d351)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2010 Vojtech Horky
+ * Copyright (c) 2011 Vojtech Horky
  * All rights reserved.
  *
@@ -27,12 +27,12 @@
  */
 
-/** @addtogroup drvusbuhci
+/** @addtogroup drvusbehci
  * @{
  */
 /** @file
- * @brief UHCI driver
+ * PCI related functions needed by EHCI driver.
  */
-#ifndef DRV_UHCI_PCI_H
-#define DRV_UHCI_PCI_H
+#ifndef DRV_EHCI_PCI_H
+#define DRV_EHCI_PCI_H
 
 #include <ddf/driver.h>
