- 20 Jun, 2003 11 commits
-
-
Vojtech Pavlik authored
CPU time while reading PSX pads, and make it a module parameter also, for devices which would need the huge value of 60.
-
Vojtech Pavlik authored
misbehaving 3DPro joysticks, don't trust FreestylePro 1-bit data packet for data width recognition, invert FreestylePro buttons.
-
Arnaldo Carvalho de Melo authored
path in hid-core.c
-
Neil Brown authored
so that it is easier to replace a beeper with a different driver
-
Neil Brown authored
-
Vojtech Pavlik authored
separate source file, always enable Synaptics support. Some more fixes in Synaptics code and documentation.
-
Gabriel Devenyi authored
-
Dave Jones authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
where ATKBD_CMD_RESET_BAT is used.
-
Artur Wegele authored
-
- 19 Jun, 2003 29 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
-
David Mosberger authored
init_thread_union doesn't need to be exported to modules. We haven't exported the symbol on ia64 for ages, and we should be able to make the init_thread_union local to arch/ARCH/kernel/init_task.c and that in turn would let us remove its declaration from include/linux/sched.h altogether (i.e., no more ugly #ifdefs).
-
David Mosberger authored
Trivial addition needed for the hp Itanium machines.
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://are.twiddle.net/axp-2.5/Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Bart De Schuymer authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Martin Devera authored
-
Herbert Xu authored
-
David S. Miller authored
-
Herbert Xu authored
-
bk://kernel.bkbits.net/gregkh/linux/firmware-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Greg Kroah-Hartman authored
-
Richard Henderson authored
the top of the kernel stack space before entering userland.
-
Richard Henderson authored
-
Greg Kroah-Hartman authored
-
Manuel Estrada Sainz authored
Kay Sievers tried with his ~500kB firmware image and kmalloc was not capable of getting that much memory. He suggested using vmalloc which sound reasonable.
-
Manuel Estrada Sainz authored
-
Greg Kroah-Hartman authored
Made variables static that were global, and cleaned up some sparse warnings.
-
Manuel Estrada Sainz authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Jay Estabrook authored
-
Art Haas authored
This patch converts the file to C99 initializers. The patch is against the current BK. The patch is untested as I don't have access to an Alpha machine. Art Haas
-
Ivan Kokshaysky authored
The oprofile_arch_exit() in discarded .exit.text section is being called from oprofile_init() in retained .init.text section. This causes final link failure with oprofile compiled in. Ivan.
-
Ivan Kokshaysky authored
Add missing tty_set_operations(). Ivan.
-