Subject: kern/36273: com_acpi.c lacks a entry for Fujitsu Serial Pen Tablet
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <ryo_on@yk.rim.or.jp>
List: netbsd-bugs
Date: 05/04/2007 08:05:01
>Number: 36273
>Category: kern
>Synopsis: com_acpi.c lacks a entry for Fujitsu Serial Pen Tablet
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri May 04 08:05:01 +0000 2007
>Originator: Ryo ONODERA
>Release: NetBSD 4.99.19
>Organization:
>Environment:
NetBSD chocolate.sweets.tetera.org 4.99.19 NetBSD 4.99.19 (BRIGHTGIRL) #6: Fri May 4 09:49:28 JST 2007 root@chocolate.sweets.tetera.org:/usr/obj/sys/arch/i386/compile/BRIGHTGIRL i386
>Description:
This enables Fujitsu Serial Pen Tablet (touchscreen) on FMV-BIBLO LOOX P70WN (FMVLP70WN).
>How-To-Repeat:
>Fix:
--- /usr/src/sys/dev/acpi/com_acpi.c 2006-11-16 10:32:47.000000000 +0900
+++ /tmp/com_acpi.c 2007-05-04 10:11:58.000000000 +0900
@@ -71,6 +71,7 @@
"IBM0071", /* IBM ThinkPad IRDA device */
"SMCF010", /* SMC SuperIO IRDA device */
"NSC6001", /* NSC IRDA device */
+ "FUJ02E6", /* Fujitsu Serial Pen Tablet */
NULL
};