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 2558 by niro, Thu Sep 17 07:23:44 2015 UTC revision 2559 by niro, Thu Sep 17 08:12:45 2015 UTC
# Line 60  push_config_input_keymap() Line 60  push_config_input_keymap()
60   local value   local value
61    
62   value=$(mysqldo "select keymap from cfg_input where serial='${serial}'")   value=$(mysqldo "select keymap from cfg_input where serial='${serial}'")
63   control_client "${serial}" set input.keymap "${value}"   if [[ -z ${value} ]] || [[ ${value} = NULL ]]
64     then
65     decho "reval NULL, not running 'control_client '${serial}' set input.keymap '${value}''"
66     else
67     control_client "${serial}" set input.keymap "${value}"
68     fi
69  }  }

Legend:
Removed from v.2558  
changed lines
  Added in v.2559