Age | Commit message (Expand) | Author |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Re-sort some functions. Fix comment. No functional changes. | Marcus Glocker |
2009-09-11 | Don't panic if the command buffer runs full. Instead try to flush it, | Marcus Glocker |
2009-09-09 | Today we just support a font width up to 8 pixels. Allow a font width | Marcus Glocker |
2009-09-07 | Add another umass-to-modem request type which is needed for | Marco Pfatschbacher |
2009-09-07 | sizeof ptr vs sizeof *ptr bug; ok mglocker@ | Miod Vallat |
2009-09-06 | Fix typo in comment, safe -> save. | Marcus Glocker |
2009-09-06 | Fix udl_copycols overlay copy problem by copying area to off-screen first | Marcus Glocker |
2009-09-05 | Make use of the new wsdisplay ability, committed by miod previously, which | Marcus Glocker |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Make sure ehci_open() invokes ehci_device_setintr() at splusb; found with | Miod Vallat |
2009-08-30 | Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(), | Miod Vallat |
2009-08-30 | Add some new devices. -moj | Mats O Jansson |
2009-08-30 | Sync. -moj | Mats O Jansson |
2009-08-30 | Change name on udl device since it matches more models. -moj | Mats O Jansson |
2009-08-29 | sync. -moj | Mats O Jansson |
2009-08-29 | Some more udl devices. -moj | Mats O Jansson |
2009-08-29 | Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy() | Marcus Glocker |
2009-08-27 | Reduce padding overhead in compressed blocks. | Marcus Glocker |
2009-08-26 | Remove obsolete comment. | Marcus Glocker |
2009-08-26 | Replace some stupidly used bcopy()s by direct assignment. | Marcus Glocker |
2009-08-26 | Also avoid __packed struct to Huffman table in the driver side in favour | Marcus Glocker |
2009-08-25 | Add USB_PRODUCT_NOVATEL_EU870D that can be found in some dell d430 | Robert Nagy |
2009-08-25 | regen | Robert Nagy |
2009-08-25 | add Novatel EU870D | Robert Nagy |
2009-08-25 | Enable pixel compression (Huffman pixel difference method). If the | Marcus Glocker |
2009-08-16 | remove moscom_get_status() as it not called or required. | Jonathan Gray |
2009-08-16 | remove prototype for uark_open for which there is no implementation. | Jonathan Gray |
2009-08-10 | USB network devices do not DMA in a way that requires a shutdown function | Theo de Raadt |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | missing argument to DPRINTF. | Damien Bergamini |
2009-08-10 | undef OTUS_DEBUG. | Damien Bergamini |
2009-08-09 | Check if the command buffer has been allocated before we free it. Fixes | Marcus Glocker |
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-29 | sitecom needs comma | Martynas Venckus |
2009-07-29 | - WL168 -> WL168V4 | Martynas Venckus |
2009-07-29 | sync | Martynas Venckus |
2009-07-29 | - add couple of new urtw, Linksys WUSB54GC v2, Sitecom WL-168 v1. | Martynas Venckus |
2009-07-29 | Linksys WUSB54GC v3 | Damien Bergamini |
2009-07-29 | add Linksys WUSB54GC v3 which is a run(4) RT2070 (802.11b/g only). | Damien Bergamini |
2009-07-26 | If we recognize a specific mouse model where we need to override locator | Miod Vallat |
2009-07-24 | Global Item #3 should be Physical Minimum not Maximum according | Jonathan Gray |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |