summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of cases where ugen would panic, especially when theiedowse2006-06-051-32/+85
* Add a sleep lock that protects access to sequences of blockingiedowse2006-06-042-3/+43
* Allow zero-length read/write operations to get through to theiedowse2006-06-031-5/+12
* add missed calls to bpf_peers_presentsam2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+3
* If a zero-length bulk or interrupt transfer is requested then assumeiedowse2006-05-283-18/+17
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-2814-379/+812
* NULL out ii->stdstart and ii->stdend when they are invalid. Thisiedowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH foriedowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-272-0/+20
* Attempt to follow the procedure described in section 4.10 of theiedowse2006-05-242-94/+224
* When usb_event_thread() first starts, wait significantly longeriedowse2006-05-231-5/+14
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-166-6/+0
* Don't use ", but instead use ' instead. I suppose I could have alsoimp2006-04-271-5/+5
* - Add support for the Acer Acerscan 640BT.flz2006-04-112-0/+2
* - Add support for the Epson RX425 scanner.flz2006-04-102-0/+2
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* Correct the calculation of the report size and only look at reportsiedowse2006-03-221-4/+12
* Oops - fix the build in the !USB_DEBUG case.iedowse2006-03-181-0/+2
* Let the EHCI hardware track the toggle state for bulk and interruptiedowse2006-03-181-50/+27
* Sony DSC cameras with revision number 6.0 require the same quirkiedowse2006-03-171-0/+4
* When we get an unknown ATAPI comand, try it even if it is not listed,phk2006-03-051-2/+4
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Since we set the decription, we don't need to also print it. Noticed by: ru@imp2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsimp2006-02-271-1/+3
* Add the Tripp-Lite U209-000-R serial adapter.iedowse2006-02-272-0/+5
* The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longeriedowse2006-02-261-2/+0
* Save and restore the data toggle value when a pipe to an endpointiedowse2006-02-265-3/+12
* Add a missing ohci_waitintr() call that allows polled operation ofiedowse2006-02-251-0/+3
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stalliedowse2006-02-194-0/+16
* use s/w bmiss facilitysam2006-02-181-0/+2
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-144-4/+0
* Typo: s/fint/find/glebius2006-02-121-1/+1
* Add USB polling calls to umass_cam_poll(). This appears to be enoughiedowse2006-02-121-7/+3
* Improve the memory resoruce allocation and usage during the probe.imp2006-02-111-8/+29
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-113-7/+7
* Update the keyspan product list from NetBSD.imp2006-02-111-7/+28
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weimp2006-01-312-14/+24
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-302-0/+5
* - Add a umass quirk that should have been part of latest commit.flz2006-01-261-0/+4
* Add Product IDs :flz2006-01-262-0/+16
* account tx retry-fail errors in if_oerrors.damien2006-01-211-1/+8
* Adjust tx power based on user preferences.damien2006-01-211-0/+3
* o fix initialization sequence.damien2006-01-212-5/+28
* Add two new ural(4) product ids.damien2006-01-212-0/+4
* sync w/ openbsd:damien2006-01-212-54/+104
* Fix computation of the tx retry count in AMRR.damien2006-01-211-2/+2
* ehci_pci.c:ariff2006-01-163-7/+19
OpenPOWER on IntegriCloud