Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | a touch of knf | David Gwynne | |
2006-03-14 | add support for the Sony CLIE PEG-T625 and potentially a range of other | David Gwynne | |
unusually behaved CLIE products. they attach as palm4 type devices, but they stall on a certain init command. now we catch this stall and use it to switch the way we use the device to somethig more appropriate. from Andrew Smith | |||
2006-03-12 | sync | Theo de Raadt | |
2006-03-12 | another mouse vendor; minusf@obiit.org | Theo de Raadt | |
2006-03-11 | regen | Jonathan Gray | |
2006-03-11 | D-Link DWL-G122 rev C1. | Jonathan Gray | |
2006-03-07 | Remove last NRND NetBSDisms from tree. | Kenneth R Westerback | |
ok deraadt@ brad@ | |||
2006-03-05 | regen | Jonathan Gray | |
2006-03-05 | Add another two EVDO devices. | Jonathan Gray | |
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini | |
"Please commit this diff ASAP" brad@ | |||
2006-02-19 | sync w/ rt2560.c: | Damien Bergamini | |
don't try to release references to nodes that have been freed by net80211. in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. | |||
2006-02-16 | regen | Jonathan Gray | |
2006-02-16 | Add Novatel and Kyocera EVDO cards. | Jonathan Gray | |
2006-02-16 | AirPrime EVDO does not work with uplcom as suspected. | Jonathan Gray | |
Noticed by Ben Lovett. | |||
2006-02-12 | Regen | Miod Vallat | |
2006-02-12 | Add Apple ADB devices USB phantom personality, as found on PowerBook5,* laptops. | Miod Vallat | |
2006-02-11 | Simplify code a bit. | Brad Smith | |
From NetBSD ok fgs@ | |||
2006-02-11 | Back out the "it is not completely clear" part of revision 1.18 - it | Brad Smith | |
effectively swapped RTS and DTR, apparently on all versions of the chip. From NetBSD ok djm@ | |||
2006-02-11 | trim FCS in the driver instead of setting the M_HASFCS flag and letting | Damien Bergamini | |
ieee80211_input() do the job. requested by brad@ | |||
2006-02-10 | CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@ | Damien Miller | |
2006-02-10 | regen | Damien Miller | |
2006-02-10 | Entry for CMOTech CM5100P (a.k.a Maxon EVDO card); ok dlg@ | Damien Miller | |
2006-02-10 | regen | Jonathan Gray | |
2006-02-10 | Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work. | Jonathan Gray | |
2006-02-07 | regen | Brad Smith | |
2006-02-07 | add Panasonic 50" touch panel | Brad Smith | |
From NetBSD | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-04 | fix a copy/paste in a comment. | Damien Bergamini | |
2006-01-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith | |
an interrupt context. From NetBSD ok dlg@ | |||
2006-01-29 | prettify dmesg output a touch. from Michael Knudsen. | David Gwynne | |
ok brad@ | |||
2006-01-25 | kthread_create_deferred() do the things right, no need for | Alexander Yurchenko | |
playing with cold global. ok miod@ drahn@ | |||
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini | |
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- swap rssi/rate fields in ural_rx_desc | |||
2006-01-14 | Correct the length of the rx radiotap to be that of the rx not tx | Jonathan Gray | |
struct. ok damien@ | |||
2006-01-13 | send management frames at lowest possible rate. | Damien Bergamini | |
2006-01-13 | - fix short preamble support | Damien Bergamini | |
- add short slot support - fix eifs settings - many consistency tweaks | |||
2006-01-13 | - simplify lookup of 802.11a channels (we know they exist) | Damien Bergamini | |
- kill two stupid comments while i'm here | |||
2006-01-13 | - fix AMRR initialization + retry-fail count | Damien Bergamini | |
- fix contention window - silently discard received frames that are too short - sync setup_tx_desc w/ ral | |||
2006-01-10 | fix axe on big endian archs. for jolan | David Gwynne | |
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt | |
Call uaudio_set_speed() if and only if the selected Audio Streaming interface supports multiple sampling rates. fixed netbsd pr 27237. | |||
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt | |
assign AudioNlfe to UATO_SUBWOOFER assign "phone" to telephony terimnal types. The label "phone" is used in ac97 though it is not defined as AudioN* macro. dlg@ ok. | |||
2006-01-06 | add Wacom Graphire3 and Graphire4 support. | Brad Smith | |
From NetBSD via Michael Knudsen ok dlg@ | |||
2006-01-06 | regen | Brad Smith | |
2006-01-06 | add Wacom Graphire3 and Graphire4 USB ids. | Brad Smith | |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar | |
ok brad@ | |||
2006-01-02 | mostly style nits; from kent@netbsd.org. | Federico G. Schwindt | |
some other cosmetical changes to make future merges easier. dlg@ ok. | |||
2006-01-02 | fix some typos and add open/close code of sync pipe, disabled for now. | Federico G. Schwindt | |
from kent@netbsd.org. dlg@ ok. | |||
2006-01-02 | make mixer names compatible with other audio devices. from kent@netbsd.org | Federico G. Schwindt | |
via netbsd pr 15441 by Kazuhito Honda. dlg@ ok this and previous diffs. | |||
2006-01-02 | recognize sync-pipe audio stream; disabled for now. from kent@netbsd.org | Federico G. Schwindt | |
2006-01-02 | add source selector support. netbsd pr 26538. | Federico G. Schwindt | |