summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2009-07-23sync. -mojMats O Jansson
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23Use the correct buffer for non-zero report IDs in uhidev_set_report().Jonathan Gray
2009-07-19clalloc() can't fail, so there's no need to handle failure cases.Bret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-02Revert the 'optimization' I attempted in r1.21 since it turns outKenneth R Westerback
2009-06-28Better wording for the not-supported-video-control message.Marcus Glocker
2009-06-24print RFv1/RFv2 for 8187L dmesgs; since code paths are very differentMartynas Venckus
2009-06-21simplify write_s16 routine and just use memory stack instead of twoMartynas Venckus
2009-06-17fix endianness issue on BE.Damien Bergamini
2009-06-06regenYojiro Uo
2009-06-06add another UDL deviceYojiro Uo
2009-06-06- implement support for rtl8187bMartynas Venckus