From 3ea73eb73f0e48b5701bb885eb5f8d5b33b86f06 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Mon, 29 Jan 2001 00:43:42 +0000 Subject: 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. --- sys/arch/i386/conf/GENERIC | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') 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 ? -- cgit v1.2.3