aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Prefer device_printf to printf + device_get_nameunit. This savesWarner Losh2007-07-051-17/+14
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). OnWarner Losh2007-07-051-30/+23
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);Warner Losh2007-07-052-61/+51
* Add quirks, derived from the linux quirks table for:Warner Losh2007-07-052-5/+375
* Add support for Western Digital MyBook external enclosures. They needWarner Losh2007-07-052-0/+10
* WD Firewire/USB Combo hangs under load on USB interface. Fix withWarner Losh2007-07-022-0/+5
* Fix two more PRs:Warner Losh2007-06-305-7/+28
* Additional devices from NetBSD and OpenBSD. This includes devices notWarner Losh2007-06-302-24/+33
* umass quirk: Samsung YP-U2 USB MP3/Ogg PlayerWarner Losh2007-06-302-0/+5
* quirk for CENTURY EX35QUAT disk enclosureWarner Losh2007-06-302-23/+31
* Fix cheapy Myson USB-IDE adapterWarner Losh2007-06-302-0/+7
* Expand the transform API to allow transports to return 'success' forWarner Losh2007-06-301-5/+20
* Reduce diffs to OtherBSD by using usb_lookup. No functional changes.Warner Losh2007-06-301-15/+4
* Remove duplicate USBDEVUNIT #defineWarner Losh2007-06-301-1/+0
* Add definition for UIPROTO_MOUSE.Warner Losh2007-06-301-0/+1
* Update to merged names for things. No functional changes.Warner Losh2007-06-301-2/+2
* Add support for various MS Wirless usb mice. the patch is fromWarner Losh2007-06-294-83/+133
* Change uhub to dynamic status size for status change endpoint. From aWarner Losh2007-06-291-2/+2
* The timeout is in milliseconds, not in hz. Only the portion of theWarner Losh2007-06-281-2/+2
* With the advent of G3/CDMA modems, the old buffer sizes are no longerWarner Losh2007-06-281-4/+4
* For both interrupt and isochronous (the patch was unclear which one itWarner Losh2007-06-281-3/+13
* Partially updated usbdevs from OpenBSD's usbdevs. Also, some sortingWarner Losh2007-06-261-43/+114
* LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead.Warner Losh2007-06-251-3/+3
* Starting in version 1.56, ucomstop started calling ucomstart to workWarner Losh2007-06-251-0/+10
* For USBVERBOSE case, we can't have " in any of the names.Warner Losh2007-06-231-5/+5
* Drag in another device: The Surecom RT2570.Warner Losh2007-06-232-0/+2
* Add a boatload of devices from OpenBSD and NetBSD to kue and cdce.Warner Losh2007-06-233-22/+74
* Note the Belkin F5U111 Adapter is covered by NETMATE entry.Warner Losh2007-06-231-0/+1
* Remove duplicate ID and recall that I comes after E in alphabeticalWarner Losh2007-06-231-2/+1
* Merge some device IDs from OpenBSD for aue. Minor sorting of usbdevsWarner Losh2007-06-232-11/+38
* We need a special module loader routine, not the stock usbd one. ThisWarner Losh2007-06-231-1/+1
* Initialize id before using it.Warner Losh2007-06-231-1/+1
* Add support for Garmin iQue 3600Warner Losh2007-06-222-15/+20
* add support for Option GlobeTrotter 3G+Warner Losh2007-06-222-0/+3
* Tactrix Openport supportWarner Losh2007-06-222-0/+9
* add Benq 3300U/4300U supportWarner Losh2007-06-222-0/+2
* Crystalfontz CFA-635 20x4 USB LCDWarner Losh2007-06-222-14/+13
* Update uvisor to support the Fossil Abacus Wrist PDAWarner Losh2007-06-222-0/+5
* USB Ethernet Adaptor "ELECOM LD-USB20"Warner Losh2007-06-222-0/+2
* USL101 Host-to-Host bridge supportWarner Losh2007-06-222-3/+8
* Add support for YANO external USB-HDD.Warner Losh2007-06-212-0/+5
* Fix two PRs by adding vendor IDs:Warner Losh2007-06-213-1/+5
* Latest round of usb cleanups:Warner Losh2007-06-2122-321/+202
* Restore approximately FreeBDS 6.x's level of compatibility macros.Warner Losh2007-06-211-4/+74
* s/logprintf/printf/gWarner Losh2007-06-2032-55/+55
* Include usb_port.h to fix build.Xin LI2007-06-192-0/+2
* Mark the few remaining drivers that haven't been converted as needingWarner Losh2007-06-184-0/+4
* Expand usb_port macrosWarner Losh2007-06-181-6/+26
* Remove usb_port.h from usb.h, except for one or two useful things thatWarner Losh2007-06-182-6/+4
* Expand usb_port.h macros.Warner Losh2007-06-183-35/+78