summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-1/+2
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-1/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-5/+5
* minor spacing nit.jasper2012-12-051-3/+1
* add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVision LT1421.jasper2012-09-181-1/+9
* - use nitems() here; no binary change.jasper2012-09-181-2/+2
* Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.maja2010-06-271-1/+8
* Enable transparent console cursor by adding a driver internal charactermglocker2010-04-121-1/+2
* Minor cleanup run, no functional changes;mglocker2009-10-111-2/+2
* Let udl select the maximum resolution supported by the udl device and themaja2009-10-101-5/+143
* Document a private ioctl range for wscons drivers (from Miod). Thereforemglocker2009-09-211-15/+1
* Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. Tomglocker2009-09-201-1/+3
* Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type ismglocker2009-09-191-2/+2
* If UDLIO_DAMAGE fails to queue the damage drawing request, undo themglocker2009-09-191-1/+4
* Add bits for X11 support over the wsdisplay framework (fully Huffmanmglocker2009-09-191-1/+13
* Fix command undo for compression. Fixes artifacts seen in some cases.mglocker2009-09-131-1/+3
* Don't panic if the command buffer runs full. Instead try to flush it,mglocker2009-09-111-8/+14
* Reduce padding overhead in compressed blocks.mglocker2009-08-271-3/+2
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-261-3/+3
* Enable pixel compression (Huffman pixel difference method). If themglocker2009-08-251-1/+49
* We are able to address 256 pixels (16bit) per command not just 128 pixels.mglocker2009-05-311-2/+2
* Make inactivity screen blanking (burner) work.mglocker2009-05-101-2/+4
* Initial console device driver for USB displays based on the DisplayLinkmglocker2009-05-091-0/+641