Age | Commit message (Collapse) | Author |
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
This adds type-checking to pm_message_t, so that people can't confuse it
with int or u32. It also allows us to fix "disk yoyo" during suspend
(disk spinning down/up/down).
[We've tried that before; since that cpufreq problems were fixed and
I've tried make allyes config and fixed resulting damage.]
***This patch breaks dvb-kernel compatability
with kernels older than 2.6.14
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Alexander Nyberg <alexn@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Michael Krufky <torvalds@osdl.org>
|
|
USB hot unplug Oops fix.
Signed-off-by: Deti Fliegl <deti@fliegl.de>
|
|
- EVIOCSKEYCODE is not supported by this driver, fix potential crash
when it is used by not setting rc_input_dev->keycodesize
- fix key repeat handling (hopefully)
- reduce default poll internal to 50msec (necessary for key repeat handling)
|
|
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on
patch by Olaf Hering.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
|
|
|
|
Martin Loschwitz for discovering the problem.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Martin Loschwitz <madkiss@madkiss.org>
|
|
|
|
|
|
- replace static spinlock initializations with spin_lock_init()
- add le16_to_cpu() macros to various values aquired via USB
- add __user annotations to user space pointers
|
|
Stefan Lucke for reporting this
|
|
|
|
|
|
(thanks to Stefan Lucke)
note that FE_GET_EVENT still isn't implemented correctly
|
|
|
|
Nov 25 02:54:07 abc kernel: usb_unlink_urb() is deprecated for synchronous unlinks. Use usb_kill_urb() instead.
Nov 25 02:54:07 abc kernel: Badness in usb_unlink_urb at drivers/usb/core/urb.c:456
Nov 25 02:54:07 abc kernel: [<c01031e9>] dump_stack+0x17/0x1b
Nov 25 02:54:07 abc kernel: [<c02c3401>] usb_unlink_urb+0x7f/0x8a
Nov 25 02:54:07 abc kernel: [<f8d4a3c8>] cinergyt2_stop_stream_xfer+0x2c/0x2e [cinergyT2]
|
|
|
|
|
|
- convert remaining printk()s to dprintk()s
|
|
|
|
- fix typo in Kconfig help
|
|
|
|
- don't put static qualifiers on separate line
- re-add debug module parameter
|
|
- even more configurable options
|
|
qualifiers on a separate line
- add new module parameter "debug" and dprintk()
- remove umlauts
|
|
- got rid of using the frontend infrastructure
|
|
|
|
|
|
|
|
|