summaryrefslogtreecommitdiff
path: root/sys/dev/usb/files.usb
AgeCommit message (Collapse)Author
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org>
2002-11-30Add driver for SUNTAC Slipper VS-10U communications deviceNathan Binkert
2002-07-10Formatting and spacing sync with NetBSDNathan Binkert
2002-07-09driver for D-Link DSB-R100 FM RadioNathan Binkert
From NetBSD
2002-06-11add usb midi support.Nathan Binkert
untested From NetBSD
2002-06-11Add 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-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan 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-07Add a driver for Realtek RTL8150L based ethernet devicesNathan Binkert
From NetBSD
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-02-20Add the uftdi driver for the FTDI usb->serial converter.Nathan Binkert
Driver from NetBSD. ok aaron@
2001-01-29Add a transient driver for the Y@P phone that downloads firmware intoAaron 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-29Add ezload, subroutines for downloading firmware into Cypress (formerlyAaron Campbell
Anchor) EZ-USB chips. From NetBSD. /* XXX - untested */
2001-01-28Add 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-28Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol.Aaron Campbell
From NetBSD. /* XXX - untested */
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-09-07add ums mouse support from NetBSDMatthieu Herrb
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-04-15urio(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-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04New 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-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
From NetBSD.
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron 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-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-08-31Uncomment umodem and umass.Federico G. Schwindt
1999-08-23undo damage by careless developerTheo de Raadt
1999-08-23Remove some unneeded needs-flag; NetBSD.Federico G. Schwindt
1999-08-13From NetBSD; USB support.Federico G. Schwindt