mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
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: Raphael Assenat <raph@8d.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
147c5a1733
commit
33f73e5619
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ static const struct pci_device_id ohci_pci_quirks[] = {
|
||||||
.subdevice = 0x0004,
|
.subdevice = 0x0004,
|
||||||
.driver_data = (unsigned long) broken_suspend,
|
.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
|
/* FIXME for some of the early AMD 760 southbridges, OHCI
|
||||||
* won't work at all. blacklist them.
|
* won't work at all. blacklist them.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue