Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-input/input.control.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2570 by niro, Thu Sep 17 08:12:45 2015 UTC revision 2571 by niro, Thu Sep 17 10:33:13 2015 UTC
# Line 62  push_config_input_keymap() Line 62  push_config_input_keymap()
62   value=$(mysqldo "select keymap from cfg_input where serial='${serial}'")   value=$(mysqldo "select keymap from cfg_input where serial='${serial}'")
63   if [[ -z ${value} ]] || [[ ${value} = NULL ]]   if [[ -z ${value} ]] || [[ ${value} = NULL ]]
64   then   then
65   decho "reval NULL, not running 'control_client '${serial}' set input.keymap '${value}''"   decho "retval NULL, not running 'control_client '${serial}' set input.keymap '${value}''"
66   else   else
67   control_client "${serial}" set input.keymap "${value}"   control_client "${serial}" set input.keymap "${value}"
68   fi   fi

Legend:
Removed from v.2570  
changed lines
  Added in v.2571