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

Collapse All | Expand All

(-)ndiswrapper-1.13.orig/driver/pnp.c (-2 / +2 lines)
Lines 229-235 Link Here
229
				pci_restore_state(pdev, wd->pci.pci_state);
229
				pci_restore_state(pdev, wd->pci.pci_state);
230
#endif
230
#endif
231
			} else { // usb device
231
			} else { // usb device
232
				wrap_resume_urbs(wd);
232
				//wrap_resume_urbs(wd);
233
			}
233
			}
234
		} else {
234
		} else {
235
			DBGTRACE2("suspending device %p", wd);
235
			DBGTRACE2("suspending device %p", wd);
Lines 241-247 Link Here
241
				pci_save_state(pdev, wd->pci.pci_state);
241
				pci_save_state(pdev, wd->pci.pci_state);
242
#endif
242
#endif
243
			} else { // usb device
243
			} else { // usb device
244
				wrap_suspend_urbs(wd);
244
				//wrap_suspend_urbs(wd);
245
			}
245
			}
246
		}
246
		}
247
		status = STATUS_SUCCESS;
247
		status = STATUS_SUCCESS;

Return to bug 127569