summaryrefslogtreecommitdiff
path: root/sys/dev/usb/video
Commit message (Expand)AuthorAgeFilesLines
* 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