Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> | |||
2002-11-30 | Add driver for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
2002-07-10 | Formatting and spacing sync with NetBSD | Nathan Binkert | |
2002-07-09 | driver for D-Link DSB-R100 FM Radio | Nathan Binkert | |
From NetBSD | |||
2002-06-11 | add usb midi support. | Nathan Binkert | |
untested From NetBSD | |||
2002-06-11 | Add the umct serial driver for netbsd. | Nathan Binkert | |
This currently does not work properly with the device that I have, so I will not add it to GENERIC | |||
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-05-07 | Add a driver for Realtek RTL8150L based ethernet devices | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2001-10-02 | Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.org | Todd C. Miller | |
2001-02-20 | Add the uftdi driver for the FTDI usb->serial converter. | Nathan Binkert | |
Driver from NetBSD. ok aaron@ | |||
2001-01-29 | Add a transient driver for the Y@P phone that downloads firmware into | Aaron Campbell | |
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB. | |||
2001-01-29 | Add ezload, subroutines for downloading firmware into Cypress (formerly | Aaron Campbell | |
Anchor) EZ-USB chips. From NetBSD. /* XXX - untested */ | |||
2001-01-28 | Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD. | Aaron Campbell | |
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine. | |||
2001-01-28 | Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol. | Aaron Campbell | |
From NetBSD. /* XXX - untested */ | |||
2000-11-16 | Driver for USB scanners; from NetBSD. | Aaron Campbell | |
2000-09-07 | add ums mouse support from NetBSD | Matthieu Herrb | |
2000-09-06 | Add usb keyboard. from NetBSD. | Dale S. Rahn | |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-04-15 | urio(4) - Diamond Multimedia RIO 500 (from NetBSD) | Jakob Schlyter | |
This driver will eventually go away as it really should be implemented using ugen(4) instead. | |||
2000-04-05 | Add USB modem driver stubs; from NetBSD. Not yet tested. | Aaron Campbell | |
2000-04-04 | New USB mass storage driver. Improvements: Uses asynchronous USB requests, | Aaron Campbell | |
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested. | |||
2000-03-31 | Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED. | Aaron Campbell | |
From NetBSD. | |||
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). | |||
2000-03-26 | Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B. | Aaron Campbell | |
1999-09-27 | Sync with NetBSD. | Federico G. Schwindt | |
1999-08-31 | Uncomment umodem and umass. | Federico G. Schwindt | |
1999-08-23 | undo damage by careless developer | Theo de Raadt | |
1999-08-23 | Remove some unneeded needs-flag; NetBSD. | Federico G. Schwindt | |
1999-08-13 | From NetBSD; USB support. | Federico G. Schwindt | |