From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGQrE-0000M3-A1 for qemu-devel@nongnu.org; Fri, 04 Dec 2009 00:37:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGQr8-0000Je-Kw for qemu-devel@nongnu.org; Fri, 04 Dec 2009 00:37:31 -0500 Received: from [199.232.76.173] (port=53790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGQr8-0000JX-Fl for qemu-devel@nongnu.org; Fri, 04 Dec 2009 00:37:26 -0500 Received: from cantor2.suse.de ([195.135.220.15]:35100 helo=mx2.suse.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGQr8-0001pY-39 for qemu-devel@nongnu.org; Fri, 04 Dec 2009 00:37:26 -0500 Date: Thu, 3 Dec 2009 21:28:58 -0800 From: Greg KH Subject: Re: [Qemu-devel] [PATCH V2 2/3] usb-gotemp: new module emulating a USB thermometer Message-ID: <20091204052858.GA16857@suse.de> References: <4AF97D3B.8080601@redhat.com> <374D220D-FE6E-410B-83F3-E8988BA61A6D@suse.de> <20091110150630.19b0c3fa@doriath> <4AFA00D6.9030107@codemonkey.ws> <20091111005711.GA14831@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Tsai Cc: qemu-devel@nongnu.org, Avi Kivity , Alexander Graf , Luiz Capitulino On Wed, Nov 11, 2009 at 09:06:58AM +0800, Scott Tsai wrote: > On Wed, Nov 11, 2009 at 8:57 AM, Greg KH wrote: > > > > What code? ??Where is it at? > > http://patchwork.ozlabs.org/patch/38118/ > > This code emulates a Vernier Go!Temp device in qemu. > I wrote this to enable people to follow your driver tutorial without > buying the gadget. > (I implemented functionality not exercised in your tutorial code like > the LED and NV_MEM commands as well) > > The current discussion is about whether this code is useful enough to > be worth to maintenance burden if merged into qemu. Ah, ok, nevermind then, that sounds fine to me. If someone wants to maintain it, go ahead :) thanks, greg k-h