aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/video
Commit message (Expand)AuthorAgeFilesLines
* uvideo: bounds-check frame interval reads against bLengthBaptiste Daroussin2026-07-221-7/+9
* uvideo: lock the mmap queue and read pathBaptiste Daroussin2026-07-221-13/+59
* uvideo: validate frame size before mmap buffer allocationBaptiste Daroussin2026-07-221-4/+12
* uvideo: replace contigmalloc with OBJT_PHYS vm_object for mmap bufferBaptiste Daroussin2026-07-221-141/+51
* uvideo: fix use-after-free in mmap buffer lifetime managementBaptiste Daroussin2026-07-211-14/+162
* uvideo: import quirks infrastructure from OpenBSDBaptiste Daroussin2026-07-201-2/+177
* uvideo: increase UVIDEO_MAX_PU and UVIDEO_MAX_CT to 32Baptiste Daroussin2026-07-201-2/+2
* uvideo: increase isochronous transfer depth for throughputBaptiste Daroussin2026-06-162-2/+22
* uvideo: add missing formats to be in par with webcamd's uvcvideoBaptiste Daroussin2026-06-163-0/+49
* uvideo: add Camera Terminal controlsBaptiste Daroussin2026-06-163-14/+211
* uvideo: add kqueue supportBaptiste Daroussin2026-06-161-0/+48
* uvideo: import uvideo(4) driver from OpenBSDBaptiste Daroussin2026-06-163-0/+4663
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+4
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* usb(4): Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Add USB ID for Diamond Multimedia BVU195 Display Link device.Hans Petter Selasky2019-11-211-0/+1
* Fix device delete child function.Hans Petter Selasky2016-10-171-7/+2
* Add new USB ID to UDL driver.Hans Petter Selasky2016-03-301-1/+2
* Put recycle pointer in own memory area which is not mmap'able.Hans Petter Selasky2015-05-101-5/+9
* Don't print uninitialized variables.Hans Petter Selasky2015-04-211-2/+1
* Buffers which can be memory mapped into userspace should never beHans Petter Selasky2015-04-172-8/+74
* Allow the UDL screen refresh rate to be runtime configurable through aHans Petter Selasky2015-03-071-3/+25
* Reduce number of memory buffers a bit.Hans Petter Selasky2015-02-161-1/+1
* Avoid recursive locking.Hans Petter Selasky2015-02-161-5/+14
* Swap screen dimensions back to normal.Hans Petter Selasky2015-02-161-2/+2
* Allow the display port to be powered off.Hans Petter Selasky2015-02-161-14/+5
* Add new device ID.Hans Petter Selasky2015-02-151-0/+1
* Bugfixes. Check if a framebuffer is present before using it. DequeueHans Petter Selasky2015-02-151-4/+10
* Import USB display link driver from OpenBSD. Support for compressionHans Petter Selasky2015-02-152-0/+1379