Browse Source

USB: serial: upd78f0730: sort device ids

Sort the device ids by vendor id.

Signed-off-by: Johan Hovold <johan@kernel.org>
Johan Hovold 8 years ago
parent
commit
d0c54f2f5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/serial/upd78f0730.c

+ 1 - 1
drivers/usb/serial/upd78f0730.c

@@ -32,8 +32,8 @@
 #define DRIVER_AUTHOR "Maksim Salau <maksim.salau@gmail.com>"
 #define DRIVER_AUTHOR "Maksim Salau <maksim.salau@gmail.com>"
 
 
 static const struct usb_device_id id_table[] = {
 static const struct usb_device_id id_table[] = {
-	{ USB_DEVICE(0x045B, 0x0212) }, /* YRPBRL78G13, YRPBRL78G14 */
 	{ USB_DEVICE(0x0409, 0x0063) }, /* V850ESJX3-STICK */
 	{ USB_DEVICE(0x0409, 0x0063) }, /* V850ESJX3-STICK */
+	{ USB_DEVICE(0x045B, 0x0212) }, /* YRPBRL78G13, YRPBRL78G14 */
 	{ USB_DEVICE(0x064B, 0x7825) }, /* Analog Devices EVAL-ADXL362Z-DB */
 	{ USB_DEVICE(0x064B, 0x7825) }, /* Analog Devices EVAL-ADXL362Z-DB */
 	{}
 	{}
 };
 };