From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9394663c4db4f35f890ee19ac3e37a17@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] just checking ... Date: Fri, 24 Mar 2006 16:50:22 +0200 From: lucio@proxima.alt.za In-Reply-To: <20060323235545.66685f63.20h@r-36.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1f35aec8-ead1-11e9-9d60-3106f5b1d025 > You need to update your usb/usbd, as Charles mentioned. Actually, no, I need to debug /sys/src/9/pc/devusb.c as it does not detect the device the way NetBSD does. Incidentally, its VID and DID are as given. At the end of the day the hack: ... (strncmp(ident, line, strlen(ident)) == 0 || strncmp(ident, line, 16) == 0)) got me only a little bit further. No response from the device, though. ++L