From owner-freebsd-usb@FreeBSD.ORG Tue Mar 8 18:19:37 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB96D16A4CE for ; Tue, 8 Mar 2005 18:19:37 +0000 (GMT) Received: from smtp813.mail.sc5.yahoo.com (smtp813.mail.sc5.yahoo.com [66.163.170.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B30343D53 for ; Tue, 8 Mar 2005 18:19:36 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp813.mail.sc5.yahoo.com with SMTP; 8 Mar 2005 18:19:36 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id E7CD661EA for ; Tue, 8 Mar 2005 12:19:34 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14800-03 for ; Tue, 8 Mar 2005 12:19:33 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 4AD11615D for ; Tue, 8 Mar 2005 12:19:33 -0600 (CST) Message-ID: <422DECB4.9010803@alumni.rice.edu> Date: Tue, 08 Mar 2005 12:19:32 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org Subject: USB MFC? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 18:19:37 -0000 Are there plans to MFC recent USB updates before 5.4? I am most interested in ehci.c revision 1.30, but noticed that there hasn't been a lot of MFC action since January. I assume the vnode.h->uio.h change, serial.h addition, and the tty stuff are for 6.x only. Excluding those, the following is a list of changes to USB that haven't been MFC'd (I tried to be careful but I may have missed some). ehci.c: 1.27 Comment fix 1.29 Endianness fix 1.30 Make interrupt transfers actually work and enable split transactions. This makes it possible to use USB1 devices on USB2 hubs. ehci_pci.c: 1.15 Pass an explicit pointer to the bus structure instead of the softc. 1.16 Use BUS_PROBE_DEFAULT in preference to 0. hid.c: 1.25 Fix problem with some Logitech wireless mice. ohci.c: 1.149 Simpler way to work out required scatter-gather segments. 1.150 Correct comment and slight formatting changes. 1.151 Fix KASSERT inversion introduced in 1.150. ohci_pci.c: 1.41 Pass an explicit pointer to the bus structure instead of the softc. ubsa.c: 1.16 Add support for the Vodafone Mobile Connect 3G datacard. ucycom.c (MFC driver as of 1.2?) uftdi.c: 1.19 Add support for the B&B Electronics USB->RS422/485 adapter. umct.c: 1.9 Use a taskqueue rather than an swi to handle deferred notifications. usb_quirks.c: 1.40 Mismerged to RELENG_4 and RELENG_5. usb_subr.c: 1.75 Include opt_usb.h to pick up USBVERBOSE. usbdevs: Lots... Regards, Jon