Re: [PATCH v3] HID: rmi: Scan the report descriptor to determine if the device is suitable for the hid-rmi driver

2014-12-17 Thread Jiri Kosina
-by: Andrew Duggan adug...@synaptics.com Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- Here is the v3 version with Benjamin's comments addressed. I also updated it to apply to the version of hid-core.c in for-3.19/hid-rmi. Applied to for-3.20/rmi. Thanks, -- Jiri Kosina SUSE

Re: [PATCH] HID: i2c-hid: Do not free buffers in i2c_hid_stop()

2014-12-17 Thread Jiri Kosina
] [8165f107] ? int_signal+0x12/0x17 [ 79.694095] [8165ee69] ? system_call_fastpath+0x12/0x17 Fix this so that we only free buffers when the i2c-hid driver itself is removed. Applied to for-3.19/upstream-fixes, thanks for fixing it. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list

Re: [PATCH v2] HID: logitech-hidpp: prefix the name with Logitech

2014-12-17 Thread Jiri Kosina
be used other than Logitech. But we can add that later. Applied to for-3.20/logitech, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] HID: Allow HID_BATTERY_STRENGTH to be enabled

2014-12-17 Thread Jiri Kosina
Nicoletti dantt...@gmail.com Sorry for this taking too long. Now applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: The return value of hid_input_report and raw_event

2014-12-16 Thread Jiri Kosina
returns an int, but over time non-negative values are ignored by hid_input_report. This happened in the following change: -- commit b1a1442a23776756b254b69786848a94d92445ba Author: Jiri Kosina jkos...@suse.cz Date: Mon Jun 3 11:27:48 2013 +0200

Re: [PATCH v2 2/3] HID: logitech-hidpp: check WTP report length

2014-12-16 Thread Jiri Kosina
}: check report length v2: splitted original report length check patch Applied to for-3.19/upstream-fixes. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH v2 1/3] HID: logitech-dj: check report length

2014-12-16 Thread Jiri Kosina
length v2: splitted original report length check patch Applied to for-3.19/upstream-fixes. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH 3/3] HID: logitech-hidpp: separate HID++ from WTP processing

2014-12-16 Thread Jiri Kosina
v2: splitted original report length check patch. Restructured code. v3: renamed var r to ret for consistency, added R-b of Benjamin Applied to for-3.20/logitech. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-12-13 Thread Jiri Kosina
it's doing covered by HID specification (at least in a does it have HID descriptor sense)? It's not really completely clear to me at this point. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

Re: [PATCH v2] HID: rmi: Scan the report descriptor to determine if the device is suitable for the hid-rmi driver

2014-12-12 Thread Jiri Kosina
On Wed, 10 Dec 2014, Benjamin Tissoires wrote: With the minors comments I expressed, this patch is: Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Andrew, could you please resend v2 of the patch with Benjamin's comments addressed? Thanks, -- Jiri Kosina SUSE Labs

Re: [PATCH v3 3/3] HID: wacom: Report input events for each finger on generic devices

2014-12-11 Thread Jiri Kosina
. Thanks for the quick respin Jason. Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Applied, thanks to both of you. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 0/4] HID: logitech-hidpp: fixes for error conditions

2014-12-11 Thread Jiri Kosina
USB devices (QEMU + USB passthrough), two of them are powered off and one M525 is active. evbug registers mouse events. Good stuff, thanks! Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

Re: [PATCH v2 2/3] HID: wacom: Initialize MT slots for generic devices at post_parse_hid

2014-12-10 Thread Jiri Kosina
as well. Otherwise it'll be processed in the next cycle. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 2/3] HID: wacom: Initialize MT slots for generic devices at post_parse_hid

2014-12-09 Thread Jiri Kosina
, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: rmi: Check for additional ACM registers appended to F11 data report

2014-12-09 Thread Jiri Kosina
to hid.git#for-3.19/rmi. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: rmi: The address of query8 must be calculated based on which query registers are present

