[xiph-commits] r16750 - trunk/cdparanoia/interface

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Dec 14 13:28:42 PST 2009


Author: xiphmont
Date: 2009-12-14 13:28:42 -0800 (Mon, 14 Dec 2009)
New Revision: 16750

Modified:
   trunk/cdparanoia/interface/scan_devices.c
Log:
Commit debian_patches_02-ide-devices.patch; adds additional Linux IDE 
major numbers to autodetect routine (IDE4 through 9)



Modified: trunk/cdparanoia/interface/scan_devices.c
===================================================================
--- trunk/cdparanoia/interface/scan_devices.c	2009-12-14 21:26:11 UTC (rev 16749)
+++ trunk/cdparanoia/interface/scan_devices.c	2009-12-14 21:28:42 UTC (rev 16750)
@@ -179,6 +179,12 @@
   case IDE1_MAJOR:
   case IDE2_MAJOR:
   case IDE3_MAJOR:
+  case IDE4_MAJOR:
+  case IDE5_MAJOR:
+  case IDE6_MAJOR:
+  case IDE7_MAJOR:
+  case IDE8_MAJOR:
+  case IDE9_MAJOR:
     /* Yay, ATAPI... */
     /* Ping for CDROM-ness */
     



More information about the commits mailing list