configuration: use wpid in device key

This commit is contained in:
Daniel Pavel 2013-07-01 18:53:10 +02:00
parent 5ebc2634ae
commit 20aa797e96
1 changed files with 1 additions and 1 deletions

View File

@ -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):