2014-12-09 Thread Jiri Kosina
...@synaptics.com Applied to hid.git#for-3.19/rmi as well. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] HID: wacom - Add support for DTU-1031X

2014-12-05 Thread Jiri Kosina
Both applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: wacom - add defines for new Cintiq and DTU outbound tracking

2014-12-02 Thread Jiri Kosina
, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

2014-12-02 Thread Jiri Kosina
at the moment (via the linux-pm tree). Please let me know if it is OK to take this one into linux-pm. Acked-by: Jiri Kosina jkos...@suse.cz Please take it through linux-pm. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCHv3 1/1] HID: add BETOP game controller force feedback support

2014-11-27 Thread Jiri Kosina
report-maxfield; i++) { +for (j = 0; j report-field[i]-report_count; j++) { +report-field[i]-value[j] = 0x00; I asked for a comment to be added here why you are zeroing those out. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH 1/3] HID: wacom: Consult the application usage when determining field type

2014-11-27 Thread Jiri Kosina
the application usage in such cases causes us to ignore the field entirely, which may lead to incorrect behavior. Signed-off-by: Jason Gerecke killert...@gmail.com Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

Re: [PATCH] HID: wacom - PAD is independent with pen/touch

2014-11-26 Thread Jiri Kosina
Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Applied to for-3.19/wacom. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re:Re: [PATCHv2 1/1] HID: add BETOP game controller force feedback support

2014-11-26 Thread Jiri Kosina
your e-mail client not to cause whitespace damage to patches (please see Documentation/email-clients.txt for some hints), attach the patch as an e-mail attachment. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

Re: [PATCHv2 1/1] HID: add BETOP game controller force feedback support

2014-11-26 Thread Jiri Kosina
according to Documentation/CodingStyle and resubmit. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv2 1/1] HID: add BETOP game controller force feedback support

2014-11-26 Thread Jiri Kosina
On Wed, 26 Nov 2014, Huang Bo wrote: On 11/26/2014 09:49 PM, Jiri Kosina wrote: On Wed, 26 Nov 2014, Huang Bo wrote: It's unfortunately whitespace damaged again. If it's not possible to set up your e-mail client not to cause whitespace damage to patches (please see Documentation

Re: [PATCH V2] HID: i2c-hid: fix race condition reading reports

2014-11-25 Thread Jiri Kosina
for resubmitting. This one is reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH v2] hid-multitouch: Add quirk for VTL touch panels

2014-11-25 Thread Jiri Kosina
force the reading of the feature in mt_set_input_mode for such devices. Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 1/1] HID: add BETOP game controller force feedback support

2014-11-25 Thread Jiri Kosina
-core.c, otherwise correct device - driver binding can't be guaranteed. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: wacom - PAD is independent with pen/touch

2014-11-25 Thread Jiri Kosina
On Tue, 25 Nov 2014, Ping Cheng wrote: Please don't forget to merge this patch. It fixes a bad pointer issue... Hi Ping, yes, it's in my queue for this evening or tomorrow. I will also add Cc: stable, ok? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH] HID: wacom - PAD is independent with pen/touch

2014-11-25 Thread Jiri Kosina
. Gah, I was sure I did, but looking at the tree, I didn't. Thanks for pointing that out, I will sort it out. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] hid-multitouch: Add quirk for VTL touch panels

2014-11-20 Thread Jiri Kosina
this patch. Thanks for the heads up, I am putting this patch on hold until further notice from you or Mathieu. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] hid: sony: Add support for the third-party SMK PS3 Bluetooth Remote

2014-11-20 Thread Jiri Kosina
controllers for PS4 */ { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS4_CONTROLLER), .driver_data = DUALSHOCK4_CONTROLLER_USB }, Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH 1/3] HID: wacom - return ENODEV for failed wacom_setup_pad_input_capabilities

