]> git.pld-linux.org Git - packages/hdparm.git/blame - hdparm-scsi-cdrom.patch
- patch which allows hdparm to operate on scsi cdrom
[packages/hdparm.git] / hdparm-scsi-cdrom.patch
CommitLineData
05a5fbdc 1--- hdparm/hdparm.c.old Sun Oct 20 20:01:41 2002
2+++ hdparm/hdparm.c Sun Oct 20 20:01:30 2002
3@@ -724,6 +724,9 @@
4 #else
5 case (SCSI_DISK_MAJOR):
6 #endif
7+#ifdef SCSI_CDROM_MAJOR
8+ case (SCSI_CDROM_MAJOR):
9+#endif
10 #ifdef MD_MAJOR
11 case (MD_MAJOR):
12 #endif
This page took 0.107197 seconds and 4 git commands to generate.