Browse Source

hashbusterusb: Populate device_path with USB devid

Luke Dashjr 12 years ago
parent
commit
90b55f7654
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-hashbusterusb.c

+ 1 - 0
driver-hashbusterusb.c

@@ -245,6 +245,7 @@ fail:
 			.device_data = devicelist,
 			.cutofftemp = 200,
 			.threads = 1,
+			.device_path = strdup(info->devid),
 			.dev_manufacturer = maybe_strdup(info->manufacturer),
 			.dev_product = maybe_strdup(product),
 			.dev_serial = serial,