openbsd-ports/audio/tosha/patches/patch-ac

13 lines
348 B
Plaintext

--- tosha.c-distr Wed May 21 02:11:49 1997
+++ tosha.c Sun Jun 7 21:45:16 1998
@@ -536,7 +536,8 @@
}
else
if (!strncmp(vendor, "SONY", 4) ||
- !strncmp(vendor, "PLEXTOR", 7)) {
+ !strncmp(vendor, "PLEXTOR", 7) ||
+ !strncmp(vendor, "YAMAHA", 6) && !strncmp(product, "CRW4260", 7)) {
modechange = FALSE;
readcmd = 0xd8;
}