An error occurred fetching the project authors.
- 25 Nov, 2002 1 commit
-
-
Alan Cox authored
-
- 08 Nov, 2002 1 commit
-
-
Art Haas authored
-
- 05 Nov, 2002 1 commit
-
-
Andrew Morton authored
Results of a quick pass through everything under drivers/. We're mostly OK in there. I will have missed some.
-
- 31 Oct, 2002 1 commit
-
-
James Simmons authored
Moved all console configuration out of arch directories into drivers/video/console. Allow resize of a single VC via the tty layer. Nuked GET_FB_IDX.
-
- 11 Oct, 2002 1 commit
-
-
Andries E. Brouwer authored
The reason Vojtech broke it was the stupid name of a field in struct kbd_repeat, namely "rate". Every sane person expects that a rate has dimension [1/sec], but here the "rate" is a time period measured in msec. So, the patch below first of all fixes the code, and secondly changes the name. Since Vojtech used PERIOD as index, I also used period as field name in the struct. Half of the stuff below is actually from Alan Stern. Andries
-
- 08 Oct, 2002 1 commit
-
-
Vojtech Pavlik authored
standard for extended keys.
-
- 13 Sep, 2002 1 commit
-
-
Franz Sirl authored
Exporting kbd_pt_regs in keyboard.c.
-
- 29 Aug, 2002 1 commit
-
-
Vojtech Pavlik authored
-
- 27 Aug, 2002 1 commit
-
-
Vojtech Pavlik authored
into 2.5 - kbd0 init, sysrq support, show_regs, show_mem, show_state support, correct handling of shifts across vt switches, console blanking, console callback. Hope that's all.
-
- 26 Aug, 2002 4 commits
-
-
David S. Miller authored
-
Patrick Mochel authored
- Replace struct input_dev::handle with a standard linked list - Replace struct input_handler::handle with a standard linked list - Replace struct input_handle's next pointers with struct list_heads - Update users of the lists - Add macros for converting from the struct list_head to various types
-
David S. Miller authored
-
Vojtech Pavlik authored
Recompute keybit when keycode table changes. Stricter checks on input keycode/scancode values.
-
- 25 Aug, 2002 1 commit
-
-
Vojtech Pavlik authored
as functions interfacing to the input core. PC-Speaker handling is moved to a separate file. Uinput is moved to a input/misc directory.
-
- 22 Aug, 2002 1 commit
-
-
Franz Sirl authored
I noticed you just pushed the pc_keyb.c removal to linux-input, here is the PPC part of it that removes now superflous stuff. The small change in keyboard.c is a bugfix from 2.4 and ruby that didn't make it into 2.5 yet. Franz.
-
- 21 Aug, 2002 1 commit
-
-
Vojtech Pavlik authored
It removes pc_keyb and keybdev, connecting keyboard.c straight into the input core. No arch specific keyboard.c code anymore - every keyboard driver is now expected to be an input driver.
-
- 03 Jul, 2002 1 commit
-
-
James Simmons authored
-
- 01 Jul, 2002 1 commit
-
-
James Simmons authored
Started to enforce a one to one relationship between struct tty_struct and struct vc_data. It will make it easier to handle things.
-
- 27 Jun, 2002 1 commit
-
-
James Simmons authored
-
- 05 Feb, 2002 4 commits
-
-
Linus Torvalds authored
- Al Viro: task-private namespaces, more cleanups
-
Linus Torvalds authored
- Alan Cox: much more merging - Pete Zaitcev: ymfpci race fixes - Andrea Arkangeli: VM race fix and OOM tweak. - Arjan Van de Ven: merge RH kernel fixes - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect() - Keith Owens: fix 64-bit ELF types - Gerd Knorr: mark more broken PCI bridges, update btaudio driver - Paul Mackerras: powermac driver update - me: clean up PTRACE_DETACH to use common infrastructure
-
Linus Torvalds authored
- Neil Brown: md cleanups/fixes - Andrew Morton: console locking merge - Andrea Arkangeli: major VM merge
-
Linus Torvalds authored
-