pipe.addListener(this);
pipe.open();
pipe = (USBDataPipe) this.storageDeviceData.getBulkInEndPoint().getPipe();
pipe.addListener(this);
pipe.open();
usbDevice.registerAPI(SCSIHostControllerAPI.class, this);
final Bus hostBus = new USBStorageSCSIHostBus(getDevice());
scsiDevice = new USBStorageSCSIDevice(hostBus, "_sg");