aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/cypress_m8.c')
-rw-r--r--drivers/usb/serial/cypress_m8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c
index b4069af4d565..af9290ed257b 100644
--- a/drivers/usb/serial/cypress_m8.c
+++ b/drivers/usb/serial/cypress_m8.c
@@ -179,9 +179,9 @@ static unsigned int cypress_buf_get(struct cypress_buf *cb, char *buf, unsigne
179static struct usb_serial_driver cypress_earthmate_device = { 179static struct usb_serial_driver cypress_earthmate_device = {
180 .driver = { 180 .driver = {
181 .owner = THIS_MODULE, 181 .owner = THIS_MODULE,
182 .name = "earthmate",
182 }, 183 },
183 .name = "DeLorme Earthmate USB", 184 .description = "DeLorme Earthmate USB",
184 .short_name = "earthmate",
185 .id_table = id_table_earthmate, 185 .id_table = id_table_earthmate,
186 .num_interrupt_in = 1, 186 .num_interrupt_in = 1,
187 .num_interrupt_out = 1, 187 .num_interrupt_out = 1,
@@ -208,9 +208,9 @@ static struct usb_serial_driver cypress_earthmate_device = {
208static struct usb_serial_driver cypress_hidcom_device = { 208static struct usb_serial_driver cypress_hidcom_device = {
209 .driver = { 209 .driver = {
210 .owner = THIS_MODULE, 210 .owner = THIS_MODULE,
211 .name = "cyphidcom",
211 }, 212 },
212 .name = "HID->COM RS232 Adapter", 213 .description = "HID->COM RS232 Adapter",
213 .short_name = "cyphidcom",
214 .id_table = id_table_cyphidcomrs232, 214 .id_table = id_table_cyphidcomrs232,
215 .num_interrupt_in = 1, 215 .num_interrupt_in = 1,
216 .num_interrupt_out = 1, 216 .num_interrupt_out = 1,