summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udl.c
AgeCommit message (Expand)Author
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
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-27If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernelMarcus Glocker
2009-09-26Fix artefacts in compression mode especially seen when running X.Marcus Glocker
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-20Remove XXX content about missing screen repaint when switching to EMULMarcus Glocker
2009-09-20For now just clear the screen when switching to emulation mode (need toMarcus 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-19Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andMarcus Glocker
2009-09-19Re-sort function pointer assignments. No functional changes.Marcus 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-13Remove (last) obsolete panic() case.Marcus Glocker
2009-09-13Fix command undo for compression. Fixes artifacts seen in some cases.Marcus Glocker
2009-09-13Move some real noisy operations to a higher debug level.Marcus Glocker
2009-09-13Use function pointers in erasecols and eraserows for framebufferMarcus Glocker
2009-09-12Don't use function pointers at places where we always call the sameMarcus Glocker
2009-09-12Re-sort some functions. Fix comment. No functional changes.Marcus Glocker
2009-09-11Don't panic if the command buffer runs full. Instead try to flush it,Marcus Glocker
2009-09-09Today we just support a font width up to 8 pixels. Allow a font widthMarcus Glocker
2009-09-06Fix typo in comment, safe -> save.Marcus Glocker
2009-09-06Fix udl_copycols overlay copy problem by copying area to off-screen firstMarcus Glocker
2009-09-05Make use of the new wsdisplay ability, committed by miod previously, whichMarcus Glocker
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-30Add some new devices. -mojMats O Jansson
2009-08-29Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy()Marcus Glocker
2009-08-27Reduce padding overhead in compressed blocks.Marcus Glocker
2009-08-26Remove obsolete comment.Marcus Glocker
2009-08-26Replace some stupidly used bcopy()s by direct assignment.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-08-09Check if the command buffer has been allocated before we free it. FixesMarcus Glocker
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-06-06add another UDL deviceYojiro Uo
2009-06-01Use the background color attribute in udl_erasecols and udl_eraserowsMarcus Glocker
2009-06-01Sort argument list of udl_draw_char similar as udl_fb_* friends.Marcus Glocker
2009-06-01Allow a font width other than 8 pixels.Marcus Glocker
2009-06-01Better naming for some framebuffer functions.Marcus Glocker
2009-06-01Reduce data payload for font drawing to a fixed size per character.Marcus Glocker
2009-06-01I forgot to apply the End Of Command token for async xfers. Maybe thatMarcus Glocker
2009-05-31We are able to address 256 pixels (16bit) per command not just 128 pixels.Marcus Glocker
2009-05-24Mention broken cursor drawing.Marcus Glocker
2009-05-24List product name instead chip type.Marcus Glocker
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-21Add König CMP-USBVGA10. -mojMats O Jansson
2009-05-21Add ForwardVideo EasyCAP008. -mojMats O Jansson
2009-05-18Add support for the DisplayLink USB<->DVI Adapter.Marcus Glocker