From owner-svn-src-head@FreeBSD.ORG Mon Oct 15 06:18:27 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06162C18; Mon, 15 Oct 2012 06:18:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 431FA8FC08; Mon, 15 Oct 2012 06:18:25 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 157508120; Mon, 15 Oct 2012 08:13:16 +0200 From: Hans Petter Selasky To: Eitan Adler Subject: Re: svn commit: r241553 - in head/sys/dev/usb: . quirk Date: Mon, 15 Oct 2012 08:14:42 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201210141726.q9EHQj1W008761@svn.freebsd.org> In-Reply-To: <201210141726.q9EHQj1W008761@svn.freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210150814.42609.hselasky@c2i.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 06:18:27 -0000 On Sunday 14 October 2012 19:26:45 Eitan Adler wrote: > Author: eadler > Date: Sun Oct 14 17:26:45 2012 > New Revision: 241553 > URL: http://svn.freebsd.org/changeset/base/241553 > > Modified: head/sys/dev/usb/usbdevs > =========================================================================== > === --- head/sys/dev/usb/usbdevs Sun Oct 14 17:26:40 2012 (r241552) > +++ head/sys/dev/usb/usbdevs Sun Oct 14 17:26:45 2012 (r241553) > @@ -3970,6 +3970,7 @@ product SUNPLUS USBMOUSE 0x0007 USB Opti > > /* Super Top products */ > product SUPERTOP IDE 0x6600 USB-IDE > +product SUPERTOP FLASHDRIVE 0x121c extrememory Snippy > Hi, > /* Syntech products */ > product SYNTECH CPT8001C 0x0001 CPT-8001C Barcode scanner If a vendor has many products in this list, we simply quirk all products from that vendor simply instead of keeping track of every each and single product. --HPS