Age | Commit message (Expand) | Author |
2018-11-18 | Use "%s", __func__ in DPRINTF() to reduce grep noise. | Martin Pieuchot |
2018-11-14 | free(9) sizes for configuration descriptors, missed in previous. | Martin Pieuchot |
2018-08-31 | remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@ | miko |
2018-05-01 | Simplify/refactor the way vendor/product/serial informations are | Landry Breuil |
2018-02-26 | Support dumping isochronous frames via bpf(4) using the USBPcap protocol. | Martin Pieuchot |
2018-02-19 | Add a default case to a usb_tap() switch statement which mpi@ says will | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-03 | Add support for dumping USB transfers via bpf(4) using USBPcap headers. | Martin Pieuchot |
2017-07-29 | Remove useless conditional before free(). | ians |
2017-07-21 | Do not permit USB ioctl handler malloc(9)'s to block as this interferes | ians |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-05-18 | Cache vendor, product and serial info for each usb device. This allows | Patrick Wildt |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2015-09-01 | Reject USB requests that could damage the bus integrity, just like it | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Trim blank lines. | Masao Uebayashi |
2015-01-13 | Always allow abort tasks to be scheduled, even if the device is beeing | Martin Pieuchot |
2014-12-18 | If a host controller has been detached or reported a halt condition it | Martin Pieuchot |
2014-08-10 | Since USB xfer pools are accessed in interrupt context, initialize them | Martin Pieuchot |
2014-08-09 | Do not store the whole USB hub descriptor in the "struct usbd_hub" | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Be less verbose with task debug messages and kill some trailing | Martin Pieuchot |
2014-07-09 | autoconf(9) is your friend and it knows you more than you think. It | Martin Pieuchot |
2014-05-28 | Apart from the early exploration done to find a console keyboard during | Martin Pieuchot |
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 |