[brcm63xx] board definitions: Added CPVA642 GPIO leds and buttons and refreshed patch...
[openwrt.git] / target / linux / etrax / files / drivers / usb / host / hc-crisv10.c
index 817e19e..34e54d9 100644 (file)
@@ -33,7 +33,7 @@
 /***************************************************************************/
 /***************************************************************************/
 
-#define VERSION                        "1.00-openwrt_diff"
+#define VERSION                        "1.00-openwrt_diff-v1"
 #define COPYRIGHT              "(c) 2005, 2006 Axis Communications AB"
 #define DESCRIPTION             "ETRAX 100LX USB Host Controller"
 
@@ -4706,8 +4706,7 @@ static int __init_or_module devdrv_hcd_probe(struct device *dev)
     return -EPERM;
   }
   
-  //XXX: dev->usb_id don't exist, using "" instread? - claudio
-  hcd = usb_create_hcd(&crisv10_hc_driver, dev, "");
+  hcd = usb_create_hcd(&crisv10_hc_driver, dev, dev_name(dev));
   if (!hcd)
     return -ENOMEM;
 
This page took 0.023844 seconds and 4 git commands to generate.