From owner-freebsd-usb@FreeBSD.ORG Wed Apr 2 18:34:34 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9763106566B for ; Wed, 2 Apr 2008 18:34:34 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6C78FC1A for ; Wed, 2 Apr 2008 18:34:34 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jh7n5-0002ju-Mp for freebsd-usb@freebsd.org; Wed, 02 Apr 2008 18:34:31 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 18:34:31 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 18:34:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-usb@freebsd.org From: Marcin Cieslak Date: Wed, 02 Apr 2008 20:34:16 +0200 Lines: 17 Message-ID: References: <539c60b90804011621u10b040fifb1fa51093e1393f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080325 SeaMonkey/1.1.8 In-Reply-To: <539c60b90804011621u10b040fifb1fa51093e1393f@mail.gmail.com> Sender: news Subject: Re: help porting linux fxload app (#include ) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 18:34:35 -0000 Steve Franks wrote: > Hi, > > I have a need for fxload. I think I've narrowed the issues down to > the following (namely USBDEVFS_CONTROL) , so if someone could give me > a leg up on that, I'd be grateful. FreeBSD includes a predecessor > "EZload", but I don't think it works with recent devices as the > hardware technology has been sold to another company (cypress)... I think it's USB_DO_REQUEST. Look at ezload code, it's very clean. Actually, what does fxload do more then ezload? Ezload looks very clean and maybe it should be just updated for your needs? --Marcin