aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Remove pre-5.0 compat cruft.Christian Brueffer2007-05-012-25/+0
* Add MELCO PC-OP-RS Universal remote ID.Takanori Watanabe2007-04-302-0/+16
* Nuke unnecessary setting of ural(4)'s security registers. ural(4) onlySepherosa Ziehau2007-04-241-11/+1
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-6/+22
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+3
* o Extend the list of supported CDMA-2000 terminals.Maxim Konovalov2007-04-131-2/+2
* Since the driver uses mutexes, remove splusb() and splx().Kevin Lo2007-04-031-5/+0
* Make it obvious that we don't care about the return value ofAlexander Leidinger2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-312-0/+2
* Don't assume the run bit is still set after a suspend.Julian Elischer2007-03-271-0/+1
* o A quirk for Sagem USB-Serial controller.Maxim Konovalov2007-03-242-0/+3
* o Add several CDMA-2000 terminals.Maxim Konovalov2007-03-242-2/+24
* allow net80211 to fillin rate setsSam Leffler2007-03-111-19/+0
* Some USB mass storage devices return the number of sectors in responseWarner Losh2007-02-271-0/+18
* Entries sorted by id number, not nameWarner Losh2007-02-271-1/+1
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-272-2/+2
* Use pause() rather than using tsleep() on a dummy variable.John Baldwin2007-02-272-2/+1
* Catchup with filtersWarner Losh2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-4/+4
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid aNick Hibma2007-02-211-1/+5
* Add support for Huawei Technologies Mobile card (3G).Lukas Ertl2007-02-092-0/+6
* Add support for another 3G card and update man page accordingly.Lukas Ertl2007-02-042-0/+6
* Fix build (sc->dev => sc->sc_dev).Florent Thoumie2007-02-031-1/+1
* It turns out we were mallocing too early, so move the allocation so weWarner Losh2007-02-031-1/+5
* Fix memory leak of devinfopWarner Losh2007-02-031-2/+1
* Fix possible memory leaks of devinfo.Warner Losh2007-02-031-2/+2
* Fix non-use, but not memory leak, of devinfop. Set the device'sWarner Losh2007-02-031-39/+22
* Fix memory leak of devinfo. The leak itself was documented inWarner Losh2007-02-031-122/+66
* Add ALTQ support for aue(4).Max Laier2007-02-031-5/+7
* Add support for serial communication with Windows CE based Handheld Computer.Takanori Watanabe2007-01-281-0/+383
* Add some vendor IDs mainly from NetBSD.Takanori Watanabe2007-01-281-0/+5
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-212-8/+8
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and theMarkus Brueffer2007-01-171-3/+4
* Remove my "custom" locks that allow for lock acquire abort, they areAlfred Perlstein2007-01-082-177/+52
* Add the following functions to abstract away the creation of task threadsAlfred Perlstein2007-01-082-0/+39
* protect against multiple inclusion (this is useful when youLuigi Rizzo2007-01-031-0/+3
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.Jung-uk Kim2006-12-261-2/+0
* Fix a deadlock in detach/shutdown.Alfred Perlstein2006-12-232-20/+164
* Use callouts to prevent races.Alfred Perlstein2006-12-132-20/+31
* defer all processing to a full fledged thread.Alfred Perlstein2006-12-114-180/+209
* Stop INVARIANTS panics in if_aue with a stopgap.Alfred Perlstein2006-11-292-7/+32
* Add a quirk for devices recognized as usb keyboards not to be hooked byFlorent Thoumie2006-11-284-0/+8
* Write the short vendor name in ALL CAPS, since it will becomeDoug Barton2006-11-271-1/+1
* Refine the previous change to only call bus_dmamap_sync() in case ofMarius Strobl2006-11-271-12/+19
* Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as foundPoul-Henning Kamp2006-11-262-0/+6
* I mistakenly committed the wrong version of my patch (sorry).Doug Barton2006-11-241-2/+1
* Add a vendor ID for O2Micro, obtained fromDoug Barton2006-11-231-0/+3
* add codes for Atheros USB devices; shuffle one ural code toSam Leffler2006-11-232-3/+80
* Fix coherency issue. From submitter:Warner Losh2006-11-221-0/+7
* Acknowledge (dearly) departed filesDoug Barton2006-11-211-12/+0