From a1ba73d6c3637d0b47e9ca58643769eed0da71cd Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 6 Nov 2001 13:31:20 +0000 Subject: [PATCH] Add a quirk for a USB CD/RW. --- sys/dev/scsipi/scsiconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 81203aa8f0a1..071232b91f69 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.163 2001/10/21 23:25:04 mjl Exp $ */ +/* $NetBSD: scsiconf.c,v 1.164 2001/11/06 13:31:20 augustss Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -468,6 +468,8 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "VMware", "Virtual", "1.0"}, PQUIRK_NOSTARTUNIT|PQUIRK_NODOORLOCK}, + {{T_CDROM, T_REMOV, + "LITE-ON", "LTR-12101B", "LS38"}, PQUIRK_ONLYBIG}, {{T_DIRECT, T_FIXED, "MICROP ", "1588-15MBSUN0669", ""}, PQUIRK_AUTOSAVE},