diff options
| -rw-r--r-- | drivers/usb/serial/usb-serial-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial-simple.c b/drivers/usb/serial/usb-serial-simple.c index fb79775447b0..675f9fae9cf2 100644 --- a/drivers/usb/serial/usb-serial-simple.c +++ b/drivers/usb/serial/usb-serial-simple.c | |||
| @@ -58,7 +58,7 @@ DEVICE(vivopay, VIVOPAY_IDS); | |||
| 58 | /* Motorola USB Phone driver */ | 58 | /* Motorola USB Phone driver */ |
| 59 | #define MOTO_IDS() \ | 59 | #define MOTO_IDS() \ |
| 60 | { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */ \ | 60 | { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */ \ |
| 61 | { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Mororola phone */ \ | 61 | { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Motorola phone */ \ |
| 62 | { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */ \ | 62 | { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */ \ |
| 63 | { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \ | 63 | { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \ |
| 64 | { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */ | 64 | { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */ |
