summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2008-05-05Use 2-clause license.jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Fix build error.ad
2008-04-27Fix typo.nakayama
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-21Cleanup uhub autoconfiguration messages.jmcneill
2008-04-21regen.cegger
2008-04-21Phison Electronics, vendor of my USB Stickcegger
2008-04-10sprintf -> snprintfcegger
2008-04-05use aprint_*_dev and device_xnamecegger
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