summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0662-65/+64
* add copyright notice to something I wrote that didn't have oneimp2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantkeramida2005-01-051-1/+1
* Fix comment. One of the two "Step 4" shuold be a "step 5"julian2005-01-051-1/+1
* Remove comment that doesn't seem to be true and add comments describingjulian2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2julian2005-01-031-3/+2
* First pass at shortening names. Likely more can be done. Generallyimp2004-12-311-88/+88
* Eliminate the redundant/verbose portion of the company names.imp2004-12-311-195/+195
* Finish merging usb vendors from NetBSD.imp2004-12-311-6/+45
* 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
OpenPOWER on IntegriCloud