summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2007-10-20syncBob Beck
2007-10-20Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.Bob Beck
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-14regenFelix Kronlage
2007-10-14add device id for Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-13sync.Marc Balmer
2007-10-13Add two Gude time signal station receivers.Marc Balmer
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-10-11serialize usbd_probe_and_attach(); only let one usb device be match'd andTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10shorteningTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10oopsTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10apple products; from dunceorTheo de Raadt
2007-10-09malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of allKenneth R Westerback
2007-10-08attach uslcom to the track systems traqmatejoshua stein
2007-10-08support 230400 speedjoshua stein
2007-10-07regenjoshua stein
2007-10-07track systems traqmate gps data acquisition systemjoshua stein
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-10-06Another NPBFILTER comment typo.Jonathan Gray
2007-09-28no longer used macrosJacob Meuser
2007-09-25fix emulated encodingsAlexandre Ratchov
2007-09-22regenFelix Kronlage
2007-09-22whitespace nitsFelix Kronlage
2007-09-19revert previous; still need sys/malloc.h for free(9) and friends hereMartin Reindl
2007-09-19attach CFA 635 as a uftdi.Pierre-Yves Ritschard
2007-09-19sync.Pierre-Yves Ritschard
2007-09-19Add the CFA 635 by CrystalFontz.Pierre-Yves Ritschard
2007-09-18Do not return from uts_intr() without restoring spl if it has been changed,Miod Vallat
2007-09-17remove unneeded malloc.h include.Federico G. Schwindt
2007-09-16some style(9). no binary change.Federico G. Schwindt
2007-09-15Allow to pull out an usb stick with ffs filesystem while mountedAlexander Bluhm
2007-09-14correct type printingTheo de Raadt
2007-09-13adapt to new hx/non-hx type-selection algorithm from linux/dragonfly; ok jsgTheo de Raadt
2007-09-12There is no such word as `detatch'.Michael Knudsen
2007-09-12new productTheo de Raadt
2007-09-12syncTheo de Raadt
2007-09-11KNF. "go for it" deraadt@Marc Winiger
2007-09-11undo rev 1.10 "implement a zero-copy RX data path".Damien Bergamini
2007-09-11KNFGilles Chehade
2007-09-10more M_ZERO usage.Federico G. Schwindt
2007-09-09add string length arguments to some functions, and do not copy a stringTheo de Raadt
2007-09-09Properly prefix all functions with driver name.Jonathan Gray
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-09-08regenFelix Kronlage
2007-09-08device id for the Huaweil Mobile E220Felix Kronlage
2007-09-08fix uaudio(4) devices using signed mixer controlsAlexandre Ratchov
2007-09-08Wrap DPRINTFN() macro up in do { } while(0).Jonathan Gray