diff options
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, |
