summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2008-04-03restore error handling in usbopen() (accidentally removed in a recentdrochner
2008-04-01Fix previous commit, this Guillemot model was supported alreadyxtraeme
2008-03-30Match another Guillemot model, reported by J. Vicente Carrascoxtraeme
2008-03-30Defer USB configuration until interrupts are enabled.ad
2008-03-29Fix ohci brokenness in previous commit.nakayama
2008-03-28split device/softc for USB host controllers and the usb (control)drochner
2008-03-28remove FreeBSD/OpenBSD sections, cross-platform support hasn't beendrochner
2008-03-27add device 'E620'on Vodafone.ichiro
2008-03-24Split device_t and softc for atapibus(4).cube
2008-03-17Moved USB_PRODUCT_NOVATEL2_MERLINV620 into the UNTESTED section as theelric
2008-03-17Made a number of modifications, including:elric
2008-03-17Add a number of products which will be supported in ugensa(4).elric
2008-03-08Don't leak information from kernel to userland.ws
2008-03-07Use device_t and accessors. Setup power management in the PCIdyoung
2008-03-07Use device_t and accessors.dyoung
2008-03-07Register the shutdown hook using pmf_device_register1().dyoung
2008-03-01Welcome to 4.99.55:rmind
2008-02-24Add TRIPPLITE2 UPS into the list of devices ignored by uhid(4) -- the UPSrafal
2008-02-24Regen for addition of TRIPPLITE2 UPS.rafal
2008-02-24Add another vendor ID for Tripp Lite and product entry for their USB UPSrafal
2008-02-22Add a method to detach child.dyoung
2008-02-22Add method to detach children.dyoung
2008-02-21Make this work on a new TrippLite USB->Serial Converter Model U209-000-R.rafal
2008-02-20fix typomlelstv
2008-02-19recognize Shantou ADM8515drochner
2008-02-19regendrochner
2008-02-19add the Shantou ADM8515 ethernet chip which is in somedrochner
2008-02-18Use device_t and its accessor functions.dyoung
2008-02-13Patch from Jared McNeill to prevent USB interrupt storms on resume onsmb
2008-02-12Add some initialization magic from FreeBSD. This makes it work withmlelstv
2008-02-12add NULL power handler, so that this device doesn't block suspensiondrochner
2008-02-11regen.ichiro
2008-02-11add new device support to uhmodem driverichiro
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-02-03share some code for USB root hub emulation which is common in the 3drochner
2008-01-29Add support for function keys F16 to F19 as present on e.g. the newtron
2008-01-28No need to operate in polling mode in ehci_resume.jmcneill
2008-01-28Ensure that we don't clear the EHCI_PS_CLEAR bits by writing 1s to themjmcneill
2008-01-28Release port ownership on detach, so devices will be routed to companionjmcneill
2008-01-27Add some USB EHCI Legacy Support Extended CSR bit definitions.jmcneill
2008-01-25lockmgr() not used here, remove ref to it.ad
2008-01-25Speed up uhub attachment considerably. Rather than powering up each portjmcneill
2008-01-21make compileichiro
2008-01-21change umass quirks logic in USB_MATCH()ichiro
2008-01-21add full support device driver for Huawei E220 wireless modemichiro
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2008-01-16Move from workqueue to an explicit kthread for setting the multicastis
2008-01-12workqueue(9) has the non-evident limitation that the caller cannot reusecube
2008-01-08Support FIONBIO.gdt
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad