scan-registers: more lax interpretation of arguments

This commit is contained in:
Daniel Pavel 2013-07-01 19:01:37 +02:00
parent 3436055c7f
commit 0914e4c48d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if test -z "$1"; then
fi
HC="$(dirname "$(readlink -f "$0")")/hidconsole"
if test "$1" = "FF"; then
if test "$1" = "FF" -o "$1" = "ff"; then
DEVNUMBER=FF
else
DEVNUMBER=0$1