From owner-freebsd-usb@FreeBSD.ORG Wed Sep 20 20:09:10 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 38C4E16A412; Wed, 20 Sep 2006 20:09:10 +0000 (UTC) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DD3043D72; Wed, 20 Sep 2006 20:09:08 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 20 Sep 2006 21:08:59 +0100 (IST) To: Bill Moran In-Reply-To: Your message of "Tue, 19 Sep 2006 17:45:41 EDT." <20060919174541.7afc5f47.wmoran@collaborativefusion.com> Date: Wed, 20 Sep 2006 21:08:58 +0100 From: Ian Dowse Message-ID: <200609202108.aa33040@nowhere.iedowse.com> Cc: iedowse@iedowse.com, re@freebsd.org, freebsd-usb@freebsd.org Subject: Re: ehci.c : uncommited patch fixes DRAC5 problems 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, 20 Sep 2006 20:09:10 -0000 In message <20060919174541.7afc5f47.wmoran@collaborativefusion.com>, Bill Moran writes: > >http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.42&content- >type=text/x-cvsweb-markup > >I'm one of those people who've been having trouble with Dell's >DRAC5 keyboards not working in 6.1. Grabbing the above >version of ehci.c fixes the problem (except that I had to >comment out line 766) > >The commit note suggests that this should have been MFCed back >in April. Can we get this MFCed before 6.2 comes out? I can MFC revisions 1.42 and 1.43 if re@ agrees (cc'd). It's a fairly self-contained change, and I don't think there were any reports of this breaking things things in -current as far as I can remember. Ian