| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject USB requests that could damage the bus integrity, just like it |  mpi | 2015-09-01 | 1 | -2/+11 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -4/+4 |
* | Trim blank lines. |  uebayasi | 2015-02-09 | 1 | -3/+1 |
* | Always allow abort tasks to be scheduled, even if the device is beeing |  mpi | 2015-01-13 | 1 | -9/+11 |
* | If a host controller has been detached or reported a halt condition it |  mpi | 2014-12-18 | 1 | -1/+8 |
* | Since USB xfer pools are accessed in interrupt context, initialize them |  mpi | 2014-08-10 | 1 | -3/+2 |
* | Do not store the whole USB hub descriptor in the "struct usbd_hub" |  mpi | 2014-08-09 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | Be less verbose with task debug messages and kill some trailing |  mpi | 2014-07-11 | 1 | -20/+17 |
* | autoconf(9) is your friend and it knows you more than you think. It |  mpi | 2014-07-09 | 1 | -3/+5 |
* | Apart from the early exploration done to find a console keyboard during |  mpi | 2014-05-28 | 1 | -15/+21 |
* | The relation between uhci(4), ohci(4) and their root hub device is |  mpi | 2014-05-11 | 1 | -2/+11 |
* | Force the detach of all USB devices by disconnecting the root hubs |  mpi | 2014-03-31 | 1 | -40/+61 |
* | Attach to host controller drivers advertising USB 3.0 support and assign |  mpi | 2014-03-08 | 1 | -5/+5 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -8/+4 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -1/+8 |
* | Don't leak information to userland in case the actual transfer length is |  mpi | 2013-05-17 | 1 | -1/+4 |
* | Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix |  mpi | 2013-04-26 | 1 | -28/+21 |
* | Rename usbd_fill_*_task() to usb_fill_*_task(). |  mglocker | 2013-04-19 | 1 | -10/+10 |
* | Move over function prototypes from ubsdi.h to usb.c which just get used |  mglocker | 2013-04-18 | 1 | -13/+16 |
* | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the |  mglocker | 2013-04-17 | 1 | -1/+20 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -15/+15 |
* | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). |  mglocker | 2013-04-08 | 1 | -1/+119 |
* | proc.h is way too much header for usb to handle. |  tedu | 2013-03-28 | 1 | -2/+1 |
* | you probably don't need to include vnode.h or reboot.h. you most definitely |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Remove the 4.8 version of the USB device info ioctl. |  mpi | 2013-03-16 | 1 | -21/+1 |
* | Don't use a pointer to an opaque softc, we'll need to access its unit |  mpi | 2012-05-15 | 1 | -7/+8 |
* | Returns different errors for USB_REQUEST if the address specified |  mpi | 2012-05-12 | 1 | -3/+4 |
* | Force usb_needs_explore() at DVACT_RESUME time; from Alexander Polakov |  deraadt | 2012-01-28 | 1 | -1/+4 |
* | usbdivar.h needs struct timeout. But don't get it indirectly via |  krw | 2011-09-18 | 1 | -1/+2 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | remove horrible abuse of kthread_create_deferred(9). this was being |  jakemsr | 2011-04-28 | 1 | -46/+36 |
* | bring back changes in usb.c revision 1.73 |  jakemsr | 2011-02-09 | 1 | -46/+111 |
* | revert usb.c to r1.72, and all subsequent changes that depend on it. |  jakemsr | 2011-02-09 | 1 | -85/+34 |
* | * merge 'onqueue' and 'running' members of struct usb_task into |  jakemsr | 2011-02-04 | 1 | -34/+85 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -241/+1 |
* | * add 'udi_serial' to struct usb_device_info. |  jakemsr | 2011-01-15 | 1 | -1/+21 |
* | * check that the root hub has been configured before trying to |  jakemsr | 2010-12-06 | 1 | -9/+11 |
* | create another kthread to run xfer abort tasks. xfer abort tasks cannot |  jakemsr | 2010-10-23 | 1 | -22/+89 |
* | add two members to struct usb_task |  jakemsr | 2010-09-23 | 1 | -2/+25 |
* | add a 'dying' flag to struct usbd_bus. use this to signify the bus |  jakemsr | 2010-09-23 | 1 | -12/+15 |
* | instead of waiting the full power-up-to-power-steady time for root |  jakemsr | 2010-09-23 | 1 | -3/+12 |
* | instead of running usb_explore() from individual kthreads for each |  jakemsr | 2010-09-23 | 1 | -107/+123 |
* | rename usb_discover to usb_explore for consistency. |  jakemsr | 2010-09-23 | 1 | -7/+7 |
* | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() |  deraadt | 2010-08-31 | 1 | -5/+7 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. |  kettenis | 2009-11-04 | 1 | -9/+2 |
* | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |