From: Marcel Apfelbaum <marcel.a@redhat.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com, "Michael S. Tsirkin" <mst@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
kraxel@redhat.com, pbonzini@redhat.com, afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH v4] usb/dev-hid: Modified usb-tablet category from Misc to Input
Date: Wed, 28 Aug 2013 11:13:01 +0300 [thread overview]
Message-ID: <1377677581.6332.7.camel@localhost.localdomain> (raw)
In-Reply-To: <20130825102358.GC32448@redhat.com>
On Sun, 2013-08-25 at 13:23 +0300, Michael S. Tsirkin wrote:
> On Thu, Aug 22, 2013 at 08:11:36PM +0300, Marcel Apfelbaum wrote:
> > usb-tablet device was wrongly assigned to Misc category
> >
> > Reported-by: Markus Armbruster <armbru@redhat.com>
> > Cc: qemu-stable@nongnu.org
> > Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
> > Reviewed-by: Andreas Färber <afaerber@suse.de>
>
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
pull? :)
Marcel
>
> > ---
> > Changes from v3:
> > - Added "Cc: qemu-stable@nongnu.org" this time in the sign-off area ...
> > Changes from v2:
> > - Corrected spelling
> > Changes from v1:
> > - Add cc to qemu-stable and Gerd Hoffmann
> > - Changed subject prefix from hw to usb/dev-hid
> >
> > hw/usb/dev-hid.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c
> > index 66c6331..5956720 100644
> > --- a/hw/usb/dev-hid.c
> > +++ b/hw/usb/dev-hid.c
> > @@ -658,7 +658,7 @@ static void usb_tablet_class_initfn(ObjectClass *klass, void *data)
> > uc->product_desc = "QEMU USB Tablet";
> > dc->vmsd = &vmstate_usb_ptr;
> > dc->props = usb_tablet_properties;
> > - set_bit(DEVICE_CATEGORY_MISC, dc->categories);
> > + set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
> > }
> >
> > static const TypeInfo usb_tablet_info = {
> > --
> > 1.8.3.1
next prev parent reply other threads:[~2013-08-28 8:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-22 17:11 [Qemu-devel] [PATCH v4] usb/dev-hid: Modified usb-tablet category from Misc to Input Marcel Apfelbaum
2013-08-25 10:23 ` Michael S. Tsirkin
2013-08-28 8:13 ` Marcel Apfelbaum [this message]
2013-08-28 11:13 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1377677581.6332.7.camel@localhost.localdomain \
--to=marcel.a@redhat.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).