]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/serial/hp4x.c
Merge branch 'upstream-fixes'
[linux-2.6-omap-h63xx.git] / drivers / usb / serial / hp4x.c
index 8eadfb70560132a5224567be0804fdacd4d03385..e9719da2aca1ed2700e8b57467b9e9a672553e45 100644 (file)
@@ -37,11 +37,11 @@ static struct usb_device_id id_table [] = {
 MODULE_DEVICE_TABLE(usb, id_table);
 
 static struct usb_driver hp49gp_driver = {
-       .owner =        THIS_MODULE,
        .name =         "hp4X",
        .probe =        usb_serial_probe,
        .disconnect =   usb_serial_disconnect,
        .id_table =     id_table,
+       .no_dynamic_id =        1,
 };
 
 static struct usb_serial_driver hp49gp_device = {