summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()julian2004-12-291-3/+0
* Move WINBOND 4 port hub to its proper location in the file. It belongsimp2004-12-291-1/+3
* Add the Winbond made Hawking UH104 4-port hub.obrien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.julian2004-12-292-45/+108
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-283-3/+3
* Remove duplicate CHPRODUCTS entry.imp2004-12-271-3/+2
* More minor diff reduction against netbsd:imp2004-12-261-4/+5
* Minor merges from NetBSD (up through 1.388):imp2004-12-261-27/+36
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Don't include vnode.h.phk2004-12-221-3/+2
* Oops, this one isn't readyjulian2004-12-201-625/+87
* Add a bunch of USB definitions from NetBSD.julian2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..julian2004-12-201-75/+97
* Slight change to formatting so that 'ctags' doesn'tjulian2004-12-181-1/+3
* Make LINT compile.phk2004-12-141-1/+1
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
* Slightly reorganise part of the ohci_softintr() functionjulian2004-12-141-15/+26
* Small formatting change..julian2004-12-141-1/+1
* Might as well get the right $NetBSD$ string while we are at it.julian2004-12-131-1/+1
* Diff reduction to NetBSD.julian2004-12-131-67/+59
* MFNetBSDjulian2004-12-131-43/+44
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-134-4/+4
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-134-4/+8
* sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.imp2004-12-131-1/+1
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherimp2004-12-131-1/+1
* Try make code for teh M$ Intellimouse less obtrusivejulian2004-12-131-11/+24
* Don't export the 'dt' field as that would break the exisiting ABI.julian2004-12-131-4/+5
* Revert addition of Lide scanner entry..julian2004-12-132-2/+0
* Add support for Cannon LIDE 20 scannerjulian2004-12-122-0/+2
* Add support for USB Microsoft Intellimousejulian2004-12-122-21/+51
* Changes to cache endpoint descriptors for all the interfaces. this informationjulian2004-12-121-34/+114
* URL of the data sheet has changed.brueffer2004-12-091-1/+1
* Diff-reduction before merging if_axe to RELENG_4.rsm2004-12-083-1/+27
* Add support for the TwinMOS Memory Disk IV.iedowse2004-11-282-0/+8
* Add the device ID for the 3Com 3CRSHEW696 wireless adapter.iedowse2004-11-281-0/+1
* Add support for the Trumpion/Comotron C3310 MP3 player.iedowse2004-11-282-0/+8
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-163-3/+13
* Put back usb_uncallout_drain(), as it is now also used by umass.c.iedowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-124-125/+49
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-035-94/+194
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-302-0/+19
* Handle all types of interrupts when operating the uhci(4) controller injhb2004-10-281-2/+2
OpenPOWER on IntegriCloud