summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-07-03in zyd_start():Xavier Santolaria
2006-07-02If ieee80211_encap() returns NULL the node is already free,Jonathan Gray
2006-07-02Move some of the verbose debug printfs like dumping packetsJonathan Gray
2006-07-02Send management frames at 1Mbit for better compatibility/chanceJonathan Gray
2006-07-02Rename several functions for consistency/simplicity.Jonathan Gray
2006-07-02Support for adapters with Airoha AL2230 radios from Florian.Jonathan Gray
2006-07-02Fix channel frequency/flags in radiotap structures.Jonathan Gray
2006-07-01RegenMiod Vallat
2006-07-01More Canon scanners, from NetBSD via Matthieu Baptiste.Miod Vallat
2006-07-01Remove a few noisy debug printfs that aren't doing anything useful.Jonathan Gray
2006-07-01spacingJonathan Gray
2006-07-01Initial radiotap/bpf bits based on ural.Jonathan Gray
2006-07-01Remove comments in device list that duplicate man page,Jonathan Gray
2006-06-30Shrink dmesg output, use ether_sprintf() to print MAC address.Jonathan Gray
2006-06-29Move register value pair table definitions into if_zydreg.hJonathan Gray
2006-06-28+ firmload for rum and zyd devices; ok jsg@.Xavier Santolaria
2006-06-28Add a roothook so the firmware can load when the adapterJonathan Gray
2006-06-28Leave usbd_add_drv_event() call till the end of the attach processJonathan Gray
2006-06-28Allow devices > revision 43.30 to attach.Jonathan Gray
2006-06-28Remove a struct that is no longer used.Jonathan Gray
2006-06-27DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@.Xavier Santolaria
2006-06-27knf in proto's; ok jsg@.Xavier Santolaria
2006-06-27Switch from magic numbers to usbdevs for vendor/product pairs.Jonathan Gray
2006-06-27regenJonathan Gray
2006-06-27add a bunch of zd1211 devices from zydJonathan Gray
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-27Add support for max rssi/signal strength percentage on RFMD 2958Jonathan Gray
2006-06-27avoid multiple detach problems; ich@florian-stoehr.deTheo de Raadt
2006-06-26When attaching an USB keyboard, check the HID interface for its country codeMiod Vallat
2006-06-26RegenMiod Vallat
2006-06-26Add Sun type 7 keyboard; from NetBSDMiod Vallat
2006-06-26fix typos in debug messagesMichael Coulter
2006-06-23A typo a day, keeps the dictionnary away.Miod Vallat
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-21minimal cleaningTheo de Raadt
2006-06-21minimal knf and cleanupTheo de Raadt
2006-06-21a good start at a driver for the Zydas ZD1211 802.11 devices byTheo de Raadt
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-19remove the no longer needed time calculations now that we have them inMarc Balmer
2006-06-19Don't sleep and then say we're going to sleep -- do it the other wayMichael Knudsen
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-17prefix debug messages with the device nameJolan Luff
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-06-17Recent Powerbook systems have their on-board keyboard and mouse devicesMiod Vallat
2006-06-17udcf(4) no longer needs the file sys/dev/clock_subr.c to be compiled and linkedMarc Balmer