Skip to content

Commit

Permalink
USB: serial: upd78f0730: sort device ids
Browse files Browse the repository at this point in the history
Sort the device ids by vendor id.

Signed-off-by: Johan Hovold <johan@kernel.org>
  • Loading branch information
Johan Hovold committed Feb 13, 2017
1 parent 89fd8ee commit d0c54f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/upd78f0730.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{}
};
Expand Down

0 comments on commit d0c54f2

Please sign in to comment.