summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-08-12the delorme earthmate is NOT a HID (UQ_BAD_HID)Jason Wright
2006-08-12syncJason Wright
2006-08-12another delorme earthmate-alikeJason Wright
2006-08-10match the Coastal ChipWorks TNC-X (yet another uftdi)Jason Wright
2006-08-10yet another uftdi: Coastal ChipWorks TNC-XJason Wright
2006-08-10tell if chipset supports MIMO in dmesg output.Damien Bergamini
2006-08-09mega-commit of unrelated changes to bring rum(4) into a working state.Damien Bergamini
2006-08-09fix endianness. this should give rate adaptation a better chance to workDamien Bergamini
2006-08-07small whitespace nitFelix Kronlage
2006-08-07regen again for proper tagsFelix Kronlage
2006-08-07attach the HUAWEI Mobile E618 umts adapterFelix Kronlage
2006-08-07add HUAWEI technologies along with their Mobile E618 umts adapterFelix Kronlage
2006-08-06Minor spelling and whitespace fixes - for diff reduction.Christopher Pascoe
2006-08-04add the Belkin serial adapter.Brad Smith
2006-08-04regenBrad Smith
2006-08-04add the USB id for the Belkin F5U257 serial adapter.Brad Smith
2006-07-26Crank buffer sizes to the 1024 limit imposed by ttymalloc()Jonathan Gray
2006-07-20regenMichael Shalayeff
2006-07-20regenMichael Shalayeff
2006-07-19fix TX descriptor layout.Damien Bergamini
2006-07-19fix offsets of registers AIFSN, CWMIN and CWMAX (they differ from RT2661).Damien Bergamini
2006-07-19RX descriptor is located at the beginning of the RX buffer, unlikeDamien Bergamini
2006-07-19fix RX descriptor format and flags.Damien Bergamini
2006-07-19remove defintions of rum_{rx,tx}_ring structures that are unused.Damien Bergamini
2006-07-19remove more irrelevant #defineDamien Bergamini
2006-07-19remove rum_set{tx,rx}antenna() that were specific to RT2500USB.Damien Bergamini
2006-07-19write firmware 4 bytes at a time.Damien Bergamini
2006-07-19revert part of r1.6 commit.Damien Bergamini
2006-07-19fix rum_set_macaddr() and cleanup rum_set_bssid().Damien Bergamini
2006-07-19fix rum_write().Damien Bergamini
2006-07-19kick ASIC only after clearing STA registers.Damien Bergamini
2006-07-19there aren't 10 STA registers on RT2501USB.Damien Bergamini
2006-07-19wait for chip to settle *before* retrieving ASIC revision number sinceDamien Bergamini
2006-07-19define rum_read() as rum_read_multi().Damien Bergamini
2006-07-19fix rum_read_multi() to actually read at the requested index.Damien Bergamini
2006-07-19remove redundant #defineDamien Bergamini
2006-07-18nuke sc->rssadapt_ch. it was used but not initialized.Damien Bergamini
2006-07-18fix a broken conditional expression in rum_bbp_init().Damien Bergamini
2006-07-18mountroothooks don't return a value, so don't use USB_ATTACH_ERROR_RETURNDamien Bergamini
2006-07-18fix polling for busy bit in rum_bbp_{read,write}Damien Bergamini
2006-07-18SEC_CSR registers have a different meaning in RT2501USB.Damien Bergamini
2006-07-18fix rum_set_chan():Damien Bergamini
2006-07-18RF registers are 20 bits on RT2501USB, not 21.Damien Bergamini
2006-07-18RT2501USB uses 32bit registers unlike RT2500USB.Damien Bergamini
2006-07-18RT2501USB needs to reserve room for a 32bit value aligned on a 32bitDamien Bergamini
2006-07-18- move default register values into if_rumreg.h (for consistency w/ ural)Damien Bergamini
2006-07-18Tyops: simultaniously and carefullMichael Knudsen
2006-07-17PC5740 is umodem not umsm. Should fix PR 5181.Jonathan Gray
2006-07-17No point in memsetting individual struct members after memsetting theMichael Knudsen
2006-07-17Prefer malloc over the stack for an array of 256 pointers. ok dlg@Miod Vallat