1 diff -ruN acx-20070610-old/pci.c acx-20070610-new/pci.c
2 --- acx-20070610-old/pci.c 2007-09-16 17:57:55.000000000 +0200
3 +++ acx-20070610-new/pci.c 2007-09-16 17:59:25.000000000 +0200
5 log(L_IRQ|L_INIT, "using IRQ %d\n", pdev->irq);
7 /* need to be able to restore PCI state after a suspend */
11 pci_set_drvdata(pdev, ndev);
13 /* ok, pci setup is finished, now start initializing the card */
15 pci_disable_device(pdev);
16 fail_pci_enable_device:
19 pci_set_power_state(pdev, PCI_D3hot);
27 /* put device into ACPI D3 mode (shutdown) */
29 pci_set_power_state(pdev, PCI_D3hot);