common: Don't re-attach after scanning device IDs.

This commit is contained in:
Solomon Peachy 2013-07-17 23:40:48 -04:00
parent be94ac3fff
commit fc66186e4c

View file

@ -219,9 +219,10 @@ static char *get_device_id(struct libusb_device_handle *dev)
done:
libusb_release_interface(dev, iface);
#if 0
if (claimed)
libusb_attach_kernel_driver(dev, iface);
#endif
return buf;
}