aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a bunch of ipod entries, one as suggested by Bryan Liesner. WeWarner Losh2005-12-302-0/+14
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)Alexander Leidinger2005-12-291-1/+1
* Add support for the HP 8200C/8250C/8290C scanners.Alexander Leidinger2005-12-292-0/+2
* Add support for the Canon CanoSvan LIDE 25.Alexander Leidinger2005-12-292-0/+2
* Merge NetBSD rev. 1.61:Alexander Leidinger2005-12-291-1/+1
* Add support for Epson 2480 scanner.Alexander Leidinger2005-12-292-0/+2
* Emit USB_EVENT_DRIVER_DETACH on detach.Alexander Leidinger2005-12-291-0/+3
* Add a hid blacklist quirk.Florent Thoumie2005-12-274-1/+20
* - Fix type in previous commit; unbreak buildPav Lucistnik2005-12-201-1/+1
* - Ignore incorrect CSW signatures on my PURE PocketDab 2000 playerPav Lucistnik2005-12-202-3/+15
* Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.Pawel Jakub Dawidek2005-12-192-0/+5
* - Add ProductID for the iPod Nano.Florent Thoumie2005-12-182-0/+2
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherJohn Baldwin2005-12-151-2/+1
* - Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be usedFlorent Thoumie2005-12-113-4/+6
* Reorder the calling of the completion callback and the transferIan Dowse2005-12-081-10/+14
* - Add Product IDs for iPod 3G and iPod Video.Florent Thoumie2005-12-054-12/+21
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-045-10/+10
* Recognize the Sony Clie PEG-TJ37.Bruce A. Mah2005-12-042-0/+2
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.Damien Bergamini2005-11-291-1/+1
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()Damien Bergamini2005-11-291-2/+2
* o Send management frames at the lowest possible rate.Damien Bergamini2005-11-293-8/+43
* The ohci driver's processing of completed transfer descriptors (TDs)Ian Dowse2005-11-272-30/+37
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsIan Dowse2005-11-261-2/+14
* o Pass received frames to radiotap.Damien Bergamini2005-11-252-18/+29
* Fix AMRR initialization.Damien Bergamini2005-11-251-1/+1
* Send the packet to BPF after setting the duration field of the frame.Damien Bergamini2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini2005-11-241-5/+23
* Optimize PLCP length field computation for 802.11b rates.Damien Bergamini2005-11-231-5/+4
* Minor tweaks.Damien Bergamini2005-11-191-10/+13
* Second part of the AMRR commit.Damien Bergamini2005-11-182-13/+112
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+77
* Optimize and clean TX time computation.Damien Bergamini2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,Damien Bergamini2005-11-131-11/+11
* Fix a > 1 year old typo that caused the ulpt driver to try readingIan Dowse2005-11-121-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-116-6/+6
* Remove spl.Bernd Walter2005-11-051-28/+16
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-224-4/+4
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-163-3/+3
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.Hajimu UMEMOTO2005-09-282-0/+2
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as anMaxim Sobolev2005-09-262-0/+32
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* 'PC Card' instead of other variantsWarner Losh2005-09-221-2/+2
* Remove OLDCARD shimsWarner Losh2005-09-221-33/+17
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBDamien Bergamini2005-09-191-1/+0
* ehcivar.h:Alexander Leidinger2005-09-184-12/+100
* Add missing mtx_destroy() when if_alloc() fails.Ruslan Ermilov2005-09-166-4/+27