Re: [PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-23 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 change for HID_BATTERY_STRENGTH kconfig

2013-05-23 Thread Jiri Kosina
-by: line? 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: usbhid: ignore Jabra speakerphones HID interface

2013-05-22 Thread Jiri Kosina
}, + + { USB_VENDOR_ID_JABRA, USB_DEVICE_ID_JABRA_SPEAK_410, HID_QUIRK_IGNORE }, + { USB_VENDOR_ID_JABRA, USB_DEVICE_ID_JABRA_SPEAK_510, HID_QUIRK_IGNORE }, { 0, 0 } }; Please do this in hid_ignore_list[] in drivers/hid/hid-core.c instead. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH v3 0/2] hid: sort id list for eGalax and remove dups

2013-05-20 Thread Jiri Kosina
multitouch devices hid: remove duplicate ID for D-WAV eGalax 0x7224 drivers/hid/hid-ids.h| 7 +++ drivers/hid/hid-multitouch.c | 29 + 2 files changed, 16 insertions(+), 20 deletions(-) Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH] HID: multitouch: add support for Data Modul easyMaxTouch

2013-05-16 Thread Jiri Kosina
) */ { .driver_data = MT_CLS_EGALAX, MT_USB_DEVICE(USB_VENDOR_ID_DWAV, Applied, thanks Steffen. -- 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: [PATCHv2] hid: remove duplicate ID for D-WAV eGalax 0x7224

2013-05-13 Thread Jiri Kosina
letter explaining the changes (for example, no changes in patch 1/2, patch 2/2 amended like this and that). Yes, exactly, please just do a fresh resend of the series with all the feedback incorporated. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [BUG] suspicious RCU usage

2013-05-06 Thread Jiri Kosina
. This looks good to me. Reviewed-by: Dmitry Torokhov dmitry.torok...@gmail.com On Mon, 6 May 2013, majianpeng wrote: Reviewed-by: Dmitry Torokhov dmitry.torok...@gmail.com It's all good for me. Thanks a lot. I have now queued the patch for 3.10. -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [BUG] suspicious RCU usage

2013-05-03 Thread Jiri Kosina
*/ struct dentry *debug_rdesc; struct dentry *debug_events; struct list_head debug_list; - struct mutex debug_list_lock; + spinlock_t debug_list_lock; wait_queue_head_t debug_wait; }; -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH-V2] HID: hid-steelseries fix led class build issue

