summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uyap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filesystem firmware loading for uyap(4). this should work, i wrote it veryderaadt2004-12-191-19/+26
| | | | | | carefully. unfortunately, we cannot find anyone who has one of these devices in our entire user community, thus far. commit it anyways. whoever finds one can contact me if there is a problem.
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* update $NetBSD$ tagsnate2002-07-251-2/+2
|
* get rid of trailing whitespacenate2002-07-251-4/+4
|
* Make more portable with NetBSDnate2002-05-061-3/+7
| | | | Whitespace sync with NetBSD
* move more microcode, so that it does not end up in /usr/includederaadt2001-12-171-2/+2
|
* Synchronize usb code with NetBSD.nate2001-10-311-4/+4
|
* Add a transient driver for the Y@P phone that downloads firmware intoaaron2001-01-291-0/+114
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.