projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89fd8ee
)
USB: serial: upd78f0730: sort device ids
author
Johan Hovold
<johan@kernel.org>
Mon, 13 Feb 2017 13:49:39 +0000
(14:49 +0100)
committer
Johan 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/serial/upd78f0730.c
b/drivers/usb/serial/upd78f0730.c
index f1e6c07ffc8180dfd9d0e60827e6ffae67998a0e..a028dd2310c97da2e9e75456fd4909abad9200ad 100644
(file)
--- 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 */
{}
};