about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/dvdisaster/encryption.patch
blob: a9383cb13cfe47352899b73aa8dff1302ec7761f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: n/a
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).

Index: dvdisaster/scsi-layer.c
===================================================================
--- dvdisaster.orig/scsi-layer.c	2012-04-08 21:51:10.995588783 +0900
+++ dvdisaster/scsi-layer.c	2012-04-08 21:51:29.259678075 +0900
@@ -2693,11 +2693,12 @@
        	 return NULL;
       }
    }
-
+/*
    if(dh->mainType == DVD && query_copyright(dh))
    {  CloseDevice(dh);
       Stop(_("This software does not support encrypted media.\n"));
    }
+*/
 
    /* Create the bitmap of simulated defects */