aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman1-1454/+0
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab1-7/+24
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox1-5/+5
2010-07-31Input: keyboard - also match braille-only keyboardsSamuel Thibault1-1/+5
2010-04-13Input: keyboard - fix formatting issuesDmitry Torokhov1-131/+147
2010-04-13Input: keyboard - switch to using pr_err() and friendsDmitry Torokhov1-4/+7
2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov1-37/+3
2010-02-04Input: add match() method to input hanldersDmitry Torokhov1-8/+16
2010-01-30Input: Mac button emulation - implement as an input filterDmitry Torokhov1-5/+0
2009-12-15Input: keyboard - don't override beep with a bellDmitry Torokhov1-3/+7
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov1-1/+1
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov1-97/+105
2009-11-29Input: keyboard - add locking around event handlingDmitry Torokhov1-0/+7
2009-11-25Input: keyboard - fix braille keyboard keysym generationSamuel Thibault1-1/+1
2009-11-20Input: keyboard - fix theoretical race on vt switchAlan Jenkins1-2/+2
2009-04-20Input: keyboard - remove warning about raw mode not supportedDmitry Torokhov1-2/+0
2008-10-08Input: keyboard - fix potential out of bound access to key_mapDmitry Torokhov1-1/+1
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov1-6/+1
2008-06-12console keyboard mapping broken by 04c71976Jiri Bohac1-6/+1
2008-05-16Input: remove unused definesJoe Perches1-0/+2
2008-04-30Basic braille screen reader supportSamuel Thibault1-0/+2
2008-04-30tty: The big operations reworkAlan Cox1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+5
2008-04-24Input: drivers/char/keyboard.c - use time_afterJulia Lawall1-1/+3
2008-04-19Generate raw keyboard codes for AVR32 architectureHans-Christian Egtvedt1-1/+2
2008-04-15Input: put ledstate in the keyboard notifierKarl Dahlke1-0/+2
2008-01-21Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim1-1/+0
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov1-2/+2
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-3/+3
2007-10-19Console keyboard events and accessibilitySamuel Thibault1-6/+36
2007-10-17add CONFIG_VT_UNICODEBill Nottingham1-1/+1
2007-10-17unicode diacritics supportSamuel Thibault1-10/+25
2007-08-22m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven1-4/+0
2007-07-16Kernel utf-8 handlingJan Engelhardt1-8/+18
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede1-2/+2
2007-05-08SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary1-1/+1
2007-04-12Input: keyboard handler - use printk_ratelimit()Dmitry Torokhov1-1/+1
2007-04-12Input: rework handle creation codeDmitry Torokhov1-8/+20
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers1-48/+23
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman1-1/+0
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman1-9/+3
2006-11-04Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-67/+68
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+6
2006-10-02[PATCH] vt: rework the console spawning variablesEric W. Biederman1-4/+12
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-2/+2
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov1-1/+4
2006-09-14Input: constify input coreDmitry Torokhov1-2/+2
2006-08-04Input: keyboard - change to use kzallocDmitry Torokhov1-2/+2
2006-07-19Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov1-17/+34