2014-11-20 Thread Jiri Kosina
, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: yet another buggy ELAN touchscreen

2014-11-19 Thread Jiri Kosina
), .driver_info = + USB_QUIRK_DEVICE_QUALIFIER }, + { USB_DEVICE(0x04f3, 0x016f), .driver_info = USB_QUIRK_DEVICE_QUALIFIER }, -- 1.8.4.5 -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH] HID: yet another buggy ELAN touchscreen

2014-11-19 Thread Jiri Kosina
devices, but I don't think it's worth the hassle splitting it). Yes, no objection from me: Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org Thanks, now applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: [PATCH 1/1] x86: Surface Pro 3 Type Cover 3

2014-11-11 Thread Jiri Kosina
Jarrad Whitaker's message which sources http://winaero.com/blog/how-to-install-linux-on-surface-pro-3/ which he says is sourced from a Russian site Signed-off-by: Alan Wu alan.c...@gmail.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 0/2] HID: lenovo: Small fixups for compact keyboards

2014-11-11 Thread Jiri Kosina
On Sun, 9 Nov 2014, Jamie Lentin wrote: Some small problems that have since been picked up since my patchset that introduced support for the Thinkpad Compact Keyboards[0]. Both have been tested on 3.18-rc1. Both patches applied. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH] HID: wacom - Add support for Intuos Pen Medium

2014-11-11 Thread Jiri Kosina
) }, { USB_DEVICE_WACOM(0x4004) }, { USB_DEVICE_WACOM(0x5000) }, Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] HID: wacom - make sure touch_input is valid before using it

2014-11-07 Thread Jiri Kosina
the FreeBSD issue reported by Denis Akiyakov http://www.spinics.net/lists/linux-input/msg33971.html Reviewed-by: Hans Petter Selasky h...@selasky.org Tested-by: Denis Akiyakov d.akiya...@gmail.com Signed-off-by: Ping Cheng pi...@wacom.com Applied, thanks. -- Jiri Kosina SUSE Labs

Re: [PATCH 1/1] hid-saitek: Quirk for Saitek R.A.T.7 works with R.A.T.9 too

2014-11-05 Thread Jiri Kosina
stylized the Kconfig option name to include Mad Catz in the option name, as (at least some of) the devices are marketed under Mad Catz brand. Signed-off-by: Ville Aakko ville.aa...@gmail.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/1] x86: Surface Pro 3 Type Cover 3

2014-11-05 Thread Jiri Kosina
, USB_DEVICE_ID_MSI_GT683R_LED_PANEL, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_NEXIO, USB_DEVICE_ID_NEXIO_MULTITOUCH_PTI0750, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_NOVATEK, USB_DEVICE_ID_NOVATEK_MOUSE, HID_QUIRK_NO_INIT_REPORTS }, -- 2.1.0 -- Jiri Kosina SUSE Labs

Re: [PATCH v2 1/2] HID: logitech-hidpp: fix negated returns

2014-11-04 Thread Jiri Kosina
benjamin.tissoi...@redhat.com --- Changes in v2: - also return if the ret code is negative Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH v2 2/2] HID: logitech-hidpp: 2 fixes in hidpp_root_get_protocol_version()

2014-11-04 Thread Jiri Kosina
is connected. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- Changes in v2: none Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/2] Introduces Plantronics driver to fix errant mouse events.

2014-11-03 Thread Jiri Kosina
, you can even remove the probe function. hid-core will do open the report and start the hardware for you. Good catch, thanks. I have removed the superfluous .probe() and applied (with Dmitry's Reviewed-by: added to patch no .1). Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH 1/1] x86: Surface Pro 3 Type Cover 3

2014-11-03 Thread Jiri Kosina
, USB_DEVICE_ID_MS_PRESENTER_8K_BT), .driver_data = MS_PRESENTER }, -- 2.1.0 -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: PATCH: Quirk (hid-saitek.c) for Saitek R.A.T.7 works with R.A.T.9 too

