Re: [PATCH 0/2] Add a skeleton module to perform a basic initialization on certain USB devices

2016-01-25 Thread Michal Malý
On Mon, 2016-01-25 at 15:17 +0100, Jiri Kosina wrote: > On Sat, 23 Jan 2016, Michal Malý wrote: > > > I briefly considered leaving the switch up to the userspace and > handling the  > > device in the kernel only once it's been switched. I am however > uncerta

[PATCH 1/2] Add usb_skelswitch skeleton module to do basic initialization of devices that at first appear as a generic USB device.

2016-01-23 Thread Michal Malý
This gets rid of the need to handle such devices in more specific drivers that will be loaded for no purpose other than to do some basic initialization on the device. Signed-off-by: Michal Malý <madcatxs...@devoid-pointer.net> --- drivers/usb/Kconfig | 2 + drivers/usb/

[PATCH 0/2] Add a skeleton module to perform a basic initialization on certain USB devices

2016-01-23 Thread Michal Malý
to switch a Logitech G920 wheel into HID mode is excessive and does not make much sense. The module can be extended to handle any other USB device that might require such a switch. Signed-off-by: Michal Malý <madcatxs...@devoid-pointer.net> Michal Malý (2): Add usb_skelswitch skeleton

[PATCH 2/2] Use usb_skelswitch module to switch Logitech G920 Racing Wheel to HID mode.

2016-01-23 Thread Michal Malý
Tested-by: Elias Vanderstuyft <elias@gmail.com> Signed-off-by: Michal Malý <madcatxs...@devoid-pointer.net> --- drivers/usb/common/Kconfig | 2 ++ drivers/usb/common/usb-skelswitch.c | 60 + 2 files changed, 62 insertions(+) diff --g

Re: [PATCH 0/2] Add a skeleton module to perform a basic initialization on certain USB devices

2016-01-23 Thread Michal Malý
On sobota 23. ledna 2016 13:46:32 CET Bjørn Mork wrote: > Michal Malý <madcatxs...@devoid-pointer.net> writes: > > This mini series adds a simple skeleton module whose only purpose is to > > bring devices that at first appear as a generic USB device into another > &g

Re: [PATCH] HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback Wheel

2013-10-08 Thread Michal Malý
Hey guys, I assume that we're talking about this wheel (http://www.logitech.com/en-roeu/support/298)? Does the wheel have an actual FFB servo or does it have just a rumble motor that shakes the wheel? If it's the latter, supporting it in lg2ff is a way to go. Description in KConfig should

Re: PATCH: Ignore card reader interface on Huawei E1750

2013-09-30 Thread Michal Malý
On Monday 30 of September 2013 13:12:34 Bjørn Mork wrote: Michal Malý madcatxs...@prifuk.cz writes: On Monday 30 of September 2013 12:19:41 you wrote: Michal Malý madcatxs...@prifuk.cz writes: my Huawei 3G modem has an embedded Smart Card reader which causes trouble when the modem

PATCH: Ignore card reader interface on Huawei E1750

2013-09-28 Thread Michal Malý
Huawei Technologies Co., Ltd. E1750 in lsusb although the description on the body says Model E173u-1 Signed-off-by: Michal Malý madcatxs...@prifuk.cz --- From 23a299737cb1d986e5e5829d61e048f5cf2c01bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=BD?= madcatxs...@prifuk.cz Date: Sat