summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2010-02-24Sweex LW153Damien Bergamini
2010-02-24The Sweex LW153 is a run(4).Damien Bergamini
2010-02-24more run(4) idsDamien Bergamini
2010-02-24new vendor OvisLink and associated run(4) id.Damien Bergamini
new Pegatron run(4) id.
2010-02-24ALLWIN TechDamien Bergamini
2010-02-24new vendor ALLWIN Tech and associated run(4) product ids.Damien Bergamini
2010-02-23Add another 340 product ids found in the linux driverJonathan Gray
2010-02-23regenJonathan Gray
2010-02-23add a heap of ftdi devices found in the linux driverJonathan Gray
2010-02-23syncIgor Sobrado
2010-02-23use the right capitalization for Ethernet.Igor Sobrado
2010-02-22Rename QUALCOMM3 to ZTE.Marco Pfatschbacher
Add support for ZTE MF637. OK jsg@
2010-02-220x19d2 is most likely a ZTE and not a Qualcomm vendor ID.Marco Pfatschbacher
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... OK jsg@
2010-02-220x19d2 is most likely a ZTE and not a Qualcomm vendor ID.Marco Pfatschbacher
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... Also add ZTE MF637 HSUPA USB modem. OK jsg@
2010-02-22Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320Miod Vallat
2010-02-20regenJonathan Gray
2010-02-20Match on new CH341A in uchcom and correctly name the CH340 device,Jonathan Gray
from looking at the windows driver.
2010-02-19fix run_set_region_4 to set the whole region specified,Damien Bergamini
not a quarter of it!
2010-02-18do not zero fields which are already zero; from cnstTheo de Raadt
2010-02-17change constant of convert formulra of SHT1X sensor to fitYojiro Uo
TEMPerHUM hardware. (It uses 3.38-3.48V as SHT1X's VDD). mentiond by Michael Fuckner
2010-02-10check that rf reg is != 0xff, not rf val.Damien Bergamini
2010-02-08Add ZTE K3565-Z USB MSM modem.Marco Pfatschbacher
OK jsg@
2010-02-08syncMarco Pfatschbacher
2010-02-08Add ZTE K3565-Z USB MSM modem.Marco Pfatschbacher
OK jsg@
2010-02-08remove redundant bits.Damien Bergamini
2010-02-08final bits for RT3572 and some fixes for RT3070 and RT3071.Damien Bergamini
2010-02-08add the 10us sifs directly to the pre-computed ack durations.Damien Bergamini
2010-02-08simplifyDamien Bergamini
2010-02-08s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/Damien Bergamini
no binary change.
2010-02-08fix BBP R82 for RT3572Damien Bergamini
2010-02-07writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572Damien Bergamini
2010-02-07fix my 1.44->1.45 commitDamien Bergamini
2010-02-07we're in 2010.Damien Bergamini
no binary change.
2010-02-07add two more ids for RT3572 and one more id for RT2770.Damien Bergamini
save BBP R25 and R26 values on RT3572 at init.
2010-02-07set tx mixer gain for RT3071Damien Bergamini
2010-02-07change RF init sequence for RT3572Damien Bergamini
2010-02-07cleanup run_rt3070_set_chanDamien Bergamini
2010-02-07add a function to set the channel on RT3572.Damien Bergamini
2010-02-07when calibrating filter, use better target values for >=RT3071Damien Bergamini
2010-02-07read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070Damien Bergamini
check if we have a hardware RF switch and if we must patch the DAC issue too.
2010-02-07add a new function to set the AGC since the code is a bit differentDamien Bergamini
for RT3572. fix the initial AGC value for >=RT3070 while i'm here.
2010-02-07use new mcu command to select the antenna on RT2020Damien Bergamini
requires the new firmware
2010-02-07split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoidDamien Bergamini
annoying shifts and masks.
2010-02-07add rf init values for rt3572Damien Bergamini
add settings for 5GHz channels (rt3572 only)
2010-02-07add channels 167, 169, 171, 173 for dual-band devicesDamien Bergamini
2010-01-26syncDamien Bergamini
2010-01-26new run(4) idsDamien Bergamini
2010-01-21Do not assume mac address and bss id are stored at 32-bit aligned addresses;Miod Vallat
inspired by other wireless drivers, makes urtw work on strict alignment architectures. ok jsg@ martynas@
2010-01-15syncIgor Sobrado
2010-01-15add `Logitech Webcam C200' to the list of supported uvideo(4) devices.Igor Sobrado
ok sthen@