2014-11-03 Thread Jiri Kosina
, the only thing it is missing is your Signed-off-by: line (please see Documentation/SubmittingPatches for explanation of what that means). Please resend the patch with it included so that I could apply it. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-11-03 Thread Jiri Kosina
to sending to linux-input@ to make sure that the patch doesn't fall in between cracks. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] HID: core: cleanup .claimed field on disconnect

2014-11-03 Thread Jiri Kosina
for 3.18 still. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
kernel driver for U2F devices using the hid group mechanism for enumeration. This seems overcomplicated. Hmmm ... why do you think so? I believe it actually should be really super-trivial. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
hidraw node, and decides afterwards whether node permissions need to be altered ... right? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
On Sun, 2 Nov 2014, Jiri Kosina wrote: Alternatively, you can just write udev rule which triggers on HID devices, issues HIDIOCGRDESC ioctl() on the just-created hidraw node, and decides afterwards whether node permissions need to be altered ... right? Just to make myself clear here

Re: [PATCH 00/13] HID: add support of Logitech touchpads and special devices

2014-10-29 Thread Jiri Kosina
it :) It absolutely hasn't been forgotten, I've been just a bit busy during past weeks. I am almost done with the review, expect to hear from me in a 1-2 days timeframe regarding this series. Thanks for patience, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] HID: input: Fix TransducerSerialNumber implementation

2014-10-29 Thread Jiri Kosina
; break; Apologizes for the delay. I have now queued this for 3.18 still. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] HID: usbhid: prevent unwanted events to be sent when re-opening the device

2014-10-29 Thread Jiri Kosina
queuing this now. Thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: hid: roccat: Fix code style issues

2014-10-29 Thread Jiri Kosina
descriptor\n); + if (!kone) return -ENOMEM; - } hid_set_drvdata(hdev, kone); retval = kone_init_kone_device_struct(usb_dev, kone); -- 1.9.3 (Apple Git-50) -- Jiri Kosina SUSE Labs -- To unsubscribe from this list

Re: [PATCH 00/13] HID: add support of Logitech touchpads and special devices

2014-10-29 Thread Jiri Kosina
with the review, expect to hear from me in a 1-2 days timeframe regarding this series. Cool, thanks. That is much appreciated. I have now applied the whole patchset and pushed out. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH] HID: add keyboard input assist hid usages

2014-10-20 Thread Jiri Kosina
. Dmitry, given your question, I am not applying the patch yet and waiting for your consideration/Ack. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] Input: automatically set EV_ABS bit in input_set_abs_params

2014-10-10 Thread Jiri Kosina
times. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Makes sense. Acked-by: Jiri Kosina jkos...@suse.cz Thanks. --- drivers/input/input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index 29ca0bb

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Jiri Kosina
and allow activating it through i8042.nomux=0 kernel option. We'll also keep DMI table where we can record known good models. Being responsible for introducing a non-trivial portion of i8042_dmi_nomux_table[] entries: Acked-by: Jiri Kosina jkos...@suse.cz If nothing else, it'd make my life

Re: [PATCH 00/13] HID: add support of Logitech touchpads and special devices

2014-10-03 Thread Jiri Kosina
you. Can I use Tested-by: Andrew de los Reyes andrew-v...@gizmolabs.org once / if I am merging this patchset? -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] HID: cp2112: remove use of gpiochip_remove() retval

2014-10-01 Thread Jiri Kosina
On Tue, 30 Sep 2014, Pramod Gurav wrote: Get rid of using return value from gpiochip_remove() as it returns void. Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Jiri Kosina jkos...@suse.cz Cc: linux-input@vger.kernel.org Cc: linux-g

Re: [PATCH] usbhid: add another mouse that needs QUIRK_ALWAYS_POLL

