Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122277 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.14/drivers/usb/host/ehci-hcd.c.orig (+2 lines)
Lines 307-313 static int bios_handoff (struct ehci_hcd Link Here
307
	struct pci_dev *pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller);
307
	struct pci_dev *pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller);
308
308
309
	/* always say Linux will own the hardware */
309
	/* always say Linux will own the hardware */
310
	printk("bios_handoff: claiming hardware at %x\n", where + 3);
310
	pci_write_config_byte(pdev, where + 3, 1);
311
	pci_write_config_byte(pdev, where + 3, 1);
312
	printk("hardware claimed\n");
311
313
312
	/* maybe wait a while for BIOS to respond */
314
	/* maybe wait a while for BIOS to respond */
313
	if (cap & (1 << 16)) {
315
	if (cap & (1 << 16)) {

Return to bug 122277