From d713bb3c1eaae10d1feed036ab785e60ae293f45 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 4 May 2007 14:18:36 +0000 Subject: [PATCH] PR/36273: Ryo ONODERA: com_acpi.c lacks a entry for Fujitsu Serial Pen Tablet --- sys/dev/acpi/com_acpi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/acpi/com_acpi.c b/sys/dev/acpi/com_acpi.c index fbd626ab42f3..0bce9f8c63a5 100644 --- a/sys/dev/acpi/com_acpi.c +++ b/sys/dev/acpi/com_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_acpi.c,v 1.22 2006/11/16 01:32:47 christos Exp $ */ +/* $NetBSD: com_acpi.c,v 1.23 2007/05/04 14:18:36 christos Exp $ */ /* * Copyright (c) 2002 Jared D. McNeill @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.22 2006/11/16 01:32:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.23 2007/05/04 14:18:36 christos Exp $"); #include #include @@ -71,6 +71,7 @@ static const char * const com_acpi_ids[] = { "IBM0071", /* IBM ThinkPad IRDA device */ "SMCF010", /* SMC SuperIO IRDA device */ "NSC6001", /* NSC IRDA device */ + "FUJ02E6", /* Fujitsu Serial Pen Tablet */ NULL };