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_id278 hw_id = 'wacom' # Wacom styluses don't actually have hwids.302 return fw_id, hw_id318 fw_id, hw_id = None, None322 return fw_id, hw_id340 if hw_id:342 'value was %s!', hw_id)343 hw_id = self._get_contents_of_file(hw_path)346 if not hw_id:[all …]
89 hw_id = self.player.devices[input_type].hw_id90 if not hw_id:97 if hw_id == 'wacom': # Wacom styluses don't have Product ids.98 pass_terms.append(hw_id)100 pass_terms.append('"Product[^a-z0-9]ID[^a-z0-9]*%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()