]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers/usb: Skip auto handoff for TI and RENESAS usb controllers
authorBabu Moger <babu.moger@oracle.com>
Wed, 30 Mar 2016 20:28:41 +0000 (13:28 -0700)
committerAllen Pais <allen.pais@oracle.com>
Sat, 24 Jun 2017 01:27:48 +0000 (06:57 +0530)
commit352b0130033cacb03bd5fd6c3dd9abb8cbe5f28a
tree7dc68bcc95a83c15ef248e8aba6c48075f8cc29b
parent4a6fa5aa920c90e606ab4538f7965aa97911076f
drivers/usb: Skip auto handoff for TI and RENESAS usb controllers

I have never seen auto handoff working on TI and RENESAS xhci
cards. Eventually, we force handoff. This code forces the handoff
unconditionally. It saves 5 seconds boot time for each card.
Added the vendor/device id checks for the card which I have tested.

Orabug: 22345396

Signed-off-by: Babu Moger <babu.moger@oracle.com>
Acked-by: Karl Volz <karl.volz@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
drivers/usb/host/pci-quirks.c