Searched refs:hw_id (Results 1 – 5 of 5) sorted by relevance
24 self.hw_id = None # e.g. '90.0'32 s += '\n hw_id: %s' % self.hw_id286 hw_id = 'wacom' # Wacom styluses don't actually have hwids.310 return fw_id, hw_id326 fw_id, hw_id = None, None330 return fw_id, hw_id348 if hw_id:350 'value was %s!', hw_id)351 hw_id = self._get_contents_of_file(hw_path)354 if not hw_id:[all …]
89 hw_id = self.player.devices[input_type].hw_id90 if not hw_id:96 pass_terms = ['touch-firmware-update.*%s' % hw_id ]
72 int hw_id = find_supported_hardware(&kSupportedHardware, argv[1]); in main() local73 if (hw_id < 0) { in main()77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id]; in main()
94 hw_id = self.player.devices[input_type].hw_id95 if not hw_id:97 filename_fmt = '%s_%s_%s' % (self._platform, input_type, hw_id)
343 'hardware_identifier': 'a_' + self.hw_id,521 self.hw_id = self._get_hwid()