setSerial: do not use default device type 93/206493/1
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 2 Mar 2019 08:50:06 +0000 (09:50 +0100)
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>
Mon, 20 May 2019 09:46:11 +0000 (11:46 +0200)
commit9915f54dbd003ed687394bb07e3e2a9ab426dd9d
treed649cbb28d794415f6803f5a1d6d0af769dfc672
parent7bc5f45a6718401865e0be0dc71cac9c72996375
setSerial: do not use default device type

When setting the serial number with the wrong device type the SD-Wire
device becomes unusable until the serial number is set again specifying the
correct device type. So using 'sd-mux' as default device type is unwise.
Let's require that a device type is specified when executing the set serial
command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/man/sd-mux-ctrl.1
src/main.cpp