Re: [PATCH v2] HID: roccat: conditional blacklisting of Roccat modules

2012-09-17 Thread Jiri Kosina
On Mon, 17 Sep 2012, Stefan Achatz wrote: > Roccat devices are standard compatible, specific drivers are only needed > for extended functionality. > If Roccat drivers are not configured, hid-generic binds these devices now. > > Signed-off-by: Stefan Achatz Applied, thanks Stefan. -- Jiri

[PATCH v2] HID: roccat: conditional blacklisting of Roccat modules

2012-09-17 Thread Stefan Achatz
Roccat devices are standard compatible, specific drivers are only needed for extended functionality. If Roccat drivers are not configured, hid-generic binds these devices now. Signed-off-by: Stefan Achatz --- drivers/hid/hid-core.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

[PATCH v2] HID: roccat: conditional blacklisting of Roccat modules

2012-09-17 Thread Stefan Achatz
Roccat devices are standard compatible, specific drivers are only needed for extended functionality. If Roccat drivers are not configured, hid-generic binds these devices now. Signed-off-by: Stefan Achatz erazor...@users.sourceforge.net --- drivers/hid/hid-core.c |2 ++ 1 files changed, 2

Re: [PATCH v2] HID: roccat: conditional blacklisting of Roccat modules

2012-09-17 Thread Jiri Kosina
On Mon, 17 Sep 2012, Stefan Achatz wrote: Roccat devices are standard compatible, specific drivers are only needed for extended functionality. If Roccat drivers are not configured, hid-generic binds these devices now. Signed-off-by: Stefan Achatz erazor...@users.sourceforge.net Applied,