summaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c
AgeCommit message (Expand)AuthorLines
2008-04-30Basic braille screen reader supportSamuel Thibault-0/+2
2008-04-30tty: The big operations reworkAlan Cox-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+5
2008-04-24Input: drivers/char/keyboard.c - use time_afterJulia Lawall-1/+3
2008-04-19Generate raw keyboard codes for AVR32 architectureHans-Christian Egtvedt-1/+2
2008-04-15Input: put ledstate in the keyboard notifierKarl Dahlke-0/+2
2008-01-21Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim-1/+0
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov-2/+2
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-3/+3
2007-10-19Console keyboard events and accessibilitySamuel Thibault-6/+36
2007-10-17add CONFIG_VT_UNICODEBill Nottingham-1/+1
2007-10-17unicode diacritics supportSamuel Thibault-10/+25
2007-08-22m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven-4/+0
2007-07-16Kernel utf-8 handlingJan Engelhardt-8/+18
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede-2/+2
2007-05-08SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary-1/+1
2007-04-12Input: keyboard handler - use printk_ratelimit()Dmitry Torokhov-1/+1
2007-04-12Input: rework handle creation codeDmitry Torokhov-8/+20
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers-48/+23
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman-1/+0
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman-9/+3
2006-11-04Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-67/+68
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-3/+6
2006-10-02[PATCH] vt: rework the console spawning variablesEric W. Biederman-4/+12
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-2/+2
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov-1/+4
2006-09-14Input: constify input coreDmitry Torokhov-2/+2
2006-08-04Input: keyboard - change to use kzallocDmitry Torokhov-2/+2
2006-07-19Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov-17/+34
2006-07-19Input: keyboard - remove static variable and clean up initializationDmitry Torokhov-10/+9
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov-18/+18
2006-07-06Input: add start() method to input handlersDmitry Torokhov-19/+20
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds-7/+9
2006-06-26[PATCH] fix magic sysrq on strange keyboardsFredrik Roubert-2/+8
2006-06-26Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov-2/+4
2006-06-26Input: fix misspelling of Hangeul keyJerome Pinot-1/+1
2006-06-26Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-0/+1
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk-0/+1
2006-06-05Input: constify drivers/char/keyboard.cAndreas Mohr-4/+4
2006-04-26Input: allow using several chords for brailleSamuel Thibault-10/+28
2006-04-02Input: add support for Braille devicesSamuel Thibault-17/+101
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk-5/+5
2005-09-10Input: clean up whitespace and formatting in drivers/char/keyboard.cDmitry Torokhov-54/+55
2005-09-09Manual merge with LinusDmitry Torokhov-2/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar-2/+1
2005-09-04Input: fix checking whether new keycode fits size-wiseIan Campbell-1/+1
2005-07-24Input: check keycodesize when adjusting keymapsVojtech Pavlik-2/+2
2005-05-05[PATCH] make some things staticAdrian Bunk-1/+2