2014-10-01 Thread Jiri Kosina
, HID_QUIRK_ALWAYS_POLL }, I don't like the added comment, it makes the list look ugly (as no other device has such a comment). The details are in the git changelog anyway. Are you fine with me removing the comment before commiting the patch? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH] HID: uHID: fix excepted report type

2014-10-01 Thread Jiri Kosina
, spin_lock_irqsave(uhid-qlock, flags); *report_id = ++uhid-report_id; - uhid-report_type = ev-type; + uhid-report_type = ev-type + 1; Nice catch. We always need the *_REPLY type as response: Reviewed-by: David Herrmann dh.herrm...@gmail.com Applied, thanks. -- Jiri Kosina SUSE

Re: [PATCH 0/5] HID: wacom: introduce generic HID handling

2014-09-26 Thread Jiri Kosina
| 184 + drivers/hid/wacom_wac.c | 299 drivers/hid/wacom_wac.h | 17 +++ include/linux/hid.h | 2 + 6 files changed, 462 insertions(+), 49 deletions(-) -- 2.1.0 -- Jiri Kosina SUSE Labs

Re: [PATCH 5/6] HID: hid-sensor-hub: use mfd_add_hotplug_devices helper

2014-09-26 Thread Jiri Kosina
On Fri, 26 Sep 2014, Johan Hovold wrote: Use mfd_add_hotplug_devices helper to register the subdevices. Compile-only tested. Signed-off-by: Johan Hovold jo...@kernel.org As I expect this to be going through MFD tree together with the rest of the patchset Acked-by: Jiri Kosina

Re: [PATCH] hid: sony: Update the DualShock 4 touchpad resolution

2014-09-25 Thread Jiri Kosina
On Wed, 24 Sep 2014, Frank Praznik wrote: The DualShock 4 touchpad has been measured to have a resolution of 44.86 dots/mm which equates to 1920x942. Signed-off-by: Frank Praznik frank.praz...@oh.rr.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: HID: wacom: regression - system freezes when resuming from S3 suspend

2014-09-24 Thread Jiri Kosina
, and do we have any idea why it crashes, and why HID: wacom: fix timeout on probe for some wacoms fixes it? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: HID: wacom: regression - system freezes when resuming from S3 suspend

2014-09-24 Thread Jiri Kosina
race condition somewhere, or this is a different problem that still needs to be solved. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] HID: wacom: fix timeout on probe for some wacoms

2014-09-22 Thread Jiri Kosina
, and then make sure that c64d883476 makes it to the first 3.17-stable. What do you think? -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] HID: wacom: fix timeout on probe for some wacoms

2014-09-22 Thread Jiri Kosina
by me. It will be easier to include the follow up patches this way. Ok, applied to for-3.18/wacom, annotated for stable (and made a note about the need of cherry-picking pre-requisite commit c64d883476) and pushed out. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: [PATCH 1/2] hid: sony: Corrections for the DualShock 4 HID descriptor

2014-09-15 Thread Jiri Kosina
as that is the range of values which represent the true controller orientation. Any values beyond those extents are just noise. Signed-off-by: Frank Praznik frank.praz...@oh.rr.com Both applied to for-3.18/sony. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: [PATCH] HID: wacom: make the WL connection friendly for the desktop

2014-09-12 Thread Jiri Kosina
Applied to for-3.18/wacom. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] HID: rmi: check sanity of the incoming report

2014-09-12 Thread Jiri Kosina
of it. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1123584 Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Signed-off-by: Andrew Duggan adug...@synaptics.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH 1/4 v2] HID: wacom - Add default permission defines for sysfs attributes

2014-09-11 Thread Jiri Kosina
I have applied the whole series to hid.git#for-3.18/wacom. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Handle spurious backslash key repeats on some keyboards

2014-09-09 Thread Jiri Kosina
to specific drivers. So knowing how commong this is could be helpful in deciding how to handle this. Thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 0/2] HID: usbhid: fix Elan touchscreen disconnects

