[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1112012055230.18207@pobox.suse.cz>
Date: Thu, 1 Dec 2011 20:55:47 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: "K. Y. Srinivasan" <kys@...rosoft.com>
Cc: gregkh@...e.de, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, virtualization@...ts.osdl.org,
ohering@...e.com, joe@...ches.com, dmitry.torokhov@...il.com,
Haiyang Zhang <haiyangz@...rosoft.com>
Subject: Re: [PATCH 1/1] Staging: hv: mousevsc: Properly add the hid device
On Wed, 30 Nov 2011, K. Y. Srinivasan wrote:
> We need to properly add the hid device to correctly initialize the
> sysfs state. While this patch is against the staging tree; Jiri,
> please pick up this patch as you merge the Hyper-V mouse driver.
>
> Signed-off-by: K. Y. Srinivasan <kys@...rosoft.com>
> Signed-off-by: Haiyang Zhang <haiyangz@...rosoft.com>
> Reported-by: Fuzhou Chen <fuzhouch@...rosoft.com>
> ---
> drivers/staging/hv/hv_mouse.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
> index a28c549..66da8e3 100644
> --- a/drivers/staging/hv/hv_mouse.c
> +++ b/drivers/staging/hv/hv_mouse.c
> @@ -519,6 +519,10 @@ static int mousevsc_probe(struct hv_device *device,
>
> sprintf(hid_dev->name, "%s", "Microsoft Vmbus HID-compliant Mouse");
>
> + ret = hid_add_device(hid_dev);
> + if (ret)
> + goto probe_err1;
> +
> ret = hid_parse_report(hid_dev, input_dev->report_desc,
> input_dev->report_desc_size);
>
I have refreshed the patch to apply to drivers/hid/hid-hyperv.c driver and
applied. Thanks,
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists