From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7nDh-0006DQ-U5 for qemu-devel@nongnu.org; Tue, 10 Nov 2009 04:41:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7nDd-00069m-4D for qemu-devel@nongnu.org; Tue, 10 Nov 2009 04:41:01 -0500 Received: from [199.232.76.173] (port=60875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7nDc-00069a-Dn for qemu-devel@nongnu.org; Tue, 10 Nov 2009 04:40:56 -0500 Received: from mail-yw0-f176.google.com ([209.85.211.176]:51861) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7nDc-0007Bl-3y for qemu-devel@nongnu.org; Tue, 10 Nov 2009 04:40:56 -0500 Received: by ywh6 with SMTP id 6so3293225ywh.4 for ; Tue, 10 Nov 2009 01:40:55 -0800 (PST) From: Scott Tsai Date: Tue, 10 Nov 2009 17:37:30 +0800 Message-Id: <1257845850-4660-4-git-send-email-scottt.tw@gmail.com> In-Reply-To: <1257845850-4660-3-git-send-email-scottt.tw@gmail.com> References: <1257845850-4660-1-git-send-email-scottt.tw@gmail.com> <1257845850-4660-2-git-send-email-scottt.tw@gmail.com> <1257845850-4660-3-git-send-email-scottt.tw@gmail.com> Subject: [Qemu-devel] [PATCH V2 3/3] Documentation: -usbdevice thermometer option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Scott Tsai Adds documentation for the '-usbdevice thermometer' option. Signed-off-by: Scott Tsai --- qemu-options.hx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index b65fd74..c2e3b6c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -396,6 +396,9 @@ or fake device. @item net:@var{options} Network adapter that supports CDC ethernet and RNDIS protocols. +@item thermometer +Vernier Go!Temp compatible thermometer. + @end table ETEXI -- 1.6.5.2