From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEasE-00009P-4v for qemu-devel@nongnu.org; Wed, 28 Aug 2013 04:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEas9-00045f-LE for qemu-devel@nongnu.org; Wed, 28 Aug 2013 04:13:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEas9-00045a-BW for qemu-devel@nongnu.org; Wed, 28 Aug 2013 04:13:01 -0400 Message-ID: <1377677581.6332.7.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Wed, 28 Aug 2013 11:13:01 +0300 In-Reply-To: <20130825102358.GC32448@redhat.com> References: <1377191496-20126-1-git-send-email-marcel.a@redhat.com> <20130825102358.GC32448@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4] usb/dev-hid: Modified usb-tablet category from Misc to Input List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, "Michael S. Tsirkin" , Markus Armbruster , kraxel@redhat.com, pbonzini@redhat.com, afaerber@suse.de 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 > >=20 > > Reported-by: Markus Armbruster > > Cc: qemu-stable@nongnu.org > > Signed-off-by: Marcel Apfelbaum > > Reviewed-by: Andreas F=C3=A4rber >=20 > Reviewed-by: Michael S. Tsirkin pull? :) Marcel >=20 > > --- > > 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 > >=20 > > hw/usb/dev-hid.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > 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 =3D "QEMU USB Tablet"; > > dc->vmsd =3D &vmstate_usb_ptr; > > dc->props =3D usb_tablet_properties; > > - set_bit(DEVICE_CATEGORY_MISC, dc->categories); > > + set_bit(DEVICE_CATEGORY_INPUT, dc->categories); > > } > > =20 > > static const TypeInfo usb_tablet_info =3D { > > --=20 > > 1.8.3.1