summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2009-08-25add Novatel EU870DRobert Nagy
2009-08-25Enable pixel compression (Huffman pixel difference method). If theMarcus Glocker
2009-08-16remove moscom_get_status() as it not called or required.Jonathan Gray
2009-08-16remove prototype for uark_open for which there is no implementation.Jonathan Gray
2009-08-10USB network devices do not DMA in a way that requires a shutdown functionTheo de Raadt
2009-08-10clear the beacons owner/valid bits to avoid garbage.Damien Bergamini
2009-08-10missing argument to DPRINTF.Damien Bergamini
2009-08-10undef OTUS_DEBUG.Damien Bergamini
2009-08-09Check if the command buffer has been allocated before we free it. FixesMarcus Glocker
2009-08-03timeout_add -> timeout_add_msecBret Lambert
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-29timeout_add -> timeout_add_msecBret Lambert
2009-07-29sitecom needs commaMartynas Venckus
2009-07-29- WL168 -> WL168V4Martynas Venckus
2009-07-29syncMartynas Venckus
2009-07-29- add couple of new urtw, Linksys WUSB54GC v2, Sitecom WL-168 v1.Martynas Venckus
2009-07-29Linksys WUSB54GC v3Damien Bergamini
2009-07-29add Linksys WUSB54GC v3 which is a run(4) RT2070 (802.11b/g only).Damien Bergamini
2009-07-26If we recognize a specific mouse model where we need to override locatorMiod Vallat
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingJonathan Gray
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-23Add some more udl devices. -mojMats O Jansson