Browse Source

nanofury: Store device HID path for RPC

Luke Dashjr 12 years ago
parent
commit
986f081df5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-nanofury.c

+ 1 - 1
driver-nanofury.c

@@ -200,7 +200,7 @@ bool nanofury_foundlowl(struct lowlevel_device_info * const info)
 		.device_data = info,
 		.threads = 1,
 		// TODO: .name
-		// TODO: .device_path
+		.device_path = strdup(info->path),
 		// TODO: .dev_manufacturer
 		.dev_product = strdup(product),
 		.dev_serial = strdup(serial),