2014-09-08 Thread Jiri Kosina
it on top of this? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] usbhid: fix PIXART optical mouse

2014-09-08 Thread Jiri Kosina
On Mon, 8 Sep 2014, Oliver Neukum wrote: This mouse keeps disconnecting in runlevel 3. It needs the ALWAYS_POLL quirk. Signed-off-by: Oliver Neukum oneu...@suse.de Applied to hid.git#for-3.18/always-poll-quirk, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: [PATCH] HID: Add Holtek USB ID 04d9:a0c2 ETEKCITY Scroll

2014-09-05 Thread Jiri Kosina
0xa096 #define USB_VENDOR_ID_IMATION0x0718 -- 1.8.5.5 -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: hid-sensor-hub: Adding USB_DEVICE_ID_STM_HID_SENSOR device id

2014-09-04 Thread Jiri Kosina
. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] HID: thingm: fix workqueue race on remove

2014-09-04 Thread Jiri Kosina
...@dylex.net Signed-off-by: Jiri Kosina jkos...@suse.cz --- Queued in hid.git#for-3.18/upstream drivers/hid/hid-thingm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hid-thingm.c b/drivers/hid/hid-thingm.c index 134be89..f206398 100644 --- a/drivers/hid/hid

Re: [PATCH] HID: add support for PenMount HID TouchScreen Driver v4

2014-09-04 Thread Jiri Kosina
- incorporated feedback from Benjamin Tissoires Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Queued for 3.18, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: hid-thingm: kernel panic on remove

2014-09-03 Thread Jiri Kosina
(struct thingm_rgb *rgb) { - flush_work(rgb-work); + cancel_work_sync(rgb-work); led_classdev_unregister(rgb-red.ldev); led_classdev_unregister(rgb-green.ldev); led_classdev_unregister(rgb-blue.ldev); -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: hid-thingm: kernel panic on remove

2014-09-03 Thread Jiri Kosina
= 0; i tdev-fwinfo-numrgb; ++i) thingm_remove_rgb(tdev-rgb + i); - - hid_hw_stop(hdev); } static const struct hid_device_id thingm_table[] = { -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: hid-thingm: kernel panic on remove

2014-09-03 Thread Jiri Kosina
); - - hid_hw_stop(hdev); } static const struct hid_device_id thingm_table[] = { -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: hid-thingm: kernel panic on remove

2014-09-03 Thread Jiri Kosina
) { - flush_work(rgb-work); led_classdev_unregister(rgb-red.ldev); led_classdev_unregister(rgb-green.ldev); led_classdev_unregister(rgb-blue.ldev); + flush_work(rgb-work); } static int thingm_probe(struct hid_device *hdev, const struct hid_device_id *id) -- Jiri

Re: [PATCH] HID: wacom: Add support for the Cintiq Companion

2014-09-03 Thread Jiri Kosina
tree given that it applies on top of a plain 3.17-rcX. It can be scheduled for either 3.17 or 3.18 (no preferences on my side). I have now queued it in hid.git#for-3.18/wacom. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: hid-thingm: kernel panic on remove

2014-09-03 Thread Jiri Kosina
, but if there is anything else that does, it'll piggy-back. Otherwise it'll go into 3.18. Please shout if it's not okay. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: hid-thingm: kernel panic on remove

2014-09-02 Thread Jiri Kosina
cleaned up everything, but that doesn't seem to be the case, as thingm_remove() - thingm_remove_rgb() seems to be doing the right thing. Dylan, is there any chance for you to capture more complete backtrace from the oops? serial console, netconsole, anything? Thanks, -- Jiri Kosina SUSE Labs

Re: [PATCH] hid: sony: Set the Sixaxis cable state correctly

2014-09-01 Thread Jiri Kosina
. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/2] HID: magicmouse: sanity check report size in raw_event() callback

