Age | Commit message (Expand) | Author | Files | Lines |
2010-02-04 | Input: add match() method to input hanlders | Dmitry Torokhov | 1 | -8/+16 |
2010-01-30 | Input: Mac button emulation - implement as an input filter | Dmitry Torokhov | 1 | -5/+0 |
2009-12-16 | Input: keyboard - don't override beep with a bell | Dmitry Torokhov | 1 | -3/+7 |
2009-12-03 | Merge commit 'v2.6.32' into next | Dmitry Torokhov | 1 | -1/+1 |
2009-12-02 | Input: keyboard - fix lack of locking when traversing handler->h_list | Dmitry Torokhov | 1 | -97/+105 |
2009-11-30 | Input: keyboard - add locking around event handling | Dmitry Torokhov | 1 | -0/+7 |
2009-11-26 | Input: keyboard - fix braille keyboard keysym generation | Samuel Thibault | 1 | -1/+1 |
2009-11-20 | Input: keyboard - fix theoretical race on vt switch | Alan Jenkins | 1 | -2/+2 |
2009-04-21 | Input: keyboard - remove warning about raw mode not supported | Dmitry Torokhov | 1 | -2/+0 |
2008-10-09 | Input: keyboard - fix potential out of bound access to key_map | Dmitry Torokhov | 1 | -1/+1 |
2008-07-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next | Dmitry Torokhov | 1 | -6/+1 |
2008-06-13 | console keyboard mapping broken by 04c71976 | Jiri Bohac | 1 | -6/+1 |
2008-05-16 | Input: remove unused defines | Joe Perches | 1 | -0/+2 |
2008-04-30 | Basic braille screen reader support | Samuel Thibault | 1 | -0/+2 |
2008-04-30 | tty: The big operations rework | Alan Cox | 1 | -1/+1 |
2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+5 |
2008-04-24 | Input: drivers/char/keyboard.c - use time_after | Julia Lawall | 1 | -1/+3 |
2008-04-20 | Generate raw keyboard codes for AVR32 architecture | Hans-Christian Egtvedt | 1 | -1/+2 |
2008-04-15 | Input: put ledstate in the keyboard notifier | Karl Dahlke | 1 | -0/+2 |
2008-01-21 | Input: remove duplicated headers in drivers/char/keyboard.c | Francisco Alecrim | 1 | -1/+0 |
2008-01-21 | Input: Add proper locking when changing device's keymap | Dmitry Torokhov | 1 | -2/+2 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -3/+3 |
2007-10-19 | Console keyboard events and accessibility | Samuel Thibault | 1 | -6/+36 |
2007-10-17 | add CONFIG_VT_UNICODE | Bill Nottingham | 1 | -1/+1 |
2007-10-17 | unicode diacritics support | Samuel Thibault | 1 | -10/+25 |
2007-08-23 | m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible | Geert Uytterhoeven | 1 | -4/+0 |
2007-07-16 | Kernel utf-8 handling | Jan Engelhardt | 1 | -8/+18 |
2007-07-10 | Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGE | Hans de Goede | 1 | -2/+2 |
2007-05-08 | SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboard | Milind Arun Choudhary | 1 | -1/+1 |
2007-04-12 | Input: keyboard handler - use printk_ratelimit() | Dmitry Torokhov | 1 | -1/+1 |
2007-04-12 | Input: rework handle creation code | Dmitry Torokhov | 1 | -8/+20 |
2007-03-15 | Input: add getkeycode and setkeycode methods | Marvin Raaijmakers | 1 | -48/+23 |
2007-02-14 | [PATCH] Fix SAK_work workqueue initialization. | Eric W. Biederman | 1 | -1/+0 |
2007-02-11 | [PATCH] vt: refactor console SAK processing | Eric W. Biederman | 1 | -9/+3 |
2006-11-05 | Input: drivers/char/keyboard.c - small cleanup in k_cur() | Brandon Philips | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -67/+68 |
2006-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -3/+6 |
2006-10-02 | [PATCH] vt: rework the console spawning variables | Eric W. Biederman | 1 | -4/+12 |
2006-09-19 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 1 | -2/+2 |
2006-09-14 | Input: make input_register_handler() return error codes | Dmitry Torokhov | 1 | -1/+4 |
2006-09-14 | Input: constify input core | Dmitry Torokhov | 1 | -2/+2 |
2006-08-05 | Input: keyboard - change to use kzalloc | Dmitry Torokhov | 1 | -2/+2 |
2006-07-19 | Input: keyboard - simplify emulate_raw() implementation | Dmitry Torokhov | 1 | -17/+34 |
2006-07-19 | Input: keyboard - remove static variable and clean up initialization | Dmitry Torokhov | 1 | -10/+9 |
2006-07-06 | Input: introduce input_inject_event() function | Dmitry Torokhov | 1 | -18/+18 |
2006-07-06 | Input: add start() method to input handlers | Dmitry Torokhov | 1 | -19/+20 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 1 | -7/+9 |
2006-06-26 | [PATCH] fix magic sysrq on strange keyboards | Fredrik Roubert | 1 | -2/+8 |
2006-06-26 | Input: atkbd - fix HANGEUL/HANJA keys | Dmitry Torokhov | 1 | -2/+4 |