index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
udl.h
Age
Commit message (
Expand
)
Author
2020-01-09
Rename udl_mode field to not shadow global `hz' variable.
Martin Pieuchot
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-12-05
minor spacing nit.
Jasper Lievisse Adriaanse
2012-09-18
add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVisio...
Jasper Lievisse Adriaanse
2012-09-18
- use nitems() here; no binary change.
Jasper Lievisse Adriaanse
2010-06-27
Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.
Mats O Jansson
2010-04-12
Enable transparent console cursor by adding a driver internal character
Marcus Glocker
2009-10-11
Minor cleanup run, no functional changes;
Marcus Glocker
2009-10-10
Let udl select the maximum resolution supported by the udl device and the
Mats O Jansson
2009-09-21
Document a private ioctl range for wscons drivers (from Miod). Therefore
Marcus Glocker
2009-09-20
Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To
Marcus Glocker
2009-09-19
Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is
Marcus Glocker
2009-09-19
If UDLIO_DAMAGE fails to queue the damage drawing request, undo the
Marcus Glocker
2009-09-19
Add bits for X11 support over the wsdisplay framework (fully Huffman
Marcus Glocker
2009-09-13
Fix command undo for compression. Fixes artifacts seen in some cases.
Marcus Glocker
2009-09-11
Don't panic if the command buffer runs full. Instead try to flush it,
Marcus Glocker
2009-08-27
Reduce padding overhead in compressed blocks.
Marcus Glocker
2009-08-26
Also avoid __packed struct to Huffman table in the driver side in favour
Marcus Glocker
2009-08-25
Enable pixel compression (Huffman pixel difference method). If the
Marcus Glocker
2009-05-31
We are able to address 256 pixels (16bit) per command not just 128 pixels.
Marcus Glocker
2009-05-10
Make inactivity screen blanking (burner) work.
Marcus Glocker
2009-05-09
Initial console device driver for USB displays based on the DisplayLink
Marcus Glocker