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/ir-usb.c | |
| parent | 5615ca7906aefbdc3318604c89db5931d0a25910 (diff) | |
| parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 (diff) | |
Merge branch 'master'
Diffstat (limited to 'drivers/usb/serial/ir-usb.c')
| -rw-r--r-- | drivers/usb/serial/ir-usb.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.c index 937b2fdd7171..19f329e9bdcf 100644 --- a/drivers/usb/serial/ir-usb.c +++ b/drivers/usb/serial/ir-usb.c | |||
| @@ -133,9 +133,12 @@ static struct usb_driver ir_driver = { | |||
| 133 | }; | 133 | }; |
| 134 | 134 | ||
| 135 | 135 | ||
| 136 | static struct usb_serial_device_type ir_device = { | 136 | static struct usb_serial_driver ir_device = { |
| 137 | .owner = THIS_MODULE, | 137 | .driver = { |
| 138 | .name = "IR Dongle", | 138 | .owner = THIS_MODULE, |
| 139 | .name = "ir-usb", | ||
| 140 | }, | ||
| 141 | .description = "IR Dongle", | ||
| 139 | .id_table = id_table, | 142 | .id_table = id_table, |
| 140 | .num_interrupt_in = 1, | 143 | .num_interrupt_in = 1, |
| 141 | .num_bulk_in = 1, | 144 | .num_bulk_in = 1, |
