summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-11-27Initial untested bits for ZD1211B support, different initJonathan Gray
2006-11-27smallest usb driver ever: enable config on the Blackberry which preventsTheo de Raadt
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26syncTheo de Raadt
2006-11-26learn about RIM productsTheo de Raadt
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-26cover up a bug (resulting in noise in dmesg) that we still do notTheo de Raadt
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-26missing file; sorry niall!Uwe Stuehler
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-11-25regenJonathan Gray
2006-11-25Netgear WG111v2Jonathan Gray
2006-11-24regenBrad Smith
2006-11-24add the DLink DWL-G120 product id.Brad Smith
2006-11-19restore the workaround for rate==0 bug.Damien Bergamini
2006-11-17syncTheo de Raadt
2006-11-17usb hub found on ibm x3455; Srebrenko SehicTheo de Raadt
2006-11-16syncTheo de Raadt
2006-11-16another cdceTheo de Raadt
2006-11-16add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2Damien Bergamini
2006-11-15Fix an integer type promotion that can lead to wrong offsets on 64 bit arches.Marc Balmer
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-11-11regen -mojMats O Jansson
2006-11-11Add some USR Wlan adapters. -mojMats O Jansson
2006-11-11add quirk for the usb missile launcherJolan Luff
2006-11-11regenJolan Luff
2006-11-11usb missile launcherJolan Luff
2006-11-03add new code to handle the AL7230B radios.Damien Bergamini
2006-11-01abort bulk-in and bulk-out pipes in zyd_stop() before freeing theDamien Bergamini
2006-11-01regenJolan Luff
2006-11-01BWCT serialJolan Luff
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-10-28- Use better names for the variables containing the timeouts in Hz instead ofMarc Balmer
2006-10-27udcf(4) degraded the sensor status from OK to WARNING on the first receiptionMarc Balmer
2006-10-26Move from a switch based baud rate selection to range checkingJonathan Gray
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
2006-10-26regenJonathan Gray
2006-10-26MosChip serial & EthernetJonathan Gray
2006-10-24Fix indentation to not imply, that USB_ATTACH_ERROR_RETURNMoritz Jodeit
2006-10-23simplify zyd_read_eeprom().Damien Bergamini
2006-10-23turn link led off when returning to the S_INIT state.Damien Bergamini
2006-10-22make data LED blink upon TX.Damien Bergamini
2006-10-22make sure ni->ni_txrate is always initialized to a meaningful value byDamien Bergamini
2006-10-22do per-node rate control.Damien Bergamini
2006-10-21some extra const disease damien was testing slipped in; ok damienTheo de Raadt
2006-10-21huge diff to bring zyd(4) into a working state.Damien Bergamini
2006-10-19regenJonathan Gray
2006-10-19Support later versions of the ASUS WL-167g which have switchedJonathan Gray
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-14Apply some formatting.Marc Balmer