aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0380-84/+84
* MFC (by ru)Xin LI2005-10-096-4/+27
* MFC (by ru)Xin LI2005-10-091-0/+1
* MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.Hajimu UMEMOTO2005-10-012-0/+2
* sync with HEAD.Damien Bergamini2005-09-261-1/+0
* sync with HEAD after net80211 changes:Sam Leffler2005-09-031-16/+31
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-258-98/+130
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-246-0/+12
* MFC 1.78: fix two bugs that caused page faults when using mice withIan Dowse2005-08-111-1/+2
* Sync wireless support from HEAD:Sam Leffler2005-07-291-1/+1
* MFC 1.123:Xin LI2005-07-291-0/+5
* 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
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-2513-254/+56
* Use M_NOWAIT when allocating from a callout routine.Ian Dowse2005-03-251-3/+4