]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: ohci: Make distrust_firmware param default to false
authorHamish Martin <hamish.martin@alliedtelesis.co.nz>
Thu, 10 Sep 2020 21:25:12 +0000 (09:25 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jan 2021 14:48:45 +0000 (15:48 +0100)
commit83bd727805e5dea4d4b67a9857f7db330c837e92
treed5df6155781051d5f5f66f45e09b459fe4000e16
parentae4791392639cba8a9a67653914ea2204c0b8680
usb: ohci: Make distrust_firmware param default to false

commit c4005a8f65edc55fb1700dfc5c1c3dc58be80209 upstream.

The 'distrust_firmware' module parameter dates from 2004 and the USB
subsystem is a lot more mature and reliable now than it was then.
Alter the default to false now.

Suggested-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Hamish Martin <hamish.martin@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20200910212512.16670-2-hamish.martin@alliedtelesis.co.nz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hcd.c