aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* - Add support for the Acer Acerscan 640BT.Florent Thoumie2006-04-112-0/+2
* - Add support for the Epson RX425 scanner.Florent Thoumie2006-04-102-0/+2
* stop device so we don't panic on card removal when activeSam Leffler2006-03-241-0/+1
* Correct the calculation of the report size and only look at reportsIan Dowse2006-03-221-4/+12
* Oops - fix the build in the !USB_DEBUG case.Ian Dowse2006-03-181-0/+2
* Let the EHCI hardware track the toggle state for bulk and interruptIan Dowse2006-03-181-50/+27
* Sony DSC cameras with revision number 6.0 require the same quirkIan Dowse2006-03-171-0/+4
* When we get an unknown ATAPI comand, try it even if it is not listed,Poul-Henning Kamp2006-03-051-2/+4
* Don't free ifaces yet, should fix a panicWarner Losh2006-03-011-1/+0
* Make ukbd(4) to not delay break scancodes in "raw" mode.Maksim Yevmenkin2006-02-281-3/+1
* Since we set the decription, we don't need to also print it. Noticed by: ru@Warner Losh2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsWarner Losh2006-02-271-1/+3
* Add the Tripp-Lite U209-000-R serial adapter.Ian Dowse2006-02-272-0/+5
* The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longerIan Dowse2006-02-261-2/+0
* Save and restore the data toggle value when a pipe to an endpointIan Dowse2006-02-265-3/+12
* Add a missing ohci_waitintr() call that allows polled operation ofIan Dowse2006-02-251-0/+3
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stallIan Dowse2006-02-194-0/+16
* use s/w bmiss facilitySam Leffler2006-02-181-0/+2
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-144-4/+0
* Typo: s/fint/find/Gleb Smirnoff2006-02-121-1/+1
* Add USB polling calls to umass_cam_poll(). This appears to be enoughIan Dowse2006-02-121-7/+3
* Improve the memory resoruce allocation and usage during the probe.Warner Losh2006-02-111-8/+29
* Use the release version as a floor, not an exact match. Add comment to thatWarner Losh2006-02-111-1/+4
* Give ohci_intr a proper return value. In FreeBSD, this is void. RemoveWarner Losh2006-02-113-7/+7
* Update the keyspan product list from NetBSD.Warner Losh2006-02-111-7/+28
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weWarner Losh2006-01-312-14/+24
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.Florent Thoumie2006-01-302-0/+5
* - Add a umass quirk that should have been part of latest commit.Florent Thoumie2006-01-261-0/+4
* Add Product IDs :Florent Thoumie2006-01-262-0/+16
* account tx retry-fail errors in if_oerrors.Damien Bergamini2006-01-211-1/+8
* Adjust tx power based on user preferences.Damien Bergamini2006-01-211-0/+3
* o fix initialization sequence.Damien Bergamini2006-01-212-5/+28
* Add two new ural(4) product ids.Damien Bergamini2006-01-212-0/+4
* sync w/ openbsd:Damien Bergamini2006-01-212-54/+104
* Fix computation of the tx retry count in AMRR.Damien Bergamini2006-01-211-2/+2
* ehci_pci.c:Ariff Abdullah2006-01-163-7/+19
* Add PCI vendor id for ATI OHCI USB controllers.Ariff Abdullah2006-01-161-0/+11
* Work around a problem seen on VIA EHCI controllers where occasionallyIan Dowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasIan Dowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tIan Dowse2006-01-151-1/+0
* Don't use the ALLOCNOW flag for tags that will only be used for staticScott Long2006-01-101-2/+2
* Add FOMA (NTT DoCoMo 3G mobile phone system) driver.Takanori Watanabe2006-01-091-0/+1107
* Enable NO_GETMAXLUN quirk.Florent Thoumie2006-01-091-1/+2
* Add support for Canon CanoScan D660U.Alexander Leidinger2006-01-082-0/+2
* Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the defaultIan Dowse2006-01-082-12/+0
* Don't perform an endpoint stall clear every time a pipe is opened.Ian Dowse2006-01-081-17/+0
* Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.Florent Thoumie2006-01-082-0/+2
* Add a new vendor ID for Personal Cummunication Systems. They make a niceMaxime Henrion2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has aMaxime Henrion2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butMaxime Henrion2005-12-313-4/+149