~ubuntu-branches/ubuntu/edgy/cdparanoia/edgy-backports

« back to all changes in this revision

Viewing changes to debian/patches/03-ide-devices.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-04-10 17:53:31 UTC
  • mfrom: (4.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410175331-h5pqbo9d0ifigaon
Tags: 3.10+debian~pre0-4build1~edgy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh /usr/share/dpatch/dpatch-run
2
 
## 03-ide-devices.dpatch by Steven Ihde <sihde@cs.stanford.edu>
3
 
##
4
 
## DP: Adds support for higher ide devices.
5
 
 
6
 
@DPATCH@
7
 
 
8
 
diff -Naur cdparanoia-3a9.8.orig/interface/scan_devices.c cdparanoia-3a9.8/interface/scan_devices.c
9
 
--- cdparanoia-3a9.8.orig/interface/scan_devices.c      2001-03-26 05:44:01.000000000 +0000
10
 
+++ cdparanoia-3a9.8/interface/scan_devices.c   2006-02-18 08:24:33.953834088 +0000
11
 
@@ -177,6 +177,12 @@
12
 
   case IDE1_MAJOR:
13
 
   case IDE2_MAJOR:
14
 
   case IDE3_MAJOR:
15
 
+  case IDE4_MAJOR:
16
 
+  case IDE5_MAJOR:
17
 
+  case IDE6_MAJOR:
18
 
+  case IDE7_MAJOR:
19
 
+  case IDE8_MAJOR:
20
 
+  case IDE9_MAJOR:
21
 
     /* Yay, ATAPI... */
22
 
     /* Ping for CDROM-ness */
23