Browse Source

* Added more drive detection mechanisms

git-svn-id: trunk@9601 -
michael 17 years ago
parent
commit
323cd9e0fe
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/extra/cdrom/lincd.pp

+ 3 - 1
packages/extra/cdrom/lincd.pp

@@ -1079,7 +1079,7 @@ end;
 
 
 Const
-  NrDevices = 14;
+  NrDevices = 16;
   Devices : Array[1..NrDevices] of string = (
   '/dev/cdrom',
   '/dev/cdroms/cdrom?',
@@ -1094,6 +1094,8 @@ Const
   '/dev/sjcd',
   '/dev/cm206cd',
   '/dev/gscd',
+  '/dev/scd?',
+  '/dev/sr?',
   '/dev/optcd');
 
 Function DetectCD : String;