configuration: use wpid in device key
This commit is contained in:
parent
5ebc2634ae
commit
20aa797e96
|
@ -78,7 +78,7 @@ def _cleanup(d):
|
|||
|
||||
|
||||
def _device_key(device):
|
||||
return '%s:%s' % (device.serial, device.kind)
|
||||
return '%s:%s' % (device.wpid, device.serial)
|
||||
|
||||
|
||||
def _device_entry(device):
|
||||
|
|
Loading…
Reference in New Issue