Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: quirks: sort quirk entries

Move the last entry to its proper place to maintain the VID/PID sort
order.

Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20210210111746.13360-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Johan Hovold and committed by
Greg Kroah-Hartman
43861d29 0a25669b

+3 -3
+3 -3
drivers/usb/core/quirks.c
··· 415 415 { USB_DEVICE(0x10d6, 0x2200), .driver_info = 416 416 USB_QUIRK_STRING_FETCH_255 }, 417 417 418 + /* novation SoundControl XL */ 419 + { USB_DEVICE(0x1235, 0x0061), .driver_info = USB_QUIRK_RESET_RESUME }, 420 + 418 421 /* Huawei 4G LTE module */ 419 422 { USB_DEVICE(0x12d1, 0x15bb), .driver_info = 420 423 USB_QUIRK_DISCONNECT_SUSPEND }, ··· 497 494 498 495 /* INTEL VALUE SSD */ 499 496 { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME }, 500 - 501 - /* novation SoundControl XL */ 502 - { USB_DEVICE(0x1235, 0x0061), .driver_info = USB_QUIRK_RESET_RESUME }, 503 497 504 498 { } /* terminating entry must be last */ 505 499 };