summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udl.h
AgeCommit message (Expand)Author
2020-01-09Rename udl_mode field to not shadow global `hz' variable.Martin Pieuchot
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-03-26Add sizes to various free(9) calls. Fixing the simpler ones first.Theo de Raadt
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2012-12-05minor spacing nit.Jasper Lievisse Adriaanse
2012-09-18add 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-27Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.Mats O Jansson
2010-04-12Enable transparent console cursor by adding a driver internal characterMarcus Glocker
2009-10-11Minor cleanup run, no functional changes;Marcus Glocker
2009-10-10Let udl select the maximum resolution supported by the udl device and theMats O Jansson
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-20Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. ToMarcus Glocker
2009-09-19Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type isMarcus Glocker
2009-09-19If UDLIO_DAMAGE fails to queue the damage drawing request, undo theMarcus Glocker
2009-09-19Add bits for X11 support over the wsdisplay framework (fully HuffmanMarcus Glocker
2009-09-13Fix command undo for compression. Fixes artifacts seen in some cases.Marcus Glocker
2009-09-11Don't panic if the command buffer runs full. Instead try to flush it,Marcus Glocker
2009-08-27Reduce padding overhead in compressed blocks.Marcus Glocker
2009-08-26Also avoid __packed struct to Huffman table in the driver side in favourMarcus Glocker
2009-08-25Enable pixel compression (Huffman pixel difference method). If theMarcus Glocker
2009-05-31We are able to address 256 pixels (16bit) per command not just 128 pixels.Marcus Glocker
2009-05-10Make inactivity screen blanking (burner) work.Marcus Glocker
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker