]> err.no Git - linux-2.6/blobdiff - drivers/usb/host/ohci-au1xxx.c
USB: uhci: mark root_hub_hub_des[] as const
[linux-2.6] / drivers / usb / host / ohci-au1xxx.c
index 1b9abdba920b9d18a8a53723a8eabc58342eaf0d..68c17f5ea8ea15c4ebfcc34e95ff4fb625978309 100644 (file)
@@ -8,7 +8,7 @@
  * Bus Glue for AMD Alchemy Au1xxx
  *
  * Written by Christopher Hoover <ch@hpl.hp.com>
- * Based on fragments of previous driver by Rusell King et al.
+ * Based on fragments of previous driver by Russell King et al.
  *
  * Modified for LH7A404 from ohci-sa1111.c
  *  by Durgesh Pattamatta <pattamattad@sharpsec.com>
@@ -288,6 +288,7 @@ static const struct hc_driver ohci_au1xxx_hc_driver = {
         */
        .hub_status_data =      ohci_hub_status_data,
        .hub_control =          ohci_hub_control,
+       .hub_irq_enable =       ohci_rhsc_enable,
 #ifdef CONFIG_PM
        .bus_suspend =          ohci_bus_suspend,
        .bus_resume =           ohci_bus_resume,