| Commit message (Expand) | Author | Age | Files | Lines |
* | The usb configuration descriptor parameter providing the number of |  mglocker | 2021-01-27 | 1 | -2/+2 |
* | Zap parameter names in function prototypes. |  mglocker | 2020-11-17 | 1 | -4/+4 |
* | Nuke all occurrences of usbd_abort_pipe() if it gets called right |  mglocker | 2020-07-31 | 1 | -2/+1 |
* | uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like done in utvfu(4) |  landry | 2020-07-05 | 1 | -2/+3 |
* | Fix UVIDEO_DEBUG build |  feinerer | 2020-05-30 | 1 | -1/+2 |
* | Free data structures after closing the pseudo-device with vdevgone(9). |  mpi | 2020-01-16 | 1 | -3/+3 |
* | Convert tsleep(9) to tsleep_nsec(9). |  mpi | 2019-10-14 | 1 | -2/+2 |
* | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. |  beck | 2019-10-06 | 1 | -2/+2 |
* | Add support for integrated USB cameras with two functions, as |  patrick | 2019-08-07 | 1 | -9/+126 |
* | Add support for the KSMedia 8-bit IR format, a greyscale format, |  patrick | 2019-08-07 | 1 | -1/+5 |
* | The USB video class specification has increased its probe buffer |  patrick | 2019-07-10 | 1 | -5/+12 |
* | Also dump interface association descriptor when debugging is |  patrick | 2019-07-10 | 1 | -1/+26 |
* | Simplify/refactor the way vendor/product/serial informations are |  landry | 2018-05-01 | 1 | -6/+2 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Fill the 'card' member of v4l2_capability struct with the usb product |  landry | 2018-04-24 | 1 | -3/+6 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Fix off by one in array bounds tests when parsing descriptors. |  jsg | 2017-08-21 | 1 | -3/+3 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -5/+5 |
* | Add sizes to various free(9) calls. Fixing the simpler ones first. |  deraadt | 2017-03-26 | 1 | -7/+7 |
* | Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread |  mglocker | 2016-06-17 | 1 | -3/+4 |
* | No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how |  mpi | 2016-06-15 | 1 | -26/+2 |
* | Add missing line feed to DPRINTF makes debug reading easier. |  mglocker | 2016-06-14 | 1 | -2/+2 |
* | Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags. |  mglocker | 2016-06-01 | 1 | -29/+16 |
* | Do the endpoint verification before opening the pipe on the selected |  mglocker | 2016-05-28 | 1 | -8/+6 |
* | Remove superfluous loop counter to set alternate video interface since we |  mglocker | 2016-05-26 | 1 | -6/+4 |
* | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. |  mglocker | 2016-05-20 | 1 | -2/+2 |
* | Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernel |  kettenis | 2016-05-17 | 1 | -3/+26 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Do not delay video(4) attachment if the device does not need to load |  mpi | 2015-12-20 | 1 | -2/+5 |
* | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API |  mpi | 2015-12-11 | 1 | -9/+5 |
* | Move the softc definition to uvideo.c so that userland can include |  mpi | 2015-07-09 | 1 | -1/+57 |
* | Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full; |  miod | 2015-06-24 | 1 | -8/+16 |
* | We do not support freeing memory using reqbufs with a zero size so |  armani | 2015-01-06 | 1 | -3/+9 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Now that gcc2 is gone revert the removal of anonymous unions, means not having to |  brad | 2014-10-23 | 1 | -11/+11 |
* | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) |  armani | 2014-10-18 | 1 | -1/+12 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -12/+12 |
* | add a missing argument to a printf |  jsg | 2014-01-22 | 1 | -2/+2 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-07 | 1 | -5/+5 |
* | Don't use usbd_bulk_transfer() to submit a synchronous transfer here too. |  mpi | 2013-04-26 | 1 | -6/+8 |
* | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). |  mglocker | 2013-04-26 | 1 | -27/+27 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -13/+13 |
* | 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 | -5/+6 |
* | Do not try to get the description of an unexisting video format, |  mpi | 2012-06-18 | 1 | -2/+2 |
* | Fix bogus frame selection check in uvideo_vs_negotiation(). |  mglocker | 2011-10-28 | 1 | -6/+6 |
* | 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 |
* | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. |  oga | 2011-06-23 | 1 | -17/+29 |
* | M_WAITOK cleanup of two cases: |  mk | 2011-06-17 | 1 | -4/+4 |