Age | Commit message (Expand) | Author |
2013-11-01 | Move the abort_task storage to the generic USB xfer structure instead | Martin Pieuchot |
2013-06-25 | Bring ohci(4) and uhci(4) in sync with ehci(4) by ensuring that a | Martin Pieuchot |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-20 | Remove `abort_task' from usb task queue before recycling a `struct | YASUOKA Masahiko |
2013-04-19 | Remove allocm() and freem() from the USB bus interface now that they | Martin Pieuchot |
2013-04-16 | Don't be too clever when allocating a buffer for a transfer and do not | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2012-08-17 | Fix typos in DPRINTF() so error messages refer to correct *hci. | Kenneth R Westerback |
2012-08-07 | Make all *_device_*_start() functions (e.g. ohci_device_intr_start()) | Kenneth R Westerback |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser |
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser |
2010-11-21 | Properly handle when uhci_alloc_sqh() fails to allocate memory in | Matthew Dempsky |
2010-11-19 | Do not allow malloc() to wait in uhci_device_setintr(), instead check for | Miod Vallat |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-20 | If during resume we get an interrupt, sure, be a bit noisy about it | Theo de Raadt |
2010-09-20 | Fix unitialised variable access in the suspend/resume case | Jonathan Gray |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-31 | sort DVACT_ actions according to the order likely to be used | Theo de Raadt |
2010-08-31 | uhci is apparently is unaware that it could be on a shared interrupt | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-05-01 | put the read macros into functions so gcc4 doesn't whinge. | Jonathan Gray |
2009-11-26 | Call the existing power functions with our activate function for | Theo de Raadt |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-06-02 | ehci_alloc_sqtd_chain() was doing signed math on len, thus the great code | Theo de Raadt |
2008-11-21 | if interrupt register is all 1s, we know we are dead; ok dlg | Theo de Raadt |
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-22 | correct function names on some debug and panics. | Federico G. Schwindt |
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more M_ZERO usage. | Federico G. Schwindt |
2007-07-20 | Don't show debug output when an interrupt is not for us. | Marc Balmer |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |
2007-06-14 | Move the mstohz macro out of ubs_port.h and to the three places where it is | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-05-21 | Remove le{16,32}toh macros | Jonathan Gray |
2007-05-21 | Remove ifdef __otherbsd__ mess; no binary change. | Jonathan Gray |
2007-04-01 | Correct URL to UHCI spec. | Jonathan Gray |
2007-03-22 | Reapplication of rev 1.49. | Christopher Pascoe |