From 13290fe1e44119325f789a65ea3af79902493326 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Thu, 18 Aug 2011 10:45:25 +0000 Subject: [PATCH] Restore data-bits options for "-sercfg" that were accidentally lost in r9214. [originally from svn r9266] [r9214 == a1f3b7a358adaa7c2a98359cd0373aa823eeb14b] --- cmdline.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmdline.c b/cmdline.c index cf114c0e..599673f2 100644 --- a/cmdline.c +++ b/cmdline.c @@ -504,6 +504,10 @@ int cmdline_process_param(char *p, char *value, int need_save, Conf *conf) break; case '5': + case '6': + case '7': + case '8': + case '9': conf_set_int(conf, CONF_serdatabits, *nextitem-'0'); break;