Browse Source

Merge branch 'hashbuster_micro' into bfgminer

Luke Dashjr 12 years ago
parent
commit
a06b06235a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      driver-hashbuster2.c

+ 0 - 2
driver-hashbuster2.c

@@ -159,8 +159,6 @@ bool hashbuster2_lowl_probe(const struct lowlevel_device_info * const info)
 	
 	libusb_device *dev = info->lowl_data;
 	libusb_open(dev, &h);
-	if (libusb_kernel_driver_active(h, 0))
-		libusb_detach_kernel_driver(h, 0);
 	libusb_set_configuration(h, 1);
 	libusb_claim_interface(h, 0);