2014-08-27 Thread Jiri Kosina
The report passed to us from transport driver could potentially be arbitrarily large, therefore we better sanity-check it so that magicmouse_emit_touch() gets only valid values of raw_id. Cc: sta...@vger.kernel.org Reported-by: Steven Vittitoe scvi...@google.com Signed-off-by: Jiri Kosina jkos

[PATCH 2/2] HID: picolcd: sanity check report size in raw_event() callback

2014-08-27 Thread Jiri Kosina
Signed-off-by: Jiri Kosina jkos...@suse.cz --- drivers/hid/hid-picolcd_core.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/hid/hid-picolcd_core.c b/drivers/hid/hid-picolcd_core.c index acbb0210..020df3c 100644 --- a/drivers/hid/hid-picolcd_core.c +++ b/drivers/hid/hid

Re: [PATCH 2/2] HID: picolcd: sanity check report size in raw_event() callback

2014-08-27 Thread Jiri Kosina
...@vger.kernel.org Reported-by: Steven Vittitoe scvi...@google.com Signed-off-by: Jiri Kosina jkos...@suse.cz Acked-by: Bruno Prémont bonb...@linux-vserver.org Thanks. --- drivers/hid/hid-picolcd_core.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/hid/hid-picolcd_core.c

Re: [PATCH 2/2] HID: logitech-dj: break out testing of validity of dj_device

2014-08-27 Thread Jiri Kosina
On Fri, 22 Aug 2014, Benjamin Tissoires wrote: We can do once the test of the validity of the dj_device, which removes some duplicated code in various functions. Queued for 3.18, thanks Benjamin. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH 2/2] HID: picolcd: sanity check report size in raw_event() callback

2014-08-27 Thread Jiri Kosina
On Wed, 27 Aug 2014, Jiri Kosina wrote: Is it worth adding report-id to this hid_warn()? A valid device is not expected to ever send 64 bytes reports but in case a firmware update would do so it would help to know for which report it was. It definitely wouldn't hurt. Pull request

Re: [PATCH] HID: input: force generic axis to be mapped to their user space axis

2014-08-26 Thread Jiri Kosina
...@redhat.com Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] HID: logitech-dj: prevent false errors to be shown

2014-08-25 Thread Jiri Kosina
DJ_MAX_PAIRED_DEVICES6 #define DJ_MAX_NUMBER_NOTIFICATIONS 8 +#define DJ_RECEIVER_INDEX0 #define DJ_DEVICE_INDEX_MIN 1 #define DJ_DEVICE_INDEX_MAX 6 -- 2.1.0 -- Jiri Kosina SUSE Labs -- To unsubscribe from this list

Re: [PATCH 2/2] HID: logitech-dj: break out testing of validity of dj_device

2014-08-25 Thread Jiri Kosina
@@ static int logi_dj_raw_event(struct hid_device *hdev, default: logi_dj_recv_forward_report(djrcv_dev, dj_report); } + +out: spin_unlock_irqrestore(djrcv_dev-lock, flags); return true; -- 2.1.0 -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH 1/2] HID: logitech-dj: prevent false errors to be shown

2014-08-25 Thread Jiri Kosina
it to Linus this week. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 00/12] HID: Convert UHID to new HID transport-layer

2014-08-25 Thread Jiri Kosina
On Tue, 29 Jul 2014, David Herrmann wrote: Hi When Benjamin cleanup up the transport layer, he left UHID mostly unconverted due to ABI issues. I promised to take a look, so here're the patches. Hi David, now queued for 3.18 in for-3.18/uhid branch. Thanks, -- Jiri Kosina SUSE Labs

Re: [PATCH 1/1] HID: usbhid: add usb_clear_halt determination for next hid_start_in

2014-08-22 Thread Jiri Kosina
? - where does the infinite loop come from? hid_reset() should error out properly if usb_clear_halt() fails and HID_IN_RUNNING flag is not set Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org

<    1   2   3   4   5   6   7   8   9   10   >