summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
2009-10-12regenJonathan Gray
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
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-23Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64.Miod Vallat
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-20syncTheo de Raadt
2009-09-20Support the AX88772A model (found while shopping today); tested by mtuTheo de Raadt
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-16fix ENETRESET handling in run_ioctl() and run_media_change().Damien Bergamini
2009-09-15TP-LINK TL-WN821NDamien Bergamini
2009-09-15usb id for TP-LINK TL-WN821N (otus(4)).Damien Bergamini
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-07Add another umass-to-modem request type which is needed forMarco Pfatschbacher
2009-09-07sizeof ptr vs sizeof *ptr bug; ok mglocker@Miod Vallat
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-09-05Make sure ehci_open() invokes ehci_device_setintr() at splusb; found withMiod Vallat
2009-08-30Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),Miod Vallat
2009-08-30Add some new devices. -mojMats O Jansson
2009-08-30Sync. -mojMats O Jansson
2009-08-30Change name on udl device since it matches more models. -mojMats O Jansson
2009-08-29sync. -mojMats O Jansson
2009-08-29Some more udl 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-25Add USB_PRODUCT_NOVATEL_EU870D that can be found in some dell d430Robert Nagy
2009-08-25regenRobert Nagy