summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-03-25regenMichael Shalayeff
2005-03-25belkin bt and the unsupported netgear ma111v2Michael Shalayeff
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
2005-03-23add new vendor/product ids.Damien Bergamini
2005-03-23regen.Damien Bergamini
2005-03-23more ural devicesDamien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-23print the mac address in dmesg like every other nic we haveDavid Gwynne
2005-03-23USB_DEBUG implies URAL_DEBUG.David Gwynne
2005-03-22regen.Marc Balmer
2005-03-22Add Gude ADS, Gude Analog- und Digitalsysteme GmbH, DE-Koeln, andMarc Balmer
2005-03-19add spl calls where appropriate.Damien Bergamini
2005-03-19ieee80211_get_rate() is broken.Damien Bergamini
2005-03-19scan channels 12, 13 and 14 too.Damien Bergamini
2005-03-18use ieee80211_get_rate() instead of building or own routine.Damien Bergamini
2005-03-18add IBSS and HostAP support. thanks to SnoopyPro.Damien Bergamini
2005-03-18use xferlen for mgt frames too. this prevents management frames with aDamien Bergamini
2005-03-18only update the flags part of PHY_CSR5 and PHY_CSR6. this makes OFDMDamien Bergamini
2005-03-18close pipes and free tx/rx lists in detach(). this avoids some of theDamien Bergamini
2005-03-18sync and cleanup in ubsa(4)Reyk Floeter
2005-03-18add new 3G devices from Option. the Vodafone MC3G is an Option device.Reyk Floeter
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-17enable tx retries for unicast frames.Damien Bergamini
2005-03-17fix for big endian archsDavid Gwynne
2005-03-17- fix ralink urlDamien Bergamini
2005-03-16oops, this needs the ural classifierTheo de Raadt
2005-03-16syncDamien Bergamini
2005-03-16move ral vendor/product Ids into usbdevsDamien Bergamini
2005-03-16Driver for Ralink Technology RT2500USB wireless adapters.Damien Bergamini
2005-03-14syncTheo de Raadt
2005-03-14support jvc mp-prx1; iedowseTheo de Raadt
2005-03-13Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.Christopher Pascoe
2005-03-13Order the top-level interrupt heads in the periodic framelist such thatChristopher Pascoe
2005-03-13Be even more liberal in what we accept as a completed transaction, asChristopher Pascoe
2005-03-12Typos.Thierry Deval
2005-03-10regenDavid Gwynne
2005-03-10Cisco-Linksys Wireless-G USB Network AdapterDavid Gwynne
2005-03-09syncTheo de Raadt
2005-03-09in this case, clarity is requiredTheo de Raadt
2005-03-09syncTheo de Raadt
2005-03-09a long cable usb repeater...Theo de Raadt
2005-03-08Cosmetics...Thierry Deval
2005-03-08only print if we hit the via quirk timeout when debuggingDavid Gwynne
2005-03-08add support for the new firmwares and the devices that use themDavid Gwynne
2005-03-08regenDavid Gwynne
2005-03-08even more atuDavid Gwynne
2005-03-08lots of new devices found in a linux driverDavid Gwynne
2005-03-08regenDavid Gwynne
2005-03-08add (lots of) extra devices for atu found in a linux driverDavid Gwynne
2005-03-08Initialise the alternate next pointer in the queue head with EHCI_NULL, notChristopher Pascoe