aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/keyboard.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Input: keyboard - fix formatting issuesGravatar Dmitry Torokhov 1-131/+147
2010-04-13Input: keyboard - switch to using pr_err() and friendsGravatar Dmitry Torokhov 1-4/+7
2010-04-13Input: implement SysRq as a separate input handlerGravatar Dmitry Torokhov 1-37/+3
2010-02-04Input: add match() method to input hanldersGravatar Dmitry Torokhov 1-8/+16
2010-01-30Input: Mac button emulation - implement as an input filterGravatar Dmitry Torokhov 1-5/+0
2009-12-15Input: keyboard - don't override beep with a bellGravatar Dmitry Torokhov 1-3/+7
2009-12-02Merge commit 'v2.6.32' into nextGravatar Dmitry Torokhov 1-1/+1
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listGravatar Dmitry Torokhov 1-97/+105
2009-11-29Input: keyboard - add locking around event handlingGravatar Dmitry Torokhov 1-0/+7
2009-11-25Input: keyboard - fix braille keyboard keysym generationGravatar Samuel Thibault 1-1/+1
2009-11-20Input: keyboard - fix theoretical race on vt switchGravatar Alan Jenkins 1-2/+2
2009-04-20Input: keyboard - remove warning about raw mode not supportedGravatar Dmitry Torokhov 1-2/+0
2008-10-08Input: keyboard - fix potential out of bound access to key_mapGravatar Dmitry Torokhov 1-1/+1
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextGravatar Dmitry Torokhov 1-6/+1
2008-06-12console keyboard mapping broken by 04c71976Gravatar Jiri Bohac 1-6/+1
2008-05-16Input: remove unused definesGravatar Joe Perches 1-0/+2
2008-04-30Basic braille screen reader supportGravatar Samuel Thibault 1-0/+2
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+5
2008-04-24Input: drivers/char/keyboard.c - use time_afterGravatar Julia Lawall 1-1/+3
2008-04-19Generate raw keyboard codes for AVR32 architectureGravatar Hans-Christian Egtvedt 1-1/+2
2008-04-15Input: put ledstate in the keyboard notifierGravatar Karl Dahlke 1-0/+2
2008-01-21Input: remove duplicated headers in drivers/char/keyboard.cGravatar Francisco Alecrim 1-1/+0
2008-01-21Input: Add proper locking when changing device's keymapGravatar Dmitry Torokhov 1-2/+2
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-3/+3
2007-10-19Console keyboard events and accessibilityGravatar Samuel Thibault 1-6/+36
2007-10-17add CONFIG_VT_UNICODEGravatar Bill Nottingham 1-1/+1
2007-10-17unicode diacritics supportGravatar Samuel Thibault 1-10/+25
2007-08-22m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGravatar Geert Uytterhoeven 1-4/+0
2007-07-16Kernel utf-8 handlingGravatar Jan Engelhardt 1-8/+18
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEGravatar Hans de Goede 1-2/+2
2007-05-08SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardGravatar Milind Arun Choudhary 1-1/+1
2007-04-12Input: keyboard handler - use printk_ratelimit()Gravatar Dmitry Torokhov 1-1/+1
2007-04-12Input: rework handle creation codeGravatar Dmitry Torokhov 1-8/+20
2007-03-14Input: add getkeycode and setkeycode methodsGravatar Marvin Raaijmakers 1-48/+23
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Gravatar Eric W. Biederman 1-1/+0
2007-02-11[PATCH] vt: refactor console SAK processingGravatar Eric W. Biederman 1-9/+3
2006-11-04Input: drivers/char/keyboard.c - small cleanup in k_cur()Gravatar Brandon Philips 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-67/+68
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-3/+6
2006-10-02[PATCH] vt: rework the console spawning variablesGravatar Eric W. Biederman 1-4/+12
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Dmitry Torokhov 1-2/+2
2006-09-14Input: make input_register_handler() return error codesGravatar Dmitry Torokhov 1-1/+4
2006-09-14Input: constify input coreGravatar Dmitry Torokhov 1-2/+2
2006-08-04Input: keyboard - change to use kzallocGravatar Dmitry Torokhov 1-2/+2
2006-07-19Input: keyboard - simplify emulate_raw() implementationGravatar Dmitry Torokhov 1-17/+34
2006-07-19Input: keyboard - remove static variable and clean up initializationGravatar Dmitry Torokhov 1-10/+9
2006-07-06Input: introduce input_inject_event() functionGravatar Dmitry Torokhov 1-18/+18
2006-07-06Input: add start() method to input handlersGravatar Dmitry Torokhov 1-19/+20
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0