summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-224-4/+4
* Eliminate two unused arguments to ttycreate().phk2005-10-163-3/+3
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-282-0/+2
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as ansobomax2005-09-262-0/+32
* This part of the struct isn't needed on FreeBSD:netchild2005-09-241-0/+2
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Remove OLDCARD shimsimp2005-09-221-33/+17
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* ehcivar.h:netchild2005-09-184-12/+100
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-166-4/+27
* Add missing if_free() in rue_detach().ru2005-09-161-0/+1
* Note that Keyspan is also InnoSys Inc.obrien2005-09-121-1/+1
* Provide the USB device release number along with other parametersiedowse2005-08-231-4/+4
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-211-6/+18
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-201-4/+6
* Clarify/fix handling of the current channel:sam2005-08-101-6/+7
* Add proper copyright attribution.obrien2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-098-98/+130
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-036-0/+12
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-1/+1
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passdelphij2005-07-191-0/+5
* Don't wait for the printer to become ready before allowing the open toimp2005-07-151-23/+1
* Add SL811 based host controller driver for CF usb host controller.takawata2005-07-144-0/+2106
* Prepare to commit SL811 based Host controller driver.takawata2005-07-141-0/+1
* remove driver-private key allocators; use the default one insteadsam2005-07-101-12/+0
* Make sure that all the necessary USB endpoints are found during devicedamien2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failssam2005-07-081-1/+3
* update ural idssam2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-032-0/+3
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)damien2005-07-031-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1016-83/+120
* Identify the Intel ICH4 EHCI controller.benno2005-06-101-0/+5
* Power state management now done in PCI bus codeimp2005-06-051-11/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-5/+0
* Fix WPA (802.11i) support.damien2005-05-221-0/+12
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* Add convenience functions to get port and interface.imp2005-05-161-0/+15
* Plug a potential memory leak.kan2005-05-111-1/+3
* Take out Giant in uhub_child_* in giant. There's one place where weimp2005-05-111-9/+16
* A patch to support Palm Tungsten T via USB-Cradle.julian2005-05-041-17/+76
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-184-0/+2419
* Fix the handling of the UCS_RXSTOP flag so that it always tracksiedowse2005-04-121-5/+8
* Add support for Sitecom USB to serial cable (v2)le2005-04-082-0/+3
* Add support for FTDI's FT2232C twin channel chip.ticso2005-04-052-14/+27
* remove usbd_errstr(err) from printf.ticso2005-04-051-2/+2
* Use the usb_callout_* API instead of timeout()/untimeout() in orderiedowse2005-03-301-6/+5
OpenPOWER on IntegriCloud