aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko3-49/+4
2013-04-09staging: speakup: fix a bug when translate octal numbersAndy Shevchenko1-2/+2
2013-04-05staging: speakup: selection.c fix typo in commentValentin Ilie1-1/+1
2013-03-29staging: speakup: use native error codesAndy Shevchenko3-21/+16
2013-03-29staging: speakup: reuse native kernel functionsAndy Shevchenko4-32/+3
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-0/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-1/+0
2013-01-17Staging: speakup: kobjects.c: checkpatch.pl fixesLijo Antony1-4/+4
2013-01-17Staging: speakup: keyhelp.c: checkpatch.pl fixesLijo Antony1-2/+5
2013-01-17Staging: speakup: buffers.c: checkpatch.pl fixesLijo Antony1-7/+7
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-2/+2
2013-01-07staging: Add angle bracket before and after the URLMasanari Iida1-1/+1
2013-01-07staging: speakup: Turn some symbols staticSamuel Thibault2-3/+3
2013-01-07staging: speakup: Prefix externally-visible symbolsSamuel Thibault26-384/+384
2013-01-07staging: speakup: avoid out-of-range access in synth_add()Samuel Thibault1-1/+1
2013-01-07staging: speakup: avoid out-of-range access in synth_init()Nickolai Zeldovich1-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+1
2012-09-17staging: speakup_soft: Fix reading of init stringBen Hutchings1-9/+4
2012-09-05serial: diminish usage of struct serial_uart_configPaul Gortmaker1-2/+1
2012-09-04speakup: lower default software speech rateSamuel Thibault1-1/+1
2012-08-13staging: speakup: i18n.c: Fix leak in msg_set()Jesper Juhl1-0/+1
2012-07-09staging "speakup" Fix typos.Justin P. Mattock4-4/+4
2012-06-18Staging: speakup: fix an improperly-declared variable.Christopher Brannon1-1/+1
2012-06-13staging: speakup: fixed checkpatch and sparse warnings in selection.cChris Yungmann1-3/+3
2012-03-08TTY: speakup, do not use serialPJiri Slaby4-9/+19
2012-03-08vt:tackle kbd_tableAlan Cox1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2011-11-26Staging: speakup: Don't try to access an unallocated struct.Christopher Brannon1-2/+3
2011-11-26Staging: speakup: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-08-02drivers/staging/speakup/devsynth.c: fix "buffer size is not provably correct" errorAndrew Morton1-2/+3
2011-07-05Remove unneeded version.h includes from drivers/staging/speakup/Jesper Juhl2-2/+0
2011-06-28staging: speakup: Use kstrtoul_from_userPeter Huewe1-8/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-14staging: speakup: Remove NULL check before kfreeIlia Mirkin1-4/+2
2011-02-23Staging: speakup: fix an out-of-bounds error.Christopher Brannon1-1/+3
2011-02-04staging: speakup: enlosed macros with complex values in parenthesisTimo von Holtz2-31/+31
2011-02-02Staging: Merge branch 'staging-next' into 2.6.38-rc3Greg Kroah-Hartman1-1/+1
2011-01-20staging: speakup: more fixes for init-failure handling.Christopher Brannon1-39/+88
2011-01-20Staging: speakup: &&/|| confusion in silent_store()roel kluin1-1/+1
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds3-16/+28
2011-01-10staging: speakup: fix failure handlingWilliam Hubbs2-15/+27
2010-12-17fakekey: Simplify speakup_fake_key_pressed through this_cpu_opsChristoph Lameter1-6/+1
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-2/+2
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2-2/+0
2010-11-29Merge branch 'master' into workGreg Kroah-Hartman1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16Staging: speakup: free after input_unregister_device()Dan Carpenter1-1/+0
2010-11-09Staging: speakup: spk_types: trival coding style issueTracey Dent1-1/+1
2010-10-19staging: speakup: fix memory leakVasiliy Kulikov1-2/+5