t; drivers/hid/usbhid/hiddev.c | 11 +----
For hiddev.c:
Reviewed-by: Jiri Kosina
--
Jiri Kosina
SUSE Labs
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Mon, 25 Sep 2017, Arvind Yadav wrote:
> pr_err() messages should terminated with a new-line to avoid
> other messages being concatenated onto the end.
>
> Signed-off-by: Arvind Yadav
Applied to for-4.15/hyperv.
--
Jiri Kosi
Zolnierkiewicz
> Acked-by: Pavel Machek
>
> [for the nvec part]
> Reviewed-by: Marc Dietrich
>
> [for drivers/platform/x86/compal-laptop.c]
> Reviewed-by: Darren Hart
Reviewed-by: Jiri Kosina
for changes in drivers/hid/*
--
Jiri Kosina
SUSE Labs
ease make sure that next time you format the
changelog properly (whatever goes after '---' is normally ignored).
--
Jiri Kosina
SUSE Labs
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
ic int mousevsc_remove(struct hv_device *dev)
> {
> struct mousevsc_dev *input_dev = hv_get_drvdata(dev);
>
> + device_init_wakeup(&dev->device, false);
> vmbus_close(dev->channel);
> hid_hw_stop(input_dev->hid_device);
> hid_destroy_device(input_dev->
ation.
> Make the corresponding API in hid-core mandatory too, which removes the
> need to test against it in some various places.
>
> Signed-off-by: Benjamin Tissoires
> Reviewed-by: David Herrmann
> Signed-off-by: Jiri Kosina
>
> Made .raw_request
On Thu, 19 Dec 2013, David Herrmann wrote:
> As this thread doesn't really contain any oops message nor the exact
> driver name (except mentioning hyperv and magicmouse),
FWIW I recall the oopses being present somewhere in the ubuntu bug
tracker, referenced in this thread.
Thanks
Isn't "report->id" already covered by "if (report_enum->numbered)"
> above? The test for "id > 0" won't work here as in this case
> "report_enum->numbered" must already be set to true by the hid-desc
> parser, doesn't it?
Rig
On Fri, 27 Sep 2013, Joseph Salisbury wrote:
> >> commit b1a1442a23776756b254b69786848a94d92445ba
> >> Author: Jiri Kosina
> >> Date: Mon Jun 3 11:27:48 2013 +0200
> >>
> >> HID: core: fix reporting of raw events
> >>
> >> Reve
ouse_raw_event(struct hid_device *hdev,
}
input_sync(input);
- return 1;
+ return 0;
}
static int magicmouse_setup_input(struct input_dev *input, struct hid_device
*hdev)
--
Jiri Kosina
SUSE Labs
___
devel m
On Wed, 25 Sep 2013, Joseph Salisbury wrote:
> After further testing reverting the following commit does in fact
> resolve the bug:
>
> commit b1a1442a23776756b254b69786848a94d92445ba
> Author: Jiri Kosina
> Date: Mon Jun 3 11:27:48 2013 +0200
>
> HID: core: fix
27;t
> > immediately see how that is possible.
> >
> > regards,
> > dan carpenter
>
> Thanks for the details. We'll continue the bisect and let you know how
> it goes.
Did this please yield any useful result?
Thanks,
--
Jiri Kosina
SUSE Labs
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
12 matches
Mail list logo