linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / usb / misc / emi62.c
index 5c5cb41..52fea2e 100644 (file)
@@ -255,10 +255,8 @@ static int emi62_probe(struct usb_interface *intf, const struct usb_device_id *i
 
        info("%s start", __FUNCTION__); 
 
-       if((dev->descriptor.idVendor == EMI62_VENDOR_ID) && (dev->descriptor.idProduct == EMI62_PRODUCT_ID)) {
-               emi62_load_firmware(dev);
-       }
-       
+       emi62_load_firmware(dev);
+
        /* do not return the driver context, let real audio driver do that */
        return -EIO;
 }
@@ -268,7 +266,6 @@ static void emi62_disconnect(struct usb_interface *intf)
 }
 
 static struct usb_driver emi62_driver = {
-       .owner          = THIS_MODULE,
        .name           = "emi62 - firmware loader",
        .probe          = emi62_probe,
        .disconnect     = emi62_disconnect,