summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Try to resolve a possible deadlock when detaching USB devices whichhselasky2014-03-204-18/+92
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-188-56/+0
* Fix spelling.hselasky2014-03-171-1/+1
* Workaround for USB MIDI adapters which use non-supported values ofhselasky2014-03-143-0/+26
* Reset the bit of the R92C_MCUFWDL associated with checksum reportkevlo2014-03-141-0/+4
* Similar to r246614, fix panic on removing urtwn(4). It happens becausekevlo2014-03-142-14/+41
* Ignore USB keyboard driver calls from critical sections.hselasky2014-03-101-0/+6
* Fix a logic error when enabling MAC.kevlo2014-03-061-2/+2
* - Temporary fix for race in RUN driver which canhselasky2014-03-051-5/+12
* Add new quirk.hselasky2014-03-042-0/+2
* - Make pointer easier to control when moving slowly.hselasky2014-03-011-6/+26
* Add device and gadget bindings for fdt. These are preliminary and willimp2014-02-282-0/+583
* Clear the knote list before destroying it.hselasky2014-02-271-0/+2
* Add missing call to "knlist_destroy()".hselasky2014-02-271-15/+11
* Add support for kqfilter to USB character devices.hselasky2014-02-271-2/+171
* Don't generate devd rules for WSP device ID's found in the ATP driver yet.hselasky2014-02-251-1/+2
* Updates for WSP driver:hselasky2014-02-251-8/+17
* Add a flag to run's device list which uses a standard scsi eject.kevlo2014-02-252-3/+11
* Fix compiler warning.hselasky2014-02-241-5/+0
* Update ATP driver:hselasky2014-02-241-10/+29
* Update ATP driver:hselasky2014-02-231-1136/+1527
* In ue_attach_post_task(), initialize curvnet to vnet0 before calling if_attac...rodrigc2014-02-181-0/+4
* Our quirk table is almost full. Add some room for more quirks.hselasky2014-02-171-1/+1
* Adjust USB quirk.hselasky2014-02-171-2/+2
* In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warningdim2014-02-171-0/+7
* Add new PCI ID for hardware which needs port routing for USB 3.0.hselasky2014-02-161-0/+2
* In sys/dev/usb/controller/musb_otg.c, fix a warning about musbotg_odevddim2014-02-161-0/+7
* Fix minor logical error in the XHCI driver. Set correct SETUP packethselasky2014-02-142-1/+3
* Add urtwn_start_locked() to avoid unlocking during TX.rpaulo2014-02-141-10/+15
* - Remove not needed definitions from driver.hselasky2014-02-131-271/+44
* Issue doorbell twice before finally freeing the DMA descriptors. Thishselasky2014-02-121-8/+54
* Remove FreeBSD 6 supportimp2014-02-082-10/+0
* Resolve probe conflict for now.hselasky2014-02-061-0/+3
* Fix kernelbuild when full debugging features are enabled.hselasky2014-02-062-2/+2
* Import USB RNDIS driver to FreeBSD from OpenBSD.hselasky2014-02-063-0/+1312
* Correct setting R92C_TXAGC_MCS11_MCS08 register.kevlo2014-02-051-1/+1
* Fix a regression issue. Contiguous single segment allocations abovehselasky2014-02-051-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-024-0/+13
* Add a comment about the origin of some structures, defines and so on.hselasky2014-02-011-0/+19
* Fix a range check for maximum transmit length. The existing code washselasky2014-01-311-5/+3
* Fix for unexpected selection with two fingers sometimes.hselasky2014-01-311-17/+34
* Fix the ordering of the arguments to printf inn_hibma2014-01-291-1/+2
* - Remove some dead code.hselasky2014-01-291-87/+37
* Add support for trackpads found in Apple MacBook products. While at ithselasky2014-01-292-6/+1486
* When detaching a [USB] keyboard, keys might still be pressed. Ensurehselasky2014-01-281-1/+14
* Revert r260622:hselasky2014-01-281-36/+0
* Add more USB quirks.hselasky2014-01-242-0/+5
* Fix comment.kevlo2014-01-241-1/+1
* Hide now harmless warning from dmesg.hselasky2014-01-241-1/+1
* Get rid of memmove(). It's not portable.kevlo2014-01-241-17/+4
OpenPOWER on IntegriCloud