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

List:       kde-commits
Subject:    kdeutils/kfloppy
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-12-15 20:52:22
Message-ID: 20041215205222.D25B01B8D3 () office ! kde ! org
[Download RAW message or body]

CVS commit by goutte: 

- fix errounous device names for floppy 1 (It accessed floppy 0 instead).
  (This is perhaps what was meant by point 1 of bug #94147)
- add some alternate floppy device names
CCBUG:94147


  M +5 -5      format.cpp   1.19


--- kdeutils/kfloppy/format.cpp  #1.18:1.19
@@ -167,11 +167,11 @@ void KFActionQueue::queue(KFAction *p)
 #ifdef ANY_LINUX
 const char *fd0H1440[] = { "/dev/fd0h1440", "/dev/fd0H1440", "/dev/fd0u1440", 0L } ;
-const char *fd0D720[]={ "/dev/fd0u720", "/dev/fd0D720", 0L };
+const char *fd0D720[] = { "/dev/fd0u720", "/dev/fd0D720", "/dev/fd0h720", 0L };
 const char *fd0h1200[]={ "/dev/fd0h1200", 0L };
-const char *fd0h360[]={ "/dev/fd0h360", 0L };
-const char *fd1H1440[] = { "/dev/fd1h1440", "/dev/fd1H1440", "/dev/fd0u1440", 0L } ;
-const char *fd1D720[]={ "/dev/fd0u720", "/dev/fd1D720", 0L };
+const char *fd0h360[] = { "/dev/fd0h360", "/dev/fd0h360", "/dev/fd0d360", 0L };
+const char *fd1H1440[] = { "/dev/fd1h1440", "/dev/fd1H1440", "/dev/fd1u1440", 0L } ;
+const char *fd1D720[] = { "/dev/fd1u720", "/dev/fd1D720", "/dev/fd1h720", 0L };
 const char *fd1h1200[]={ "/dev/fd1h1200", 0L };
-const char *fd1h360[]={ "/dev/fd1h360", 0L };
+const char *fd1h360[] = { "/dev/fd1u360", "/dev/fd1h360", "/dev/fd1d360", 0L };
 const char *fd0auto[] = { "/dev/fd0", 0L };
 const char *fd1auto[] = { "/dev/fd1", 0L };


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

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