Blob Blame History Raw
--- k3b-0.11.9/libk3bdevice/k3bdevicemanager.cpp.foo	2004-05-04 01:27:41.922827652 -0400
+++ k3b-0.11.9/libk3bdevice/k3bdevicemanager.cpp	2004-05-04 01:27:45.272397125 -0400
@@ -488,7 +488,8 @@
   }
 
   int bus = -1, target = -1, lun = -1;
-  bool scsi = determineBusIdLun( resolved, bus, target, lun );
+  //bool scsi = determineBusIdLun( resolved, bus, target, lun );
+  bool scsi = false;
   if(scsi) {
     if ( K3bDevice* oldDev = findDevice(bus, target, lun) ) {
       kdDebug() << "(K3bDeviceManager) dev " << resolved  << " already found" << endl;