summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-224-4/+4
* Eliminate two unused arguments to ttycreate().phk2005-10-163-3/+3
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-282-0/+2
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as ansobomax2005-09-262-0/+32
* This part of the struct isn't needed on FreeBSD:netchild2005-09-241-0/+2
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Remove OLDCARD shimsimp2005-09-221-33/+17
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* ehcivar.h:netchild2005-09-184-12/+100
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-166-4/+27
OpenPOWER on IntegriCloud