From owner-freebsd-usb@FreeBSD.ORG Mon Dec 18 07:02:15 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5663316A416 for ; Mon, 18 Dec 2006 07:02:15 +0000 (UTC) (envelope-from dan.frohlich@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3585343CBC for ; Mon, 18 Dec 2006 07:02:04 +0000 (GMT) (envelope-from dan.frohlich@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so794489pyh for ; Sun, 17 Dec 2006 23:01:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=VyLj5CWi+mFbVt3xdKy5bA5QFfoc2UWH+5pGIUaQfcF5YXVDxmSexE2EfbL/LCoteLmOCk0wazsiSuvLnBIPGZ/aN62w3CgeIw2ihW8/f4iPuPCAL3QVJqxKcsfaZ8FAHOBurT+6isvvFE8dk2S6E1j6luYT8edy7JGTvkZi3nU= Received: by 10.65.254.13 with SMTP id g13mr4443650qbs.1166425317124; Sun, 17 Dec 2006 23:01:57 -0800 (PST) Received: by 10.64.178.11 with HTTP; Sun, 17 Dec 2006 23:01:57 -0800 (PST) Message-ID: Date: Mon, 18 Dec 2006 02:01:57 -0500 From: "Dan Frohlich" To: freebsd-usb@freebsd.org In-Reply-To: <20061217.230404.-2068217114.imp@bsdimp.com> MIME-Version: 1.0 References: <20061218012938.GM75351@cicely12.cicely.de> <20061217.183525.-457441456.imp@bsdimp.com> <20061217.230404.-2068217114.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: making the linksys 200m work... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dan@frohlich.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 07:02:15 -0000 On 12/18/06, M. Warner Losh wrote: > > From usbdevs: > /* > * List of known USB vendors > * > * USB.org publishes a VID list of USB-IF member companies at > * http://www.usb.org/developers/tools > * Note that it does not show companies that have obtained a Vendor ID > * without becoming full members. > */ sorry, I've got v 1.121 2003/04/21 which is missing those lines. I think this is what is included in 6.2 rc1 correct? Where can I get the latest version? : OpenBSD usbdevs has: vendor CISCOLINKSYS 0x13b1 Cisco-Linksys > : I called is LINKSYS4 trying to follow the pattern that was established > in > : usbdevs, but now I'm using the line from the OpenBSD usbdevs file. > > OpenBSD is more right here because 0x13b1 is 5041 which is listed as: > > 5041|Cisco-Linksys, LLC > > which is what should control the naming. Every so often I go through > the list and regularize them to more closely match and the more > LINKSYS12's there are, the more work I have. > > Warner The last thing I want to do is make your job harder. I'm just trying to modify my local FreeBSD build to support this hardware. If there is a usb developers FAQ or other documentation I should read first, could I please get a pointer? I'm kind of flying blind right now. I've started messing with the OpenBSD driver to see how hard it would be to port. Later this week, I plan to check into the OS X driver. -Dan