From c6602ba75606b3154f6c9bf967dc20d2fd6b6e5c Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 9 Oct 2001 15:30:19 +0000 Subject: [PATCH] Added Logitec LHA-301 pnp id. --- sys/dev/ct/ct_isa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c index ec38efe3663f..388ba3fe85e8 100644 --- a/sys/dev/ct/ct_isa.c +++ b/sys/dev/ct/ct_isa.c @@ -111,6 +111,7 @@ struct ct_isa_softc { }; static struct isa_pnp_id ct_pnp_ids[] = { + { 0x0100e7b1, "Logitec LHA-301" }, { 0x110154dc, "I-O DATA SC-98III" }, { 0x4120acb4, "MELCO IFC-NN" }, { 0, NULL }