File: 03-disable-scsi-pass-through.patch

package info (click to toggle)
ascd 0.13.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,596 kB
  • sloc: ansic: 14,363; sh: 182; makefile: 37
file content (16 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Fredrik Hallenberg <hallon@debian.org>
Last-Update: 2025-11-02
Description: disable SCSI pass-through code which prevents WorkMan from working
 with IDE devices

--- a/libworkman/include/wm_config.h
+++ b/libworkman/include/wm_config.h
@@ -186,7 +186,7 @@
  * probably want this, but it will cause WorkMan to not work on IDE
  * drives.
  */
-#define LINUX_SCSI_PASSTHROUGH 1
+/*#define LINUX_SCSI_PASSTHROUGH 1*/
 
 /*
  * Which device should be opened by WorkMan at default?