summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2009-06-05catch up NetBSD kern/41048.Yojiro Uo
2009-06-05this one tooMartynas Venckus
2009-06-05reduce diff i will send in a minuteMartynas Venckus
2009-06-04- factor out rf into its own structureMartynas Venckus
2009-06-04- 8187 uses different anaparam valuesMartynas Venckus
2009-06-04detect & print the revision (rev. d, b) of rtl8187l chip using theMartynas Venckus
2009-06-04- prepare for multiple revisions; urtw_lookup stuffMartynas Venckus
2009-06-04- make comments understandable by lintMartynas Venckus
2009-06-04difs&eifs are 8187 regsMartynas Venckus
2009-06-04- KNFMartynas Venckus
2009-06-04- update io functions to support indexMartynas Venckus
2009-06-04- fix some commentsMartynas Venckus
2009-06-04spacingMartynas Venckus
2009-06-04instead of having some 'generic' data str. with "NB: don't use itMartynas Venckus
2009-06-04trying to split some parts;Martynas Venckus
2009-06-04regenDamien Bergamini
2009-06-04the Sitecom WL-608 is a run(4) (although it is not 80.11n capable).Damien Bergamini
2009-06-03syncMartynas Venckus
2009-06-03realtek rtl8187b devices that will run urtw. ok jsg@Martynas Venckus
2009-06-02ehci_alloc_sqtd_chain() was doing signed math on len, thus the great codeTheo de Raadt
2009-06-02Avoid a buf oflow in uhidev_set_report_async() if we have to prepend theMiod Vallat
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
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-06-01oops, bad merge.Damien Bergamini
2009-06-01- cleanup tx pathDamien Bergamini
2009-06-01fix endianness issue.Damien Bergamini
2009-05-31We are able to address 256 pixels (16bit) per command not just 128 pixels.Marcus Glocker