qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4] usb/dev-hid: Modified usb-tablet category fr


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH v4] usb/dev-hid: Modified usb-tablet category from Misc to Input
Date: Sun, 25 Aug 2013 13:23:58 +0300

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 <address@hidden>
> Cc: address@hidden
> Signed-off-by: Marcel Apfelbaum <address@hidden>
> Reviewed-by: Andreas Färber <address@hidden>

Reviewed-by: Michael S. Tsirkin <address@hidden>

> ---
> Changes from v3:
>  - Added "Cc: address@hidden" 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]