]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: serial: upd78f0730: sort device ids
authorJohan Hovold <johan@kernel.org>
Mon, 13 Feb 2017 13:49:39 +0000 (14:49 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 13 Feb 2017 13:50:44 +0000 (14:50 +0100)
Sort the device ids by vendor id.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/upd78f0730.c

index f1e6c07ffc8180dfd9d0e60827e6ffae67998a0e..a028dd2310c97da2e9e75456fd4909abad9200ad 100644 (file)
@@ -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 */
        {}
 };