Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33f73e56 authored by Raphael Assenat's avatar Raphael Assenat Committed by Greg Kroah-Hartman
Browse files

USB: quirk for broken suspend of IT8152F/G



Here's a patch which adds my device to the list.

This patch enables the broken suspend quirk for the PCI OHCI controller
present in the IT8152F/G RISC-to-PCI Companion Chip.

Signed-off-by: default avatarRaphael Assenat <raph@8d.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 147c5a17
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -141,6 +141,10 @@ static const struct pci_device_id ohci_pci_quirks[] = {
		.subdevice	= 0x0004,
		.driver_data	= (unsigned long) broken_suspend,
	},
	{
		PCI_DEVICE(PCI_VENDOR_ID_ITE, 0x8152),
		.driver_data = (unsigned long) broken_suspend,
	},
	/* FIXME for some of the early AMD 760 southbridges, OHCI
	 * won't work at all.  blacklist them.
	 */