diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 |
| commit | b0c4e148bd591629749d02a8fbc8d81c26d548cf (patch) | |
| tree | 3e2142635f3dc2ceeae870ead2dceab7b9c6def1 /drivers/usb/serial/hp4x.c | |
| parent | 5615ca7906aefbdc3318604c89db5931d0a25910 (diff) | |
| parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 (diff) | |
Merge branch 'master'
Diffstat (limited to 'drivers/usb/serial/hp4x.c')
| -rw-r--r-- | drivers/usb/serial/hp4x.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/usb/serial/hp4x.c b/drivers/usb/serial/hp4x.c index 64d55fbd206e..8eadfb705601 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c | |||
| @@ -38,15 +38,17 @@ MODULE_DEVICE_TABLE(usb, id_table); | |||
| 38 | 38 | ||
| 39 | static struct usb_driver hp49gp_driver = { | 39 | static struct usb_driver hp49gp_driver = { |
| 40 | .owner = THIS_MODULE, | 40 | .owner = THIS_MODULE, |
| 41 | .name = "HP4X", | 41 | .name = "hp4X", |
| 42 | .probe = usb_serial_probe, | 42 | .probe = usb_serial_probe, |
| 43 | .disconnect = usb_serial_disconnect, | 43 | .disconnect = usb_serial_disconnect, |
| 44 | .id_table = id_table, | 44 | .id_table = id_table, |
| 45 | }; | 45 | }; |
| 46 | 46 | ||
| 47 | static struct usb_serial_device_type hp49gp_device = { | 47 | static struct usb_serial_driver hp49gp_device = { |
| 48 | .owner = THIS_MODULE, | 48 | .driver = { |
| 49 | .name = "HP4X", | 49 | .owner = THIS_MODULE, |
| 50 | .name = "hp4X", | ||
| 51 | }, | ||
| 50 | .id_table = id_table, | 52 | .id_table = id_table, |
| 51 | .num_interrupt_in = NUM_DONT_CARE, | 53 | .num_interrupt_in = NUM_DONT_CARE, |
| 52 | .num_bulk_in = NUM_DONT_CARE, | 54 | .num_bulk_in = NUM_DONT_CARE, |
