aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c
Commit message (Expand)AuthorAge
* tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox2010-08-10
* Input: keyboard - also match braille-only keyboardsSamuel Thibault2010-07-31
* Input: keyboard - fix formatting issuesDmitry Torokhov2010-04-14
* Input: keyboard - switch to using pr_err() and friendsDmitry Torokhov2010-04-14
* Input: implement SysRq as a separate input handlerDmitry Torokhov2010-04-14
* Input: add match() method to input hanldersDmitry Torokhov2010-02-04
* Input: Mac button emulation - implement as an input filterDmitry Torokhov2010-01-30
* Input: keyboard - don't override beep with a bellDmitry Torokhov2009-12-16
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-03
|\
| * Input: keyboard - fix braille keyboard keysym generationSamuel Thibault2009-11-26
* | Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov2009-12-02
* | Input: keyboard - add locking around event handlingDmitry Torokhov2009-11-30
* | Input: keyboard - fix theoretical race on vt switchAlan Jenkins2009-11-20
|/
* Input: keyboard - remove warning about raw mode not supportedDmitry Torokhov2009-04-21
* Input: keyboard - fix potential out of bound access to key_mapDmitry Torokhov2008-10-08
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov2008-07-21
|\
| * console keyboard mapping broken by 04c71976Jiri Bohac2008-06-12
* | Input: remove unused definesJoe Perches2008-05-16
|/
* Basic braille screen reader supportSamuel Thibault2008-04-30
* tty: The big operations reworkAlan Cox2008-04-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-04-25
|\
| * Input: drivers/char/keyboard.c - use time_afterJulia Lawall2008-04-24
| * Input: put ledstate in the keyboard notifierKarl Dahlke2008-04-15
* | Generate raw keyboard codes for AVR32 architectureHans-Christian Egtvedt2008-04-19
|/
* Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim2008-01-21
* Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-21
* get rid of input BIT* duplicate definesJiri Slaby2007-10-19
* Console keyboard events and accessibilitySamuel Thibault2007-10-19
* add CONFIG_VT_UNICODEBill Nottingham2007-10-17
* unicode diacritics supportSamuel Thibault2007-10-17
* m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven2007-08-22
* Kernel utf-8 handlingJan Engelhardt2007-07-16
* Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2007-07-10
* SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary2007-05-08
* Input: keyboard handler - use printk_ratelimit()Dmitry Torokhov2007-04-12
* Input: rework handle creation codeDmitry Torokhov2007-04-12
* Input: add getkeycode and setkeycode methodsMarvin Raaijmakers2007-03-14
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-13
* [PATCH] vt: refactor console SAK processingEric W. Biederman2007-02-11
* Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips2006-11-04
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-02
|\
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-19
| |\
| * | Input: make input_register_handler() return error codesDmitry Torokhov2006-09-14
| * | Input: constify input coreDmitry Torokhov2006-09-14
* | | [PATCH] vt: rework the console spawning variablesEric W. Biederman2006-10-02
| |/ |/|
* | Input: keyboard - change to use kzallocDmitry Torokhov2006-08-04
|/
* Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov2006-07-19
* Input: keyboard - remove static variable and clean up initializationDmitry Torokhov2006-07-19
* Input: introduce input_inject_event() functionDmitry Torokhov2006-07-06