HomeSort by relevance Sort by last modified time
    Searched refs:fw_id (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/input_playback/
input_playback.py 23 self.fw_id = None # e.g. '6.0'
33 s += '\n fw_id: %s' % self.fw_id
271 """Find the fw_id and hw_id for the stylus in the given directory.
279 fw_id = None
281 # Find fw_id for wacom styluses via wacom_flash command. Arguments
297 fw_id = result.stdout.split()[-1]
300 if fw_id == '':
301 fw_id = None
302 return fw_id, hw_i
    [all...]
  /device/google/dragon/recovery/updater/
ec_commands.h 2961 uint16_t fw_id; \/* firmware id *\/ member in struct:ec_sb_fw_update_header
    [all...]

Completed in 137 milliseconds