diff options
Diffstat (limited to 'drivers/usb/serial/usb-serial-simple.c')
-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 7064eb8d6142..8bfc47c29828 100644 --- a/drivers/usb/serial/usb-serial-simple.c +++ b/drivers/usb/serial/usb-serial-simple.c | |||
@@ -64,7 +64,7 @@ DEVICE(vivopay, VIVOPAY_IDS); | |||
64 | /* Motorola USB Phone driver */ | 64 | /* Motorola USB Phone driver */ |
65 | #define MOTO_IDS() \ | 65 | #define MOTO_IDS() \ |
66 | { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */ \ | 66 | { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */ \ |
67 | { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Mororola phone */ \ | 67 | { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Motorola phone */ \ |
68 | { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */ \ | 68 | { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */ \ |
69 | { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \ | 69 | { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */ \ |
70 | { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */ | 70 | { USB_DEVICE(0x22b8, 0x2c64) } /* Motorola V950 phone */ |