aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-02-13 14:49:39 +0100
committerJohan Hovold <johan@kernel.org>2017-02-13 14:50:44 +0100
commitd0c54f2f5be8ce90540256260066ce0bf4579e17 (patch)
tree0c22b00528b52910746d54bee50fee4251a94336 /drivers/usb
parentUSB: serial: upd78f0730: add ID for EVAL-ADXL362Z (diff)
downloadlinux-dev-d0c54f2f5be8ce90540256260066ce0bf4579e17.tar.xz
linux-dev-d0c54f2f5be8ce90540256260066ce0bf4579e17.zip
USB: serial: upd78f0730: sort device ids
Sort the device ids by vendor id. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/upd78f0730.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/upd78f0730.c b/drivers/usb/serial/upd78f0730.c
index f1e6c07ffc81..a028dd2310c9 100644
--- a/drivers/usb/serial/upd78f0730.c
+++ b/drivers/usb/serial/upd78f0730.c
@@ -32,8 +32,8 @@
#define DRIVER_AUTHOR "Maksim Salau <maksim.salau@gmail.com>"
static const struct usb_device_id id_table[] = {
- { USB_DEVICE(0x045B, 0x0212) }, /* YRPBRL78G13, YRPBRL78G14 */
{ USB_DEVICE(0x0409, 0x0063) }, /* V850ESJX3-STICK */
+ { USB_DEVICE(0x045B, 0x0212) }, /* YRPBRL78G13, YRPBRL78G14 */
{ USB_DEVICE(0x064B, 0x7825) }, /* Analog Devices EVAL-ADXL362Z-DB */
{}
};