index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_urtwn.c
Age
Commit message (
Expand
)
Author
2012-09-17
Bit field name was confused. Not MCS08 but MCS09.
YASUOKA Masahiko
2012-04-08
additional urtwn device ids found in the linux driver
Jonathan Gray
2012-04-08
match BELKIN F7D2102; from Seth Jackson
Theo de Raadt
2011-11-26
add Netgear WNA100M
Chris Kuethe
2011-10-29
avoid an out-of-bounds array access in urtwn_iq_calib_chain();
Gleydson Soares
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-19
fix up unbalanced format strings
Jonathan Gray
2011-02-10
now that usb_wait_task() is back, bring back recently reverted
Jacob Meuser
2011-02-09
revert usb.c to r1.72, and all subsequent changes that depend on it.
Jacob Meuser
2011-02-05
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
Jacob Meuser
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-31
grrr... use the same style in the activate functions than in the
Damien Bergamini
2010-12-27
* add cfattach activate functions and call usbd_deactivate() in the
Jacob Meuser
2010-12-11
drop Rx'd frames larger than MCLBYTES.
Damien Bergamini
2010-12-11
rxi_flags was used uninitialized, and in some cases, received frames
Damien Bergamini
2010-12-07
remove useless #include
Damien Bergamini
2010-11-16
attach FeiXun products.
Damien Bergamini
2010-11-16
periodically measure temperature and redo LC calibration if temperature
Damien Bergamini
2010-11-15
print board type in human readable form in dmesg.
Damien Bergamini
2010-11-06
print the MAC address on the second line like with the other USB
Damien Bergamini
2010-11-05
s/urtw_devs/urtwn_devs/
Damien Bergamini
2010-11-05
double \n\n in dmesg
Damien Bergamini
2010-11-05
urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.
Damien Bergamini