From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYH1w-0000nq-8p for qemu-devel@nongnu.org; Thu, 10 Apr 2014 11:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYH1o-0006R1-QA for qemu-devel@nongnu.org; Thu, 10 Apr 2014 11:36:44 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:59246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYH1o-0006Qr-Kt for qemu-devel@nongnu.org; Thu, 10 Apr 2014 11:36:36 -0400 Message-ID: <5346BA7E.3000709@codeaurora.org> Date: Thu, 10 Apr 2014 11:36:30 -0400 From: Christopher Covington MIME-Version: 1.0 References: <1397120874-17166-1-git-send-email-kraxel@redhat.com> <1397120874-17166-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1397120874-17166-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH spec] Add virtio input device specification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org Hi Gerd, On 04/10/2014 05:07 AM, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > content.tex | 2 + > virtio-input.tex | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 137 insertions(+) > create mode 100644 virtio-input.tex > > diff --git a/content.tex b/content.tex > index c31a99e..196950d 100644 > --- a/content.tex > +++ b/content.tex > @@ -4887,6 +4887,8 @@ descriptor for the \field{sense_len}, \field{residual}, > \field{status_qualifier}, \field{status}, \field{response} and > \field{sense} fields. > > +\input{virtio-input.tex} > + > \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits} > > Currently there are three device-independent feature bits defined: > diff --git a/virtio-input.tex b/virtio-input.tex > new file mode 100644 > index 0000000..3c34a52 > --- /dev/null > +++ b/virtio-input.tex > @@ -0,0 +1,135 @@ > +\section{Input Device}\label{sec:Device Types / Input Device} > + > +The virtio input device can be used to create virtual human interface > +devices such as keyboards, mice and tables. It basically sends linux tablets Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation.