summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2008-08-12fix an off-by-one in isochronous interval check, and streamline somedrochner
2008-08-12fix an inconsistency in a check for invalid configuration index vs. value;drochner
2008-08-03make i386 ALL kernel compilecegger
2008-08-02High speed isochronous transfer support, from Jeremy Morse as part ofjmcneill
2008-08-02Update copyright.jmcneill
2008-08-02High speed isochronous support, from Jeremy Morse as part of Googlejmcneill
2008-07-31-ubsa needs to be attached as whole device on USB, because it setsdrochner
2008-07-28-in usbd_probe_and_attach(), split out the code for per-device anddrochner
2008-07-28Don't pmf_device_deregister() if it was not registered, which happensdrochner
2008-07-26remove comment that is no longer trueplunky
2008-07-16Don't ignore poor retarded ubt(4) devices which have vendor and product idtonnerre
2008-07-08Constify most umidi-quirk data. Addresses PR#39017.gmcgarry
2008-07-08Regen.uebayasi
2008-07-08WILLCOM Advanced W-ZERO3[es] device IDs. From Ryo Shimizu.uebayasi
2008-07-08Add a device ID seen in Kojinsha notebook. From Ryo Shimizu.uebayasi
2008-06-28Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4),bouyer
2008-06-28Make uaudio compilable as a kmod.kent
2008-06-28We don't need to include opt_usbverbose.h here.kent
2008-06-27kill some abuse of __strong_alias which is not compatible withdrochner
2008-06-22PR 39023: usbd_new_device: do not set address early, from FreeBSD.jmcneill
2008-06-22Regen for Sony PLAYSTATION(R) Eyejmcneill
2008-06-22Add entry for Sony PLAYSTATION(R) Eyejmcneill
2008-06-18USB video class definitions, from Patrick Mahoney for GSoC 2008.jmcneill
2008-06-16-plug a minimal memory leak on attach/detachdrochner
2008-06-16fix selective port resume signaling (not used in normal operation,drochner
2008-06-06oops, forgot to pass locators when I simplified the autoconf codedrochner
2008-06-06uhci_device_intr_done: when re-queueing, pass pipe direction tojmcneill
2008-06-04Added missing splx() at ohci_resume().nonaka
2008-06-02Fix probable cut-n-paste error: make the virtual QH link match the physicalbouyer
2008-06-02Set sc_suspend properly so we can avoid a potential HCH on resume.jmcneill
2008-05-28PR kern/38774: cosmetic typo in umidireg.h: SubType/Subtype, fromjmcneill
2008-05-27kill USB_DO_ATTACHdrochner
2008-05-27minor unifdef and cleanup, no functional changedrochner
2008-05-26Fix a dereference if a softc pointer which can legally be zero, leadingdrochner
2008-05-26some cleanup:drochner
2008-05-26Cleanup, use pmf, and ensure that we keep the device active in thejmcneill
2008-05-26Don't match uberry to a device in dual mode, let umass pick it up instead.jmcneill
2008-05-26Add uberry, a stub driver for RIM BlackBerry devices that can only be usedchristos
2008-05-25-make the list of USB child devices a (possibly sparse) array ratherdrochner
2008-05-25make this build with USSCANNER_DEBUGcegger
2008-05-24Use ether_nonstatic_aton() when appropriate.cube
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-05-22Cosmetic: good-bye, excessive #ifdef'age.dyoung
2008-05-21fix argument to usb_setup_reserve() (called from USB host adapter drivers)drochner
2008-05-21Add support for the Colemak keyboard layout variant, see http://colemak.comghen
2008-05-11regen.cegger
2008-05-11add Garmin Forerunner 305, GPS clock devicecegger
2008-05-11Use NODOORLOCK quirk to make iBead MP3 players work.mlelstv
2008-05-05Use 2-clause license.jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin