aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Provide the USB device release number along with other parametersIan Dowse2005-08-231-4/+4
* Fix basic rates set for 802.11a/g operating modes. This can significantlyDamien Bergamini2005-08-211-6/+18
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALDamien Bergamini2005-08-201-4/+6
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-6/+7
* Add proper copyright attribution.David E. O'Brien2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-098-98/+130
* Fix two bugs that interacted to cause page faults in softclock()Ian Dowse2005-08-041-1/+2
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-036-0/+12
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-1/+1
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passXin LI2005-07-191-0/+5
* Don't wait for the printer to become ready before allowing the open toWarner Losh2005-07-151-23/+1
* Add SL811 based host controller driver for CF usb host controller.Takanori Watanabe2005-07-144-0/+2106
* Prepare to commit SL811 based Host controller driver.Takanori Watanabe2005-07-141-0/+1
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-101-12/+0
* Make sure that all the necessary USB endpoints are found during deviceDamien Bergamini2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-081-1/+3
* update ural idsSam Leffler2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.Hiroki Sato2005-07-032-0/+3
* o Add new ids for the Belkin F5D7050Damien Bergamini2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)Damien Bergamini2005-07-031-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-1016-83/+120
* Identify the Intel ICH4 EHCI controller.Benno Rice2005-06-101-0/+5
* Power state management now done in PCI bus codeWarner Losh2005-06-051-11/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-5/+0
* Fix WPA (802.11i) support.Damien Bergamini2005-05-221-0/+12
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichMarius Strobl2005-05-191-0/+14
* Add convenience functions to get port and interface.Warner Losh2005-05-161-0/+15
* Plug a potential memory leak.Alexander Kabaev2005-05-111-1/+3
* Take out Giant in uhub_child_* in giant. There's one place where weWarner Losh2005-05-111-9/+16
* A patch to support Palm Tungsten T via USB-Cradle.Julian Elischer2005-05-041-17/+76
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-184-0/+2419
* Fix the handling of the UCS_RXSTOP flag so that it always tracksIan Dowse2005-04-121-5/+8
* Add support for Sitecom USB to serial cable (v2)Lukas Ertl2005-04-082-0/+3
* Add support for FTDI's FT2232C twin channel chip.Bernd Walter2005-04-052-14/+27
* remove usbd_errstr(err) from printf.Bernd Walter2005-04-051-2/+2
* Use the usb_callout_* API instead of timeout()/untimeout() in orderIan Dowse2005-03-301-6/+5
* Don't defer the boot-time exploration of high-speed USB busses.Ian Dowse2005-03-271-3/+9
* Comment out rue_miibus_statchg() function. Using trial-and-error approach IMaxim Sobolev2005-03-251-0/+12
* Add /* _FOO_H_ */ after the final #endif to make danfe happy.Maxim Sobolev2005-03-253-3/+3
* Fix identation.Maxim Sobolev2005-03-251-1/+1
* Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.Maxim Sobolev2005-03-251-0/+1
* Fix breakage in the previous commit caused by the last-minute change.Maxim Sobolev2005-03-257-21/+14
* Protect against multiple inclusions.Maxim Sobolev2005-03-251-0/+5
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-2516-1040/+462
* GC unused fields.Maxim Sobolev2005-03-252-2/+0
* GC unused field.Maxim Sobolev2005-03-251-1/+0
* Fix an incorrect NULL argument to usbd_set_interface() associatedIan Dowse2005-03-251-1/+1
* Use usbd_get_string() instead of calling usbd_get_string_desc()Ian Dowse2005-03-251-15/+3