From owner-freebsd-usb@FreeBSD.ORG Mon May 12 20:36:55 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 448311065679 for ; Mon, 12 May 2008 20:36:55 +0000 (UTC) (envelope-from sclark@netwolves.com) Received: from elasmtp-masked.atl.sa.earthlink.net (elasmtp-masked.atl.sa.earthlink.net [209.86.89.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2134D8FC2C for ; Mon, 12 May 2008 20:36:54 +0000 (UTC) (envelope-from sclark@netwolves.com) Received: from [205.201.149.100] (helo=[10.0.129.1]) by elasmtp-masked.atl.sa.earthlink.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JvelS-00042n-9W for freebsd-usb@freebsd.org; Mon, 12 May 2008 16:36:54 -0400 Message-ID: <4828AA64.7060306@netwolves.com> Date: Mon, 12 May 2008 16:36:52 -0400 From: Steve Clark User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20080425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: a437fbc6971e80f61aa676d7e74259b7b3291a7d08dfec7932c3d532226bfd9495f7924fc2736912350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 205.201.149.100 Subject: In on control endpoint 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: Mon, 12 May 2008 20:36:55 -0000 Hello List, I have spent the afternoon going thru the usb code trying to figure out how to do a read on the control port (endpoint 80 ? ) instead of a write ( endpoint 0 ). I am still trying to emulate what the linux sierra.c usb serial driver does. Any pointers would be greatly appreciated. Thanks, Steve