Regenerate the affected drivers

This commit is contained in:
Douglas Clowes
2014-10-22 16:03:22 +11:00
parent ff260fd737
commit d41e77cc79
20 changed files with 296 additions and 296 deletions

View File

@@ -219,10 +219,10 @@ proc ::scobj::omron_hldc::mkDriver { sct_controller name device_class simulation
if {[string equal -nocase "${simulation_flag}" "false"]} {
${sct_controller} poll ${scobj_hpath}/distance 1
hsetprop ${scobj_hpath}/%s simulated false
hsetprop ${scobj_hpath}/distance simulated false
} else {
::scobj::omron_hldc::sics_log 9 "simulation_flag=${simulation_flag} => No poll/write for omron_hldc"
hsetprop ${scobj_hpath}/%s simulated true
hsetprop ${scobj_hpath}/distance simulated true
}
# Start of var: id
@@ -241,10 +241,10 @@ proc ::scobj::omron_hldc::mkDriver { sct_controller name device_class simulation
if {[string equal -nocase "${simulation_flag}" "false"]} {
${sct_controller} poll ${scobj_hpath}/id 10
hsetprop ${scobj_hpath}/%s simulated false
hsetprop ${scobj_hpath}/id simulated false
} else {
::scobj::omron_hldc::sics_log 9 "simulation_flag=${simulation_flag} => No poll/write for omron_hldc"
hsetprop ${scobj_hpath}/%s simulated true
hsetprop ${scobj_hpath}/id simulated true
}
hsetprop ${scobj_hpath} data "true"