throw new DriverException("Cannot rename device", ex);
} catch (NameNotFoundException ex) {
throw new DriverException("Cannot find DeviceManager", ex);
}
claimResources();
device.registerAPI(USBHostControllerAPI.class, getAPIImplementation());
// Create & start a monitor
final USBHubAPI hubApi = getAPIImplementation().getRootHUB();
this.rootHubMonitor = new USBHubMonitor(device, hubApi);
rootHubMonitor.startMonitor();
}