uhci-hcd.c (f0cd91a68acdc9b49d7f6738b514a426da627649) | uhci-hcd.c (04538a255ac8b404c20cbf15867c9829254c470f) |
---|---|
1/* 2 * Universal Host Controller Interface driver for USB. 3 * 4 * Maintainer: Alan Stern <stern@rowland.harvard.edu> 5 * 6 * (C) Copyright 1999 Linus Torvalds 7 * (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com 8 * (C) Copyright 1999 Randy Dunlap --- 478 unchanged lines hidden (view full) --- 487 488 hcd->uses_new_polling = 1; 489 490 uhci->fsbr = 0; 491 uhci->fsbrtimeout = 0; 492 493 spin_lock_init(&uhci->lock); 494 | 1/* 2 * Universal Host Controller Interface driver for USB. 3 * 4 * Maintainer: Alan Stern <stern@rowland.harvard.edu> 5 * 6 * (C) Copyright 1999 Linus Torvalds 7 * (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com 8 * (C) Copyright 1999 Randy Dunlap --- 478 unchanged lines hidden (view full) --- 487 488 hcd->uses_new_polling = 1; 489 490 uhci->fsbr = 0; 491 uhci->fsbrtimeout = 0; 492 493 spin_lock_init(&uhci->lock); 494 |
495 INIT_LIST_HEAD(&uhci->td_remove_list); | |
496 INIT_LIST_HEAD(&uhci->idle_qh_list); 497 498 init_waitqueue_head(&uhci->waitqh); 499 500 if (DEBUG_CONFIGURED) { 501 dentry = debugfs_create_file(hcd->self.bus_name, 502 S_IFREG|S_IRUGO|S_IWUSR, uhci_debugfs_root, 503 uhci, &uhci_debug_operations); --- 439 unchanged lines hidden --- | 495 INIT_LIST_HEAD(&uhci->idle_qh_list); 496 497 init_waitqueue_head(&uhci->waitqh); 498 499 if (DEBUG_CONFIGURED) { 500 dentry = debugfs_create_file(hcd->self.bus_name, 501 S_IFREG|S_IRUGO|S_IWUSR, uhci_debugfs_root, 502 uhci, &uhci_debug_operations); --- 439 unchanged lines hidden --- |