summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Work around a problem seen on VIA EHCI controllers where occasionallyiedowse2006-01-153-0/+38
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-153-0/+6
* The ehci driver doesn't use the transfer `hcpriv' field, so don'tiedowse2006-01-151-1/+0
* Don't use the ALLOCNOW flag for tags that will only be used for staticscottl2006-01-101-2/+2
* Add FOMA (NTT DoCoMo 3G mobile phone system) driver.takawata2006-01-091-0/+1107
* Enable NO_GETMAXLUN quirk.flz2006-01-091-1/+2
* Add support for Canon CanoScan D660U.netchild2006-01-082-0/+2
* Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the defaultiedowse2006-01-082-12/+0
* Don't perform an endpoint stall clear every time a pipe is opened.iedowse2006-01-081-17/+0
* Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.flz2006-01-082-0/+2
* Add a new vendor ID for Personal Cummunication Systems. They make a nicemux2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has amux2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butmux2005-12-313-4/+149
* Add a bunch of ipod entries, one as suggested by Bryan Liesner. Weimp2005-12-302-0/+14
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)netchild2005-12-291-1/+1
* Add support for the HP 8200C/8250C/8290C scanners.netchild2005-12-292-0/+2
* Add support for the Canon CanoSvan LIDE 25.netchild2005-12-292-0/+2
* Merge NetBSD rev. 1.61:netchild2005-12-291-1/+1
* Add support for Epson 2480 scanner.netchild2005-12-292-0/+2
* Emit USB_EVENT_DRIVER_DETACH on detach.netchild2005-12-291-0/+3
* Add a hid blacklist quirk.flz2005-12-274-1/+20
* - Fix type in previous commit; unbreak buildpav2005-12-201-1/+1
* - Ignore incorrect CSW signatures on my PURE PocketDab 2000 playerpav2005-12-202-3/+15
* Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.pjd2005-12-192-0/+5
* - Add ProductID for the iPod Nano.flz2005-12-182-0/+2
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-151-2/+1
* - Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be usedflz2005-12-113-4/+6
* Reorder the calling of the completion callback and the transferiedowse2005-12-081-10/+14
* - Add Product IDs for iPod 3G and iPod Video.flz2005-12-054-12/+21
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-045-10/+10
* Recognize the Sony Clie PEG-TJ37.bmah2005-12-042-0/+2
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.damien2005-11-291-1/+1
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()damien2005-11-291-2/+2
* o Send management frames at the lowest possible rate.damien2005-11-293-8/+43
* The ohci driver's processing of completed transfer descriptors (TDs)iedowse2005-11-272-31/+38
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsiedowse2005-11-261-2/+14
* o Pass received frames to radiotap.damien2005-11-252-18/+29
* Fix AMRR initialization.damien2005-11-251-1/+1
* Send the packet to BPF after setting the duration field of the frame.damien2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftdamien2005-11-241-5/+23
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-231-5/+4
* Minor tweaks.damien2005-11-191-10/+13
* Second part of the AMRR commit.damien2005-11-182-13/+112
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+77
* Optimize and clean TX time computation.damien2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,damien2005-11-131-11/+11
* Fix a > 1 year old typo that caused the ulpt driver to try readingiedowse2005-11-121-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-116-6/+6
* Remove spl.ticso2005-11-051-28/+16
OpenPOWER on IntegriCloud