aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge from NetBSD.Maxim Sobolev2005-03-015-56/+150
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-013-3/+3
* Sync with 1.9 from NetBSD, this includes:Maxim Sobolev2005-03-011-8/+26
* Abort any active transfers when the device detaches. This fixes aIan Dowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersIan Dowse2005-02-142-0/+7
* When attached to a high-speed device, report a more appropriateIan Dowse2005-02-133-3/+18
* Fix problem with some logitec usb wireless mice.David E. O'Brien2005-02-061-1/+1
* Use a taskqueue to handle port status changes.Shunsuke Akiyama2005-01-313-2/+54
* - Add support for new chips, PL-2303X and PL-2303HX.Shunsuke Akiyama2005-01-251-21/+159
* Although USBVERBOSE was an option in the config system, usb_subr.c failedWarner Losh2005-01-202-2/+2
* Fix USB serial device stalled after tcflush() was called.Shunsuke Akiyama2005-01-191-1/+5
* MFp4:Warner Losh2005-01-113-1/+6
* fix a "little-endian-big-endian confusion that luckily:Julian Elischer2005-01-091-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0662-65/+64
* add copyright notice to something I wrote that didn't have oneWarner Losh2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantGiorgos Keramidas2005-01-051-1/+1
* Fix comment. One of the two "Step 4" shuold be a "step 5"Julian Elischer2005-01-051-1/+1
* Remove comment that doesn't seem to be true and add comments describingJulian Elischer2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2Julian Elischer2005-01-031-3/+2
* First pass at shortening names. Likely more can be done. GenerallyWarner Losh2004-12-311-88/+88
* Eliminate the redundant/verbose portion of the company names.Warner Losh2004-12-311-195/+195
* Finish merging usb vendors from NetBSD.Warner Losh2004-12-311-6/+45
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()Julian Elischer2004-12-291-3/+0
* Move WINBOND 4 port hub to its proper location in the file. It belongsWarner Losh2004-12-291-1/+3
* Add the Winbond made Hawking UH104 4-port hub.David E. O'Brien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.Julian Elischer2004-12-292-44/+107
* Pass an explicit pointer to the bus structure in the 'usb' device ivarJohn Birrell2004-12-283-3/+3
* Remove duplicate CHPRODUCTS entry.Warner Losh2004-12-271-3/+2
* More minor diff reduction against netbsd:Warner Losh2004-12-261-4/+5
* Minor merges from NetBSD (up through 1.388):Warner Losh2004-12-261-27/+36
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Don't include vnode.h.Poul-Henning Kamp2004-12-221-3/+2
* Oops, this one isn't readyJulian Elischer2004-12-201-625/+87
* Add a bunch of USB definitions from NetBSD.Julian Elischer2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..Julian Elischer2004-12-201-75/+97
* Slight change to formatting so that 'ctags' doesn'tJulian Elischer2004-12-181-1/+3
* Make LINT compile.Poul-Henning Kamp2004-12-141-1/+1
* A bunch more whitespace and formatting diff reductions for NetBSD.Julian Elischer2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.Julian Elischer2004-12-141-3/+6
* Slightly reorganise part of the ohci_softintr() functionJulian Elischer2004-12-141-15/+26
* Small formatting change..Julian Elischer2004-12-141-1/+1
* Might as well get the right $NetBSD$ string while we are at it.Julian Elischer2004-12-131-1/+1
* Diff reduction to NetBSD.Julian Elischer2004-12-131-67/+59
* MFNetBSDJulian Elischer2004-12-131-43/+44
* We don't need vnode.h, but do need uio.h in these files. vnode.hWarner Losh2004-12-134-4/+4
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreWarner Losh2004-12-134-4/+8
* sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.Warner Losh2004-12-131-1/+1
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherWarner Losh2004-12-131-1/+1