From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 11:40:15 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D7A106564A for ; Fri, 21 Nov 2008 11:40:15 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id E21B58FC13 for ; Fri, 21 Nov 2008 11:40:14 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id mALBeBbr013667; Fri, 21 Nov 2008 11:40:11 GMT Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1L3UMt-0007Fp-5z; Fri, 21 Nov 2008 11:40:11 +0000 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id mALBe966041000; Fri, 21 Nov 2008 11:40:09 GMT (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id mALBe95Z040999; Fri, 21 Nov 2008 11:40:09 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Andre Guibert de Bruet In-Reply-To: <0F25B579-1DF2-4A5C-82AE-C5C42120F3AB@siliconlandmark.com> References: <99CD11CA-9AEB-4260-B7C9-44E9B82EA34A@siliconlandmark.com> <1226076247.69416.12.camel@buffy.york.ac.uk> <0F25B579-1DF2-4A5C-82AE-C5C42120F3AB@siliconlandmark.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 21 Nov 2008 11:40:08 +0000 Message-Id: <1227267608.40570.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: current@FreeBSD.org Subject: Re: [PATCH] Quirk for I-Tuner Networks USBLCD4X20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 11:40:15 -0000 On Tue, 2008-11-11 at 17:00 -0500, Andre Guibert de Bruet wrote: > On Nov 7, 2008, at 11:44 AM, Gavin Atkinson wrote: > > On Fri, 2008-10-31 at 11:49 -0400, Andre Guibert de Bruet wrote: > >> > >> The attached patch provides a quirk entry for the I-Tuner Networks' > >> External USB 4x20 LCD device, so that it does not get attached to by > >> uhid. I have successfully run lcdproc CVS HEAD with this device on > >> 7.1- > >> PRERELEASE (If anyone is interested in the configs, please email me > >> off-list). > >> > >> Could this get committed upon review? > > > > You're probably best off putting this into a PR, so that it doesn't > > get > > lost. > > Filed as `usb/128803' - http://www.freebsd.org/cgi/query-pr.cgi?pr=128803 > > Would you happen to know off-hand who is responsible for the > maintainership of the USB stack / device quirks (Besides freebsd-usb@freebsd.org > ... :) )? The USB stack has no overall maintainer, but there are several committers on that list who may well pick up the patch and commit it. We're currently running with two USB stacks in parallel, however, and I'm not exactly sure how they are handling this. It may be that your patch takes a little while to be committed, while the new stack settles in. Gavin