| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed in last commit: add usb task for rue to use for its ticks. | imp | 2007-07-09 | 1 | -0/+1 |
* | When all the other drivers were converted to scheduling a taskqueue to | imp | 2007-07-09 | 1 | -0/+18 |
* | Fix duplicates that crept in at the last minute :-(. | imp | 2007-07-09 | 1 | -2/+1 |
* | Further diff reduction against the proposed merged usbdevs: Add a few | imp | 2007-07-09 | 1 | -21/+37 |
* | More vendors from the merged list. | imp | 2007-07-09 | 1 | -10/+71 |
* | Trivial differences with the proposed merged BSD usbdevs file merged | imp | 2007-07-06 | 1 | -95/+94 |
* | uhub already does the printing and naming of a device, so don't do it | imp | 2007-07-06 | 1 | -5/+1 |
* | Prefer device_printf to printf + device_get_nameunit. This saves | imp | 2007-07-05 | 1 | -17/+14 |
* | Prefer device_printf to printf("%s: ...", device_get_nameunit()). On | imp | 2007-07-05 | 1 | -30/+23 |
* | Prefer device_printf to printf("%s:...", device_get_nameunit(),...); | imp | 2007-07-05 | 2 | -61/+51 |
* | Add quirks, derived from the linux quirks table for: | imp | 2007-07-05 | 2 | -5/+375 |
* | Add support for Western Digital MyBook external enclosures. They need | imp | 2007-07-05 | 2 | -0/+10 |
* | WD Firewire/USB Combo hangs under load on USB interface. Fix with | imp | 2007-07-02 | 2 | -0/+5 |
* | Fix two more PRs: | imp | 2007-06-30 | 5 | -7/+28 |
* | Additional devices from NetBSD and OpenBSD. This includes devices not | imp | 2007-06-30 | 2 | -24/+33 |
* | umass quirk: Samsung YP-U2 USB MP3/Ogg Player | imp | 2007-06-30 | 2 | -0/+5 |
* | quirk for CENTURY EX35QUAT disk enclosure | imp | 2007-06-30 | 2 | -23/+31 |
* | Fix cheapy Myson USB-IDE adapter | imp | 2007-06-30 | 2 | -0/+7 |
* | Expand the transform API to allow transports to return 'success' for | imp | 2007-06-30 | 1 | -5/+20 |
* | Reduce diffs to OtherBSD by using usb_lookup. No functional changes. | imp | 2007-06-30 | 1 | -15/+4 |
* | Remove duplicate USBDEVUNIT #define | imp | 2007-06-30 | 1 | -1/+0 |
* | Add definition for UIPROTO_MOUSE. | imp | 2007-06-30 | 1 | -0/+1 |
* | Update to merged names for things. No functional changes. | imp | 2007-06-30 | 1 | -2/+2 |
* | Add support for various MS Wirless usb mice. the patch is from | imp | 2007-06-29 | 4 | -83/+133 |
* | Change uhub to dynamic status size for status change endpoint. From a | imp | 2007-06-29 | 1 | -2/+2 |
* | The timeout is in milliseconds, not in hz. Only the portion of the | imp | 2007-06-28 | 1 | -2/+2 |
* | With the advent of G3/CDMA modems, the old buffer sizes are no longer | imp | 2007-06-28 | 1 | -4/+4 |
* | For both interrupt and isochronous (the patch was unclear which one it | imp | 2007-06-28 | 1 | -3/+13 |
* | Partially updated usbdevs from OpenBSD's usbdevs. Also, some sorting | imp | 2007-06-26 | 1 | -43/+114 |
* | LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead. | imp | 2007-06-25 | 1 | -3/+3 |
* | Starting in version 1.56, ucomstop started calling ucomstart to work | imp | 2007-06-25 | 1 | -0/+10 |
* | For USBVERBOSE case, we can't have " in any of the names. | imp | 2007-06-23 | 1 | -5/+5 |
* | Drag in another device: The Surecom RT2570. | imp | 2007-06-23 | 2 | -0/+2 |
* | Add a boatload of devices from OpenBSD and NetBSD to kue and cdce. | imp | 2007-06-23 | 3 | -22/+74 |
* | Note the Belkin F5U111 Adapter is covered by NETMATE entry. | imp | 2007-06-23 | 1 | -0/+1 |
* | Remove duplicate ID and recall that I comes after E in alphabetical | imp | 2007-06-23 | 1 | -2/+1 |
* | Merge some device IDs from OpenBSD for aue. Minor sorting of usbdevs | imp | 2007-06-23 | 2 | -11/+38 |
* | We need a special module loader routine, not the stock usbd one. This | imp | 2007-06-23 | 1 | -1/+1 |
* | Initialize id before using it. | imp | 2007-06-23 | 1 | -1/+1 |
* | Add support for Garmin iQue 3600 | imp | 2007-06-22 | 2 | -15/+20 |
* | add support for Option GlobeTrotter 3G+ | imp | 2007-06-22 | 2 | -0/+3 |
* | Tactrix Openport support | imp | 2007-06-22 | 2 | -0/+9 |
* | add Benq 3300U/4300U support | imp | 2007-06-22 | 2 | -0/+2 |
* | Crystalfontz CFA-635 20x4 USB LCD | imp | 2007-06-22 | 2 | -14/+13 |
* | Update uvisor to support the Fossil Abacus Wrist PDA | imp | 2007-06-22 | 2 | -0/+5 |
* | USB Ethernet Adaptor "ELECOM LD-USB20" | imp | 2007-06-22 | 2 | -0/+2 |
* | USL101 Host-to-Host bridge support | imp | 2007-06-22 | 2 | -3/+8 |
* | Add support for YANO external USB-HDD. | imp | 2007-06-21 | 2 | -0/+5 |
* | Fix two PRs by adding vendor IDs: | imp | 2007-06-21 | 3 | -1/+5 |
* | Latest round of usb cleanups: | imp | 2007-06-21 | 22 | -322/+203 |