]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell
authorJason Wessel <jason.wessel@windriver.com>
Fri, 10 Aug 2012 17:12:23 +0000 (12:12 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Sun, 12 Aug 2012 12:02:16 +0000 (07:02 -0500)
commit15d7ea09071e85388729062e4df0224593a6db5d
treed3c595ba66d20c9a1e487b96243b7c65478d943f
parent9a15c35d16cf76482be076125f631f1193e29413
kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell

It is a common enough mistake for people to specify "kdb" when they
meant to type "kbd" that the kgdboc can just accept both since they
both mean the same thing anyway.  Specifically it is for the case
where you want kdb to be active on your graphics console + keyboard
(where kbd was the original abbreviation for keyboard).

With this change kgdboc will now accept either to mean the same thing:
   kgdboc=kbd
   kgdboc=kdb

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
drivers/tty/serial/kgdboc.c