| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prefer device_printf to printf + device_get_nameunit. This saves | Warner Losh | 2007-07-05 | 1 | -17/+14 |
| * | Prefer device_printf to printf("%s: ...", device_get_nameunit()). On | Warner Losh | 2007-07-05 | 1 | -30/+23 |
| * | Prefer device_printf to printf("%s:...", device_get_nameunit(),...); | Warner Losh | 2007-07-05 | 2 | -61/+51 |
| * | Add quirks, derived from the linux quirks table for: | Warner Losh | 2007-07-05 | 2 | -5/+375 |
| * | Add support for Western Digital MyBook external enclosures. They need | Warner Losh | 2007-07-05 | 2 | -0/+10 |
| * | WD Firewire/USB Combo hangs under load on USB interface. Fix with | Warner Losh | 2007-07-02 | 2 | -0/+5 |
| * | Fix two more PRs: | Warner Losh | 2007-06-30 | 5 | -7/+28 |
| * | Additional devices from NetBSD and OpenBSD. This includes devices not | Warner Losh | 2007-06-30 | 2 | -24/+33 |
| * | umass quirk: Samsung YP-U2 USB MP3/Ogg Player | Warner Losh | 2007-06-30 | 2 | -0/+5 |
| * | quirk for CENTURY EX35QUAT disk enclosure | Warner Losh | 2007-06-30 | 2 | -23/+31 |
| * | Fix cheapy Myson USB-IDE adapter | Warner Losh | 2007-06-30 | 2 | -0/+7 |
| * | Expand the transform API to allow transports to return 'success' for | Warner Losh | 2007-06-30 | 1 | -5/+20 |
| * | Reduce diffs to OtherBSD by using usb_lookup. No functional changes. | Warner Losh | 2007-06-30 | 1 | -15/+4 |
| * | Remove duplicate USBDEVUNIT #define | Warner Losh | 2007-06-30 | 1 | -1/+0 |
| * | Add definition for UIPROTO_MOUSE. | Warner Losh | 2007-06-30 | 1 | -0/+1 |
| * | Update to merged names for things. No functional changes. | Warner Losh | 2007-06-30 | 1 | -2/+2 |
| * | Add support for various MS Wirless usb mice. the patch is from | Warner Losh | 2007-06-29 | 4 | -83/+133 |
| * | Change uhub to dynamic status size for status change endpoint. From a | Warner Losh | 2007-06-29 | 1 | -2/+2 |
| * | The timeout is in milliseconds, not in hz. Only the portion of the | Warner Losh | 2007-06-28 | 1 | -2/+2 |
| * | With the advent of G3/CDMA modems, the old buffer sizes are no longer | Warner Losh | 2007-06-28 | 1 | -4/+4 |
| * | For both interrupt and isochronous (the patch was unclear which one it | Warner Losh | 2007-06-28 | 1 | -3/+13 |
| * | Partially updated usbdevs from OpenBSD's usbdevs. Also, some sorting | Warner Losh | 2007-06-26 | 1 | -43/+114 |
| * | LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead. | Warner Losh | 2007-06-25 | 1 | -3/+3 |
| * | Starting in version 1.56, ucomstop started calling ucomstart to work | Warner Losh | 2007-06-25 | 1 | -0/+10 |
| * | For USBVERBOSE case, we can't have " in any of the names. | Warner Losh | 2007-06-23 | 1 | -5/+5 |
| * | Drag in another device: The Surecom RT2570. | Warner Losh | 2007-06-23 | 2 | -0/+2 |
| * | Add a boatload of devices from OpenBSD and NetBSD to kue and cdce. | Warner Losh | 2007-06-23 | 3 | -22/+74 |
| * | Note the Belkin F5U111 Adapter is covered by NETMATE entry. | Warner Losh | 2007-06-23 | 1 | -0/+1 |
| * | Remove duplicate ID and recall that I comes after E in alphabetical | Warner Losh | 2007-06-23 | 1 | -2/+1 |
| * | Merge some device IDs from OpenBSD for aue. Minor sorting of usbdevs | Warner Losh | 2007-06-23 | 2 | -11/+38 |
| * | We need a special module loader routine, not the stock usbd one. This | Warner Losh | 2007-06-23 | 1 | -1/+1 |
| * | Initialize id before using it. | Warner Losh | 2007-06-23 | 1 | -1/+1 |
| * | Add support for Garmin iQue 3600 | Warner Losh | 2007-06-22 | 2 | -15/+20 |
| * | add support for Option GlobeTrotter 3G+ | Warner Losh | 2007-06-22 | 2 | -0/+3 |
| * | Tactrix Openport support | Warner Losh | 2007-06-22 | 2 | -0/+9 |
| * | add Benq 3300U/4300U support | Warner Losh | 2007-06-22 | 2 | -0/+2 |
| * | Crystalfontz CFA-635 20x4 USB LCD | Warner Losh | 2007-06-22 | 2 | -14/+13 |
| * | Update uvisor to support the Fossil Abacus Wrist PDA | Warner Losh | 2007-06-22 | 2 | -0/+5 |
| * | USB Ethernet Adaptor "ELECOM LD-USB20" | Warner Losh | 2007-06-22 | 2 | -0/+2 |
| * | USL101 Host-to-Host bridge support | Warner Losh | 2007-06-22 | 2 | -3/+8 |
| * | Add support for YANO external USB-HDD. | Warner Losh | 2007-06-21 | 2 | -0/+5 |
| * | Fix two PRs by adding vendor IDs: | Warner Losh | 2007-06-21 | 3 | -1/+5 |
| * | Latest round of usb cleanups: | Warner Losh | 2007-06-21 | 22 | -321/+202 |
| * | Restore approximately FreeBDS 6.x's level of compatibility macros. | Warner Losh | 2007-06-21 | 1 | -4/+74 |
| * | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 32 | -55/+55 |
| * | Include usb_port.h to fix build. | Xin LI | 2007-06-19 | 2 | -0/+2 |
| * | Mark the few remaining drivers that haven't been converted as needing | Warner Losh | 2007-06-18 | 4 | -0/+4 |
| * | Expand usb_port macros | Warner Losh | 2007-06-18 | 1 | -6/+26 |
| * | Remove usb_port.h from usb.h, except for one or two useful things that | Warner Losh | 2007-06-18 | 2 | -6/+4 |
| * | Expand usb_port.h macros. | Warner Losh | 2007-06-18 | 3 | -35/+78 |