summaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-04-251-1/+5
|\
| * Input: drivers/char/keyboard.c - use time_afterJulia Lawall2008-04-241-1/+3
| * Input: put ledstate in the keyboard notifierKarl Dahlke2008-04-151-0/+2
* | Generate raw keyboard codes for AVR32 architectureHans-Christian Egtvedt2008-04-201-1/+2
|/
* Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim2008-01-211-1/+0Star
* Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-211-2/+2
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-3/+3
* Console keyboard events and accessibilitySamuel Thibault2007-10-191-6/+36
* add CONFIG_VT_UNICODEBill Nottingham2007-10-171-1/+1
* unicode diacritics supportSamuel Thibault2007-10-171-10/+25
* m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven2007-08-231-4/+0Star
* Kernel utf-8 handlingJan Engelhardt2007-07-161-8/+18
* Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2007-07-101-2/+2
* SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary2007-05-081-1/+1
* Input: keyboard handler - use printk_ratelimit()Dmitry Torokhov2007-04-121-1/+1
* Input: rework handle creation codeDmitry Torokhov2007-04-121-8/+20
* Input: add getkeycode and setkeycode methodsMarvin Raaijmakers2007-03-151-48/+23Star
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-141-1/+0Star
* [PATCH] vt: refactor console SAK processingEric W. Biederman2007-02-111-9/+3Star
* Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips2006-11-051-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-67/+68
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-021-3/+6
|\
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-191-2/+2
| |\
| * | Input: make input_register_handler() return error codesDmitry Torokhov2006-09-141-1/+4
| * | Input: constify input coreDmitry Torokhov2006-09-141-2/+2
* | | [PATCH] vt: rework the console spawning variablesEric W. Biederman2006-10-021-4/+12
| |/ |/|
* | Input: keyboard - change to use kzallocDmitry Torokhov2006-08-051-2/+2
|/
* Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov2006-07-191-17/+34
* Input: keyboard - remove static variable and clean up initializationDmitry Torokhov2006-07-191-10/+9Star
* Input: introduce input_inject_event() functionDmitry Torokhov2006-07-061-18/+18
* Input: add start() method to input handlersDmitry Torokhov2006-07-061-19/+20
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-06-261-7/+9
|\
| * Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov2006-06-261-2/+4
| * Input: fix misspelling of Hangeul keyJerome Pinot2006-06-261-1/+1
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-06-261-0/+1
| |\
| * | Input: constify drivers/char/keyboard.cAndreas Mohr2006-06-051-4/+4
* | | [PATCH] fix magic sysrq on strange keyboardsFredrik Roubert2006-06-261-2/+8
| |/ |/|
* | [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-251-0/+1
|/
* Input: allow using several chords for brailleSamuel Thibault2006-04-261-10/+28
* Input: add support for Braille devicesSamuel Thibault2006-04-021-17/+101
* [SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk2005-12-231-5/+5
* Input: clean up whitespace and formatting in drivers/char/keyboard.cDmitry Torokhov2005-09-101-54/+55
* Manual merge with LinusDmitry Torokhov2005-09-101-2/+1Star
|\
| * [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1Star
* | Input: fix checking whether new keycode fits size-wiseIan Campbell2005-09-041-1/+1
|/
* Input: check keycodesize when adjusting keymapsVojtech Pavlik2005-07-241-2/+2
* [PATCH] make some things staticAdrian Bunk2005-05-061-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1254