An error occurred fetching the project authors.
- 09 May, 2007 1 commit
-
-
Michael Opdenacker authored
Signed-off-by:
Michael Opdenacker <michael@free-electrons.com> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 14 Apr, 2007 1 commit
-
-
Olaf Kirch authored
DVB USB remotes do not support changing keycode maps but set input_dev->keycodesize and input_dev->keycodemax without setting input_dev->keycode. This causes kernel oops when user tries to look up (or change) current keymap. While the proper fix would be to make remotes handle keymap changes we'll just remove keycodemax and keycodesize initialization so EVIOCGKEYCODE and EVIOCSKEYCODE will simply return -EINVAL. http://bugzilla.kernel.org/show_bug.cgi?id=8312 Signed-off-by: olaf.kirch@oracle.com Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 21 Feb, 2007 1 commit
-
-
Chris Rankin authored
The work item function is dvb_usb_read_remote_control(): INIT_WORK(&d->rc_query_work, dvb_usb_read_remote_control, d); and the last piece of work it does is: schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc_interval)); Hence you need to call "cancel_rearming_delayed_work()" and not "cancel_delayed_work()", correct? I certainly haven't seen this oops reoccur since I applied this patch. Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 10 Dec, 2006 1 commit
-
-
Dmitry Torokhov authored
Also sprinkled some input_sync() throughout the code. Acked-by:
Ricardo Cerqueira <v4l@cerqueira.org> Acked-by:
Oliver Endriss <o.endriss@gmx.de> Acked-by:
Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 22 Nov, 2006 1 commit
-
-
David Howells authored
Fix up for make allyesconfig. Signed-Off-By:
David Howells <dhowells@redhat.com>
-
- 03 Oct, 2006 1 commit
-
-
Patrick Boettcher authored
This patch is the first commit of the Multiple Input Patch for the DVB-USB frame work. It changes the DVB-USB-device to be able to have more than one streaming input (e.g. multiple DVB-T sources) on one device. This is a necessary feature for the upcoming DiB7700 driven devices. Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 26 Sep, 2006 1 commit
-
-
Unai Uribarri authored
This patch fixes the physical address and takes into account recent changes in the USB input subsystem. Acked-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Unai Uribarri <unaiur@gmail.com> Signed-off-by:
Trent Piepho <xyzzy@speakeasy.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@infradead.org>
-
- 28 Oct, 2005 1 commit
-
-
Dmitry Torokhov authored
Input: convert drivers/media to dynamic input_dev allocation This is required for input_dev sysfs integration Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 08 Jul, 2005 2 commits
-
-
Patrick Boettcher authored
o fixed usage of the correct number of events in keymapping-array o better place for return Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Johannes Stezenbach <js@linuxtv.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Patrick Boettcher authored
Add module parameter to deactive remote control polling. Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Johannes Stezenbach <js@linuxtv.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 24 Jun, 2005 1 commit
-
-
Johannes Stezenbach authored
Add generalized dvb-usb driver which supports a wide variety of devices. Signed-off-by:
Patrick Boettcher <pb@linuxtv.org> Signed-off-by:
Johannes Stezenbach <js@linuxtv.org> Signed-off-by:
Randy Dunlap <rdunlap@xenotime.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-