Age | Commit message (Expand) | Author |
2014-05-11 | The relation between uhci(4), ohci(4) and their root hub device is | Martin Pieuchot |
2014-03-31 | Force the detach of all USB devices by disconnecting the root hubs | Martin Pieuchot |
2014-03-08 | Attach to host controller drivers advertising USB 3.0 support and assign | Martin Pieuchot |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-17 | Don't leak information to userland in case the actual transfer length is | Martin Pieuchot |
2013-04-26 | Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix | Martin Pieuchot |
2013-04-19 | Rename usbd_fill_*_task() to usb_fill_*_task(). | Marcus Glocker |
2013-04-18 | Move over function prototypes from ubsdi.h to usb.c which just get used | Marcus Glocker |
2013-04-17 | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the | Marcus Glocker |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-28 | you probably don't need to include vnode.h or reboot.h. you most definitely | Ted Unangst |
2013-03-16 | Remove the 4.8 version of the USB device info ioctl. | Martin Pieuchot |
2012-05-15 | Don't use a pointer to an opaque softc, we'll need to access its unit | Martin Pieuchot |
2012-05-12 | Returns different errors for USB_REQUEST if the address specified | Martin Pieuchot |
2012-01-28 | Force usb_needs_explore() at DVACT_RESUME time; from Alexander Polakov | Theo de Raadt |
2011-09-18 | usbdivar.h needs struct timeout. But don't get it indirectly via | Kenneth R Westerback |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-04-28 | remove horrible abuse of kthread_create_deferred(9). this was being | Jacob Meuser |
2011-02-09 | bring back changes in usb.c revision 1.73 | Jacob Meuser |
2011-02-09 | revert usb.c to r1.72, and all subsequent changes that depend on it. | Jacob Meuser |
2011-02-04 | * merge 'onqueue' and 'running' members of struct usb_task into | Jacob Meuser |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-15 | * add 'udi_serial' to struct usb_device_info. | Jacob Meuser |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-23 | add two members to struct usb_task | Jacob Meuser |
2010-09-23 | add a 'dying' flag to struct usbd_bus. use this to signify the bus | Jacob Meuser |
2010-09-23 | instead of waiting the full power-up-to-power-steady time for root | Jacob Meuser |
2010-09-23 | instead of running usb_explore() from individual kthreads for each | Jacob Meuser |
2010-09-23 | rename usb_discover to usb_explore for consistency. | Jacob Meuser |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-12-09 | assign ehcidebug to USB_DEBUG ioctl argument. | Yojiro Uo |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-13 | Apply some KNF after the recent removal of macros and type definitions. | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-11 | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in | Marc Balmer |
2007-06-11 | Remove the definition and use of the USB_GET_SC macro, no binary change. | Marc Balmer |
2007-06-11 | More USB cleanup: In usb_port.h, get rid of the sel_klist #define | Michael Knudsen |
2007-06-10 | Get rid of the USBDEVPTRNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of USBDEVUNIT. | Marc Balmer |