aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14staging: speakup: Fix warning reported by checkpatchAleksei Fedotov1-5/+10
2015-06-12staging: speakup: use swap() in get_highlight_color()Fabian Frederick1-6/+3
2015-04-03staging: speakup: Fix warning of line over 80 characters.Shirish Gajera1-3/+6
2015-03-06staging: speakup: remove extra parentheses around right bit shift operationAya Mahfouz1-1/+1
2014-10-20staging: speakup: Change char * array type as static constDilek Uzulmez1-1/+1
2014-09-19staging: speakup: fix checkpatch warningRoxana Blaj1-0/+1
2014-09-11staging: speakup: fix missing blank lines after declarationsDomagoj Trsan1-1/+40
2014-09-11staging: speakup: fix redundant return in void functionsDomagoj Trsan1-1/+0
2014-09-11staging: speakup: fix warnings: line over 80 charactersDomagoj Trsan1-1/+2
2014-06-19drivers/staging/speakup/main: fixed jiffie comparisonRobin Schroer1-1/+1
2014-05-24Staging: speakup: Move pasting into a work itemBen Hutchings1-0/+1
2014-04-16staging: speakup: fix misuse of kstrtol() in handle_goto()Daeseok Youn1-9/+9
2013-11-11mm/staging: remove unnecessary inclusion of bootmem.hGrygorii Strashko1-2/+0
2013-10-03staging: speakup: str initialization replaced with NULL where it was initialized with intShalin Mehta1-1/+1
2013-05-22Staging: speakup/main: Staticize local symbolsSachin Kamat1-6/+7
2013-05-22Staging: speakup/main: Use NULL instead of 0Sachin Kamat1-2/+2
2013-05-21staging/speakup: Changed parameters in kstrtol()Lisa Nguyen1-1/+1
2013-05-17staging/speakup: Replaced deprecated functionLisa Nguyen1-1/+1
2013-05-17staging/speakup: Reformatted pointer variablesLisa Nguyen1-1/+1
2013-05-16staging: speakup: main: remove custom locking macrosWilliam Hubbs1-29/+29
2013-03-29staging: speakup: reuse native kernel functionsAndy Shevchenko1-1/+1
2013-01-07staging: speakup: Turn some symbols staticSamuel Thibault1-2/+2
2013-01-07staging: speakup: Prefix externally-visible symbolsSamuel Thibault1-183/+183
2012-06-18Staging: speakup: fix an improperly-declared variable.Christopher Brannon1-1/+1
2012-03-08vt:tackle kbd_tableAlan Cox1-4/+4
2011-11-26Staging: speakup: Don't try to access an unallocated struct.Christopher Brannon1-2/+3
2011-07-05Remove unneeded version.h includes from drivers/staging/speakup/Jesper Juhl1-1/+0
2011-03-14staging: speakup: Remove NULL check before kfreeIlia Mirkin1-4/+2
2011-01-20staging: speakup: more fixes for init-failure handling.Christopher Brannon1-39/+88
2011-01-10staging: speakup: fix failure handlingWilliam Hubbs1-12/+21
2010-10-19staging: speakup: fix memory leakVasiliy Kulikov1-2/+5
2010-10-19staging: speakup: main.c style fixesWilliam Hubbs1-285/+288
2010-10-07Staging: speakup: fix speakup core to build properlyGreg Kroah-Hartman1-1/+1
2010-10-07Staging: add speakup to the staging directoryWilliam Hubbs1-0/+2304