Re: Unsupported USB -> Serial Adapter

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stuart Henderson
Date: Tuesday, February 27, 2007 - 9:08 am

On 2007/02/27 08:50, Darrin Chandler wrote:

It's in usbdevs but not attached to a driver.
Looks like Linux attaches this to their equivalent to uvisor;
you could try

Index: dev/usb/uvisor.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/uvisor.c,v
retrieving revision 1.27
diff -u -p -r1.27 uvisor.c
--- dev/usb/uvisor.c	23 Jun 2006 06:27:12 -0000	1.27
+++ dev/usb/uvisor.c	27 Feb 2007 16:07:06 -0000
@@ -186,6 +186,7 @@ static const struct uvisor_type uvisor_d
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_I705 }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M125 }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M130 }, PALM4 },
+	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_SERIAL }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_Z }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE }, PALM4 },
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Unsupported USB -> Serial Adapter, Wade, Daniel, (Tue Feb 27, 7:30 am)
Re: Unsupported USB -> Serial Adapter, Darrin Chandler, (Tue Feb 27, 8:50 am)
Re: Unsupported USB -> Serial Adapter, Stuart Henderson, (Tue Feb 27, 9:08 am)