diff options
| author | christos <christos@NetBSD.org> | 2007-05-04 14:18:36 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-05-04 14:18:36 +0000 |
| commit | d713bb3c1eaae10d1feed036ab785e60ae293f45 (patch) | |
| tree | 4d1d3337b4f7ec5732e7dc1345ece582766007bf /sys/dev | |
| parent | b7872b2dd87e8dc774d716a69988f2eed2fc0072 (diff) | |
PR/36273: Ryo ONODERA: com_acpi.c lacks a entry for Fujitsu Serial Pen Tablet
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/com_acpi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/acpi/com_acpi.c b/sys/dev/acpi/com_acpi.c index fbd626ab42f..0bce9f8c63a 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 <jmcneill@invisible.ca> @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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 }; |
