[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    k3b_0_11_branch: kdeextragear-1/k3b
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2005-02-24 8:16:02
Message-ID: 20050224081602.9231B110E7 () office ! kde ! org
[Download RAW message or body]

CVS commit by trueg: 

A fix in the diskdetection: after detecting a videodvd the videodvd view came up
also for audio cds.
Added a check for the ancient drive Philips CDD2600


  M +2 -1      ChangeLog   1.64.2.77
  M +2 -1      src/audiodecoding/mp3/k3bmaddecoder.cpp   1.10.2.5
  M +3 -1      src/cdinfo/k3bdiskinfodetector.cpp   1.53.2.1
  M +11 -1     src/device/k3bdevice.cpp   1.87.2.34


--- kdeextragear-1/k3b/ChangeLog  #1.64.2.76:1.64.2.77
@@ -1,5 +1,6 @@
 0.11.21
 Little fix in capabilities detection (only affects buggy firmwares)
-
+Properly detect the Philips 2600
+        
 0.11.20
 Fixed handling of -xa and -xa1 options for dvd patched cdrecord versions in which case K3b

--- kdeextragear-1/k3b/src/audiodecoding/mp3/k3bmaddecoder.cpp  #1.10.2.4:1.10.2.5
@@ -59,4 +59,5 @@ public:
     id3Tag = 0;
 #endif
+    mad_header_init( &firstHeader );
   }
 

--- kdeextragear-1/k3b/src/cdinfo/k3bdiskinfodetector.cpp  #1.53:1.53.2.1
@@ -111,4 +111,6 @@ void K3bCdDevice::DiskInfoDetector::dete
 
   d->device = device;
+  d->isVideoCd = false;
+  d->isVideoDvd = false;
 
   // reset

--- kdeextragear-1/k3b/src/device/k3bdevice.cpp  #1.87.2.33:1.87.2.34
@@ -849,4 +849,14 @@ void K3bCdDevice::CdDevice::checkForAnci
     }
   }
+  else if( vendor().startsWith( "PHILIPS" ) ) {
+    if( description().startsWith( "CDD2600" ) ) {
+      m_writeModes = TAO|SAO;
+      d->deviceType = CDROM|CDR;
+      m_maxWriteSpeed = 2;
+      m_maxReadSpeed = 6;
+      m_bufferSize = 1024;
+      d->burnfree = false;
+    }
+  }
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic