diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-29 00:43:42 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-29 00:43:42 +0000 |
commit | 3ea73eb73f0e48b5701bb885eb5f8d5b33b86f06 (patch) | |
tree | b1450982192a23321789fc2b0a0b10349d1d9c06 /sys/arch/i386/conf | |
parent | a35279642e28744be4bf4c6cfcabf0946cb41dc7 (diff) |
Add a transient driver for the Y@P phone that downloads firmware into
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.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6b3a6e279bb..ecc4faaf1fa 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.229 2001/01/28 22:48:40 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.230 2001/01/29 00:43:41 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -130,6 +130,9 @@ uscanner* at uhub? port ? usscanner* at uhub? port ? scsibus* at usscanner? +# Y@P firmware loader +#uyap* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? |