2013-05-03 Thread Jiri Kosina
to `led_classdev_unregister' -- Patch allows LED control when led-class is built in, or both hid-steelseries _and_ led-class are both modules. Reported-by: Randy Dunlap rdun...@infradead.org Signed-off-by: Simon Wood si...@mungewell.org Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [BUG] suspicious RCU usage

2013-05-03 Thread Jiri Kosina
; wait_queue_head_t debug_wait; }; -- 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: fix botched tree merge that disabled fix-up for certain Sony RF receivers

2013-05-01 Thread Jiri Kosina
for noticing. 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://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: Add PID for Japanese version of NE4K keyboard

2013-04-29 Thread Jiri Kosina
), .driver_data = MS_ERGONOMY | MS_RDESC }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_USB), 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

Re: Linux 3.9 input documentation patch

2013-04-24 Thread Jiri Kosina
it with proper changelog (describing why the old values are wrong and the new ones are correct), your Signed-off-by: line (as described in Documentation/SubmittingPatches) and to proper maintainers ideally. linux-input@ and Dmitry added to CC. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH] Drivers: HID: fix warnings: from is u16 which never 0

2013-04-24 Thread Jiri Kosina
ICADE_MAX_USAGE) return NULL; return icade_usage_table[from]; } 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

Re: [PATCH] HID: clarify Magic Mouse KConfig description

2013-04-20 Thread Jiri Kosina
On Sat, 20 Apr 2013, David King wrote: The Magic Mouse driver also supports the Magic Trackpad, so mention it in the KConfig description for the driver. Signed-off-by: David King amigad...@amigadave.com Applied, thanks David. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: [RFC 00/21] Nintendo Wii Remote Extension Hotplugging

2013-04-19 Thread Jiri Kosina
that we duplicate the HID Boot Protocol in usbhid and Bluetooth HID. The Wifi-Display HID also provides some similar protocol. So I currently look into creating a hid-boot.c so we have a central place that implements it. Makes sense to me as well. Thanks a lot, David. -- Jiri Kosina SUSE

Re: [PATCH 1/4] HID: debug: break out hid_dump_report() into hid-debug

2013-04-18 Thread Jiri Kosina
On Wed, 17 Apr 2013, Benjamin Tissoires wrote: No semantic changes, but hid_dump_report should be in hid-debug.c, not in hid-core.c Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com I have applied this one independently on the rest. -- Jiri Kosina SUSE Labs -- To unsubscribe

Re: [PATCH v3] HID: appleir: add support for Apple ir devices

2013-04-18 Thread Jiri Kosina
-by: Benjamin Tissoires benjamin.tissoi...@redhat.com I have now applied the patch, thanks everybody for all the work. -- 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

[PATCH] HID: protect hid_debug_list

2013-04-17 Thread Jiri Kosina
Accesses to hid_device-hid_debug_list are not serialized properly, which could result in SMP concurrency issues when HID debugfs events are accessesed by multiple userspace processess. Serialize all the list operations by a mutex. Spotted by Al Viro. Signed-off-by: Jiri Kosina jkos...@suse.cz

Re: [PATCH 0/4] HID: debugfs rework

2013-04-17 Thread Jiri Kosina
, thanks, I will look into it and see whether I would be able to apply it still for 3.10 merge window. I also have a locking fix for HID-debugfs which I am going to apply shortly, but I am travelling this week, so I am in a bit degraded mode. For reference, locking fix below. From: Jiri Kosina

Re: [PATCH] HID: appleir: add support for Apple ir devices

2013-04-09 Thread Jiri Kosina
*/ Could you please make this comment in-line with kernel comments coding style? Thanks, Benjamin. -- 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: Roccat: Added media key support for Kone

2013-04-08 Thread Jiri Kosina
On Sun, 7 Apr 2013, Stefan Achatz wrote: Kone now reports media key events through it's chardev to userspace. Signed-off-by: Stefan Achatz erazor...@users.sourceforge.net Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH 1/3] HID: wiimote: use unique battery names

2013-04-04 Thread Jiri Kosina
On Tue, 2 Apr 2013, David Herrmann wrote: Battery device names must be unique, otherwise registration fails if multiple Wii Remotes are connected. Applied the series, thanks David. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH v3.7+] HID: magicmouse: fix race between input_register() and probe()

2013-04-04 Thread Jiri Kosina
-and-Tested-By: Clarke Wixon cwi...@usa.net Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- Hi Jiri, this one can goes to stable (so 3.8) as well. Applied, and will push for 3.9 still. Thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH 5/5] HID: hid-lenovo-tpkbd, remove doubled hid_get_drvdata

2013-04-04 Thread Jiri Kosina
On Thu, 4 Apr 2013, Jiri Slaby wrote: In pointer_press_speed_show, we do data_pointer = hid_get_drvdata(hdev); twice in a row. Remove one of those. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: Jiri Kosina jkos...@suse.cz Cc: linux-input@vger.kernel.org --- drivers/hid/hid-lenovo

Re: [PATCH v3.9+] HID: multitouch: fix touchpad buttons

2013-03-27 Thread Jiri Kosina
knowledge, no retail product uses this feature), but it's still a regression in 3.9. I am queuing this for 3.9 still, thanks. Benjamin, just please double-check that the patch is ok as-is in my for-3.9/upstream-fixes branch, as I had to hand-apply it due to context-related conflicts. -- Jiri Kosina

Re: [PATCH] HID: hid-sensor-hub: do not process feature reports in raw_event

2013-03-27 Thread Jiri Kosina
-of-tree driver for Acer Iconia W700? 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 -next] HID: steelseries: use module_hid_driver() to simplify the code

2013-03-18 Thread Jiri Kosina
); -} - -module_init(steelseries_srws1_init); -module_exit(steelseries_srws1_exit); +module_hid_driver(steelseries_srws1_driver); MODULE_LICENSE(GPL); 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

Re: [PATCH] HID: usbhid: quirk for MSI GX680R led panel

2013-03-18 Thread Jiri Kosina
On Mon, 18 Mar 2013, Josh Boyer wrote: This keyboard backlight device causes a 10 second delay to boot. Add it to the quirk list with HID_QUIRK_NO_INIT_REPORTS. Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH] HID: usbhid: quirk for MSI GX680R led panel

2013-03-18 Thread Jiri Kosina
a fixed v2. My apologies. I have already fixed that in my tree, no need to resend. -- 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 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-18 Thread Jiri Kosina
. Just to set my own expectations correctly -- Henrik, are you going to review this patchset as well, or there is no need for me to wait for your feedback? 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 2/5] HID: roccat: Removed actual profile from chardev reports

2013-03-13 Thread Jiri Kosina
On Sun, 10 Mar 2013, Stefan Achatz wrote: Userland-tools now keep track of actual profile themselves. Spared out Pyra, which is a harder case. Hi Stefan, I fail to see how this is not breaking backwards compatibility? -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Jiri Kosina
be a problem. There used to be a problem in linux-next, but that should be fixed by 4ba25d3f87 (HID: multitouch: remove last usb dependency), which I have pushed out yesterday. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: linux-next: Tree for Mar 6 (hid)

2013-03-07 Thread Jiri Kosina
else ... ? 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: linux-next: Tree for Mar 6 (hid)

2013-03-07 Thread Jiri Kosina
will :) ). For some reason these two vanished between the cracks of my mailbox. Thanks for pointing those out, I will process them today and either apply it, or fix it for -next by adding a config dependency. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux

Re: [RFC 1/2] HID: Extend the interface with idle requests

2013-03-07 Thread Jiri Kosina
, + int reqtype) Where does the need for passing the report argument come from please? -- 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: holtek: Holtek devices depends on USB_HID

2013-03-07 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: [RFC 1/2] HID: Extend the interface with idle requests

2013-03-07 Thread Jiri Kosina
will be taking the patches. Thanks Benjamin. -- 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 3/7] USBHID: don't recover device if suspend fails in system sleep

2013-03-07 Thread Jiri Kosina
On Fri, 8 Mar 2013, Ming Lei wrote: If suspend callback fails in system sleep context, usb core will ignore the failure and let the system sleep go ahead further, so this patch doesn't recover device under this situation, otherwise may cause resume() confused. Cc: Jiri Kosina jkos

Re: [PATCH 0/3] logitech-dj: Successfully detect attached devices during probe()

2013-03-01 Thread Jiri Kosina
/hid-logitech-dj.h | 1 - include/linux/hid.h | 46 - 4 files changed, 69 insertions(+), 50 deletions(-) Now queued in my tree. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH v2 0/8] hid driver transport cleanup

2013-02-25 Thread Jiri Kosina
I still did not implemented the final usb cleanup for hid-multitouch as it may required few comments. I have now taken the series. Thanks Benjamin, thanks Henrik. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: [PATCH 1/2] hid: Add report descriptor for Logitech Driving Force wheel

2013-02-19 Thread Jiri Kosina
On Sun, 17 Feb 2013, Paul Sbarra wrote: This is the original report descriptor as reported by lsusb -vd 046d:c294. I have now applied both patches. Paul, please try to provide more verbose changelogs in the future even for such trivial changes as this. Thanks. -- Jiri Kosina SUSE Labs

Re: [PATCH 0/7] hid driver transport cleanup

2013-02-18 Thread Jiri Kosina
should be applied with Henrik's authorship, right? (I can do it after I receive signoffs from Henrik for those). Thanks a lot for this work. -- 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

Re: [PATCH] HID: ntrig: use input_configured() callback to set the name

2013-02-18 Thread Jiri Kosina
On Sun, 17 Feb 2013, Rafi Rubin wrote: Looks good, and I can confirm it works fine. 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 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Jiri Kosina
Westerberg mika.westerb...@linux.intel.com Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com Thanks a lot Mika, I have now applied the series for 3.9 -- 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: blacklist Velleman data acquisition boards

2013-02-18 Thread Jiri Kosina
USB_DEVICE_ID_VELLEMAN_K8061_LAST0x8068 + #define USB_VENDOR_ID_VERNIER0x08f7 #define USB_DEVICE_ID_VERNIER_LABPRO 0x0001 #define USB_DEVICE_ID_VERNIER_GOTEMP 0x0002 Applied, thanks Ian. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH] HID: wiimote: fix nunchuck button parser

2013-02-18 Thread Jiri Kosina
, - wiiext_keymap[WIIEXT_KEY_C], !!(payload[5] 0x02)); + wiiext_keymap[WIIEXT_KEY_C], !(payload[5] 0x02)); } input_sync(ext-input); Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH] HID: Separate struct hid_device's driver_lock into two locks.

2013-02-18 Thread Jiri Kosina
() and hid_device_io_stop() indentation not use tabs? Also, the functions are currently unused, so I'd rather suggest adding them together when individual device driver(s) are converted to using it. Thanks again, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH] HID: multitouch: do not use pointers towards hid-core

2013-02-07 Thread Jiri Kosina
-off-by: Benjamin Tissoires benjamin.tissoi...@gmail.com Applied this one on top of the previous hid-multitouch patchset. 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

Re: [PATCH v2 0/9] Support of Nexio 42 and new default class for hid-multitouch

2013-02-06 Thread Jiri Kosina
+multitouch series this week, or we are too close to the 3.9 opening window? Please just send the patches, and let's see whether they will make it for 3.8 or I'll queue (some of) them for 3.9. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH] HID: Separate struct hid_device's driver_lock into two locks.

2013-02-06 Thread Jiri Kosina
driver could make use of this feature during removal. David, what use-case exactly are you thinking of here, please? 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

Re: [PATCH] HID: Separate struct hid_device's driver_lock into two locks.

2013-02-05 Thread Jiri Kosina
and t400. Nestor, is there anything happening in this area, please? -- 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 1/9] HID: core: add report hook, called once the report has been parsed

2013-02-04 Thread Jiri Kosina
callback, in other words. raw_event() doesn't provide equivalent functionality though; namely, the report is not parsed. Or have I missed your point? Thanks for the extensive review, Henrik, it's really helpful. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: joydev bug with playstation USB adapter

2013-02-01 Thread Jiri Kosina
IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x (Bus Powered) -- Jiri Kosina SUSE

Re: [PATCH 1/5] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-31 Thread Jiri Kosina
in steelseries_srws1_probe() here: drv_data-led[SRWS1_NUMBER_LEDS] = led; From: Jiri Kosina jkos...@suse.cz Subject: [PATCH] HID: steelseries: fix out of bound array access The last field of the driver_data-leds[] array is used to store the special toggle for setting all leds simultaneously, so we need

Re: [PATCH] HID: i2c-hid: fix i2c_hid_output_raw_report

2013-01-31 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 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-29 Thread Jiri Kosina
in-case any more comments come in and re-do the patch with the file name 'hid-steelseries.c' towards the end of the week. Works for me. I have finished the review and don't have any other comments. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread Jiri Kosina
+++ Is hid-srws1 really the best name? My understanding is that the vendor is called Steelseries, and we mostly stick to calling the drivers according to the device vendors (and grouping the quirks accordingly). So how about hid-steelseries? -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH 4/4] USB: HID: SRW-S1 Add support controlling all LEDs simultaneously

2013-01-28 Thread Jiri Kosina
; + name_sz = strlen(hdev-uniq) + 16; + + /* 'ALL', for setting all LEDs simultaneously */ + led = kzalloc(sizeof(struct led_classdev)+name_sz, GFP_KERNEL); Is this memory ever freed? -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH v2] HID: add support for Sony RF receiver with USB product id 0x0374

2013-01-22 Thread Jiri Kosina
to this email with a follow-up patch that I forgot to send the last time around. It is just documentation for the quirk. Ok, 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

Re: HID: clean up quirk for Sony RF receivers

2013-01-22 Thread Jiri Kosina
On Tue, 22 Jan 2013, Fernando Luis Vázquez Cao wrote: Document what the fix-up is does and make it more robust by ensuring that it is only applied to the USB interface that corresponds to the mouse (sony_report_fixup() is called once per interface during probing). Applied. -- Jiri Kosina

Re: PROBLEM: 3.8.0-rc4 keyboard failure at boot

2013-01-22 Thread Jiri Kosina
. First question before we start any further analysis -- what is the latest known-good version of the kernel, where this problem didn't happen on this particular computer? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: PROBLEM: 3.8.0-rc4 keyboard failure at boot

2013-01-22 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 v2] HID: add ThingM blink(1) USB RGB LED support

2013-01-22 Thread Jiri Kosina
by it currently), let it create /sys/class/leds/blink1... -- 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: PROBLEM: 3.8.0-rc4 keyboard failure at boot

2013-01-22 Thread Jiri Kosina
? Users are attempting to enter the dm-crypt decryption password during boot so they have not noticed nor complained about mouse failure, only keyboard failure. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

Re: PROBLEM: 3.8.0-rc4 keyboard failure at boot

2013-01-22 Thread Jiri Kosina
Keyboard] onusb-:00:1d.0-1.2/input0 i.e. the keyboard gets properly autodeteted, but I have no idea whether this was before or after dm-crypt password prompt. -- 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: Fix uninitialized variable size in hid-wiimote-debug

2013-01-18 Thread Jiri Kosina
/hid/hid-wiimote-debug.c:69:18: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] Thanks! Signed-off-by: David Herrmann dh.herrm...@googlemail.com Applied, thanks! -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] Support Jess/Saitek Color Rumble Pad

2013-01-17 Thread Jiri Kosina
gamepad. The pad has been tested to support rumble strengths up to 255, not just 127. Signed-off-by: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH v2] HID: add support for Sony RF receiver with USB product id 0x0374

2013-01-16 Thread Jiri Kosina
in it, it'd be picked for -stable queue automatically. Otherwise, anyone is free to take it once it's in Linus' tree and sent to to sta...@vger.kernel.org for inclusion. Hope this helps, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH v2] HID: add support for Sony RF receiver with USB product id 0x0374

2013-01-15 Thread Jiri Kosina
. Add this device to the have-special-driver list and fix up the report descriptor in the Sony-specific driver which happens to already have a fixup for a similar firmware bug. Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH 00/11] Support of dual pen/multitouch and new default for win 7 certified devices

2013-01-15 Thread Jiri Kosina
patches. I will send you a pm shortly. So, what is the status of this code now, please? 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 1/1] HID: hid-samsung: Fix checkpatch errors

2013-01-09 Thread Jiri Kosina
been introduced. Look at hidinput_configure_usage(). I don't think splitting the lines makes this particular case more readable. 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

Re: [PATCH] HID: uhid: use __packed__ for uhid_feature_answer_req

2013-01-03 Thread Jiri Kosina
__packed__ without breaking ABI. Signed-off-by: David Herrmann dh.herrm...@googlemail.com Applied, thanks David. -- 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: Rumble support for Jess/Saitek color rumble pad

2013-01-03 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: [RFC PATCH] hid-sony: fix troubles with Sony remote clones

2013-01-03 Thread Jiri Kosina
On Tue, 18 Dec 2012, Marcelo Ricardo Leitner wrote: Em 18-12-2012 10:33, Marcelo Ricardo Leitner escreveu: [ ... snip ... ] Tested-by: Marcelo Leitner mleit...@redhat.com Applied, thanks guys. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input

Re: [PATCH 00/11] Support of dual pen/multitouch and new default for win 7 certified devices

2013-01-03 Thread Jiri Kosina
+- drivers/hid/hid-multitouch.c | 198 +++ include/linux/hid.h | 1 + 4 files changed, 229 insertions(+), 73 deletions(-) -- 1.8.0 -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH 1/1] [PATCH] HID: usbhid: Quirk for Formosa IR receiver

2013-01-03 Thread Jiri Kosina
, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, HID_QUIRK_NO_INIT_REPORTS }, I have fixed the alphabetical ordering and applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [RFC PATCH] hid-sony: fix troubles with Sony remote clones

2012-12-16 Thread Jiri Kosina
mleit...@redhat.com Signed-off-by: Mauro Carvalho Chehab mche...@infradead.org Yeah, this is the way I'd like to have it fixed. Waiting for Marcelo's Tested-by: before merging it. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH 1/2] HID: autodetect USB HID sensor hubs.

2012-12-12 Thread Jiri Kosina
. If some sensor hubs stil must be usable as raw devices, a blacklist might be created. Signed-off-by: Alexander Holler hol...@ahsoftware.de I like this change and would like to merge it, but I'd appreciate Ack from Srinivas first. Srinivas? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from

RE: [PATCH 1/2] HID: autodetect USB HID sensor hubs.

2012-12-12 Thread Jiri Kosina
On Wed, 12 Dec 2012, Pandruvada, Srinivas wrote: I also liked it. You can add my ACK. Added your Ack and applied, thanks everybody. -- 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

Re: [PATCH v2] HID: i2c-hid: add mutex protecting open/close race

2012-12-12 Thread Jiri Kosina
int i2c_hid_power(struct hid_device *hid, int lvl) -- 1.8.0.2 -- 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] Fixes kernel oops when turning bluetooth mouse on

2012-12-07 Thread Jiri Kosina
in hid.git, 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/4] HID: i2c-hid: reorder allocation/free of buffers

2012-12-06 Thread Jiri Kosina
-bufsize = HID_MIN_BUFFER_SIZE; - i2c_hid_alloc_buffers(ihid); + ret = i2c_hid_alloc_buffers(ihid, HID_MIN_BUFFER_SIZE); + if (ret 0) + goto err; ret = i2c_hid_fetch_hid_descriptor(ihid); if (ret 0) Applied, thank you. -- Jiri Kosina SUSE Labs

Re: [PATCH v2 4/4] HID: i2c-hid: fix i2c_hid_get_raw_report count mismatches

2012-12-06 Thread Jiri Kosina
account for the 2 bytes needed for storing the reply size. I have fixed that and applied the patch, thanks everybody! -- 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] Fixes kernel oops when turning bluetooth mouse on

2012-12-06 Thread Jiri Kosina
) goto purge; } -- 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 04/14] HID: i2c-hid: fix checkpatch.pl warning

2012-12-05 Thread Jiri Kosina
(debug, bool, 0444); MODULE_PARM_DESC(debug, print a lot of debug information); Reviewed-by: Jean Delvare kh...@linux-fr.org 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

Re: [PATCH 05/14] HID: i2c-hid: fix i2c_hid_dbg macro

2012-12-05 Thread Jiri Kosina
) struct i2c_hid_desc { __le16 wHIDDescLength; Reviewed-by: Jean Delvare kh...@linux-fr.org 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 08/14] HID: i2c-hid: fix error messages

2012-12-05 Thread Jiri Kosina
), %s %04hX:%04hX, client-name, hid-vendor, hid-product); ret = hid_add_device(hid); Reviewed-by: Jean Delvare kh...@linux-fr.org Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message

Re: [PATCH 02/14] HID: i2c-hid: fix memory corruption due to missing hid declaration

2012-12-05 Thread Jiri Kosina
attention for now. -- 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 13/14] HID: i2c-hid: also call i2c_hid_free_buffers in i2c_hid_remove

2012-12-05 Thread Jiri Kosina
/i2c-hid/i2c-hid.c @@ -891,6 +891,9 @@ static int __devexit i2c_hid_remove(struct i2c_client *client) free_irq(client-irq, ihid); + if (ihid-bufsize) + i2c_hid_free_buffers(ihid); + kfree(ihid); Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from

Re: [PATCH 09/14] HID: i2c-hid: i2c_hid_get_report may fail

2012-12-05 Thread Jiri Kosina
, - report-id, buffer, size); + report-id, buffer, size)) + return; i2c_hid_dbg(ihid, report (len=%d): %*ph\n, size, size, ihid-inbuf); Applied. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: [PATCH 11/14] HID: i2c-hid: remove unneeded test in i2c_hid_remove

2012-12-05 Thread Jiri Kosina
for spotting that, Jean. -- 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: Separate struct hid_device's driver_lock into two locks.

2012-12-04 Thread Jiri Kosina
that are needed for initialization of the device, as all the probing as been finished already. So they would be 'regular' events sent by the device. And as the initialization hasn't been finished yet, it really can't be predicted which events make it and which don't. Thanks, -- Jiri Kosina SUSE Labs

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-04 Thread Jiri Kosina
, or explicitly ask me not to include this driver in pull request that goes to Linus yet. Once the driver is in Linus' tree, I'd rather not change the name. 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] HID: Separate struct hid_device's driver_lock into two locks.

2012-12-03 Thread Jiri Kosina
splitting the lock. So I don't have strong objections at the very moment. This will also allow us to get rid of what commit 596264082f introduced in unifying driver, right? (adding Nestor to CC). -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body

Re: HID: Add Apple wireless keyboard 2011 ANSI to special driver list

2012-12-02 Thread Jiri Kosina
://bugs.debian.org/694546 Signed-off-by: Ben Hutchings b...@decadent.org.uk Thanks for the fix, appiled. -- 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 01/11] HID: hid-input factorize hid_input allocation

2012-11-29 Thread Jiri Kosina
On Fri, 23 Nov 2012, Benjamin Tissoires wrote: This just refactors the allocation of hid_input. No semantic changes. As this is a generic cleanup, I am taking this one through for-3.8/upstream branch. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line

Re: [PATCH] HID: hidraw: fix signaling SIGIO when hidraw reports an event

2012-11-28 Thread Jiri Kosina
= hidraw_open, .release = hidraw_release, .unlocked_ioctl = hidraw_ioctl, + .fasync = hidraw_fasync, #ifdef CONFIG_COMPAT .compat_ioctl = hidraw_ioctl, #endif Right you are! Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list

Re: [PATCH 02/11] HID: hid-input: simplify hid_input allocation and registration

2012-11-27 Thread Jiri Kosina
. There must be some other way in which the same effect can be achieved? The changelog doesn't seem to be really verbose enough to me. What exactly is the scenario you are looking at here, Benjamin, please? Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe

Re: hid-multitouch: eGalax Touchscreen not resuming after suspend

2012-11-27 Thread Jiri Kosina
. Cheers, Jan-Matthias Braun -- 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

<    3   4   5   6   7   8   9   10   >