summaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Input: add support for large scancodesMauro Carvalho Chehab2010-09-091-7/+24
* tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox2010-08-101-5/+5
* Input: keyboard - also match braille-only keyboardsSamuel Thibault2010-07-311-1/+5
* Input: keyboard - fix formatting issuesDmitry Torokhov2010-04-131-131/+147
* Input: keyboard - switch to using pr_err() and friendsDmitry Torokhov2010-04-131-4/+7
* Input: implement SysRq as a separate input handlerDmitry Torokhov2010-04-131-37/+3
* Input: add match() method to input hanldersDmitry Torokhov2010-02-041-8/+16
* Input: Mac button emulation - implement as an input filterDmitry Torokhov2010-01-301-5/+0
* Input: keyboard - don't override beep with a bellDmitry Torokhov2009-12-151-3/+7
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-021-1/+1
|\
| * Input: keyboard - fix braille keyboard keysym generationSamuel Thibault2009-11-251-1/+1
* | Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov2009-12-011-97/+105
* | Input: keyboard - add locking around event handlingDmitry Torokhov2009-11-291-0/+7
* | Input: keyboard - fix theoretical race on vt switchAlan Jenkins2009-11-201-2/+2
|/
* Input: keyboard - remove warning about raw mode not supportedDmitry Torokhov2009-04-201-2/+0
* Input: keyboard - fix potential out of bound access to key_mapDmitry Torokhov2008-10-081-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov2008-07-211-6/+1
|\
| * console keyboard mapping broken by 04c71976Jiri Bohac2008-06-121-6/+1
* | Input: remove unused definesJoe Perches2008-05-161-0/+2
|/
* Basic braille screen reader supportSamuel Thibault2008-04-301-0/+2
* tty: The big operations reworkAlan Cox2008-04-301-1/+1
* 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-191-1/+2
|/
* Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim2008-01-211-1/+0
* 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-221-4/+0
* 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-141-48/+23
* [PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman2007-02-131-1/+0
* [PATCH] vt: refactor console SAK processingEric W. Biederman2007-02-111-9/+3
* Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips2006-11-041-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-041-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/+9
OpenPOWER on IntegriCloud