aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/atkbd.c
Commit message (Expand)AuthorAgeFilesLines
* Input: atkbd - add 'terminal' parameter for IBM Terminal keyboardsBenjamin LaHaise2010-11-041-1/+11
* Input: atkbd - release previously reserved keycodes 248 - 254Dmitry Torokhov2010-02-261-11/+15
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-211-38/+36
|\
| * Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov2010-01-061-2/+8
| * Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-061-34/+25
| * Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-241-2/+3
* | Input: atkbd - switch to dev_err() and friendsDmitry Torokhov2010-01-061-137/+146
|/
* Input: atkbd - remove identification strings from DMI tableDmitry Torokhov2009-12-041-17/+9
* Input: atkbd - restore LED state at reconnectDmitry Torokhov2009-11-121-0/+13
* Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov2009-11-021-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-231-25/+0
| |\
| * | trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1
* | | Input: atkbd - add a quirk for OQO 01+ multimedia keysJamie Lentin2009-10-211-0/+36
* | | Input: atkbd - consolidate force release quirks for volume keysHerton Ronaldo Krzesinski2009-10-181-37/+14
* | | Input: atkbd - postpone restoring LED/repeat rate at resumeDmitry Torokhov2009-10-141-4/+15
* | | Input: atkbd - restore resetting LED state at startupDmitry Torokhov2009-10-131-0/+26
| |/ |/|
* | Input: atkbd - rely on input core to restore state on resumeDmitry Torokhov2009-09-171-25/+0
|/
* Merge branch 'next' into for-linusDmitry Torokhov2009-09-131-6/+37
|\
| * Input: atkbd - allow setting force-release bitmap via sysfsDmitry Torokhov2009-09-031-6/+37
* | Input: atkbd - add Compaq Presario R4000-series repeat quirkDave Andrews2009-09-031-0/+35
|/
* Input: atkbd - add force relese key quirk for Soltech TA12Jerone Young2009-07-201-0/+16
* Input: atkbd - add forced release keys quirk for FSC Amilo Pi 3525Simon Davie2009-07-121-0/+16
* Input: atkbd - add force release keys quirk for Amilo Xi 3650Adrian Batzill2009-05-111-0/+16
* Input: atkbd - add forced release keys quirk for Samsung NC20Barry Carroll2009-04-151-1/+10
* Input: atkbd - add forced release keys quirk for Samsung Q45Dmitry Torokhov2009-04-151-0/+9
* Input: atkbd - add quirk for Fujitsu Siemens Amilo PA 1510Daniel Mierswa2009-03-081-0/+17
* Input: atkbd - consolidate force release quirk setupDaniel Mierswa2009-03-081-74/+46
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-021-2/+2
|\
| * Input: atkbd - make forced_release_keys[] staticDaniel Mierswa2009-01-101-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \ | |/ |/|
| * trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
* | Input: atkbd - broaden the Dell DMI signaturesMatthew Garrett2008-12-301-0/+9
* | Input: atkbd - Samsung NC10 key repeat fixStuart Hopkins2008-12-201-0/+25
* | Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptopRikard Ljungstrand2008-12-201-0/+26
|/
* Input: atkbd - cancel delayed work before freeing its structureJiri Pirko2008-11-111-1/+1
* Input: atkbd - add keymap quirk for Inventec Symphony systemsMatthew Garrett2008-11-111-0/+25
* Input: atkbd - expand Latitude's force release quirk to other DellsMatthew Garrett2008-09-101-5/+5
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-15/+5
* Input: atkbd - fix HP 2133 not sending release event for video switchJiri Kosina2008-06-301-0/+26
* Merge branch 'for-linus' into nextDmitry Torokhov2008-06-171-0/+2
|\
| * Input: atkbd - mark keyboard as disabled when suspending/unloadingDmitry Torokhov2008-05-281-0/+2
* | Input: atkbd - use ushort instead of uchar keymapDmitry Torokhov2008-06-021-10/+10
|/
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0
* Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov2008-01-211-1/+0
* Input: atkbd - properly handle special keys on Dell LatitudesGiel de Nijs2008-01-211-17/+72
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-8/+13
* Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2007-07-101-2/+2
* Input: atkbd - use printk_ratelimit for spurious ACK messagesQi Yong2007-06-281-3/+4
* Input: atkbd - throttle LED switchingDmitry Torokhov2007-06-281-14/+26
* Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1