summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2003-07-01 14:41:16 +0000
committermikeh <mikeh@FreeBSD.org>2003-07-01 14:41:16 +0000
commitb495eb716256a1fbbc71553129279d8657f2bb59 (patch)
tree8811ed728141e9d5ec3d3cdbd9407af6bb2daa85 /sys/dev
parent1624ae9eccdc16224084693958679941cb2a47cb (diff)
downloadFreeBSD-src-b495eb716256a1fbbc71553129279d8657f2bb59.zip
FreeBSD-src-b495eb716256a1fbbc71553129279d8657f2bb59.tar.gz
Add PnP PS/2 id for Dell Latitude X200.
PR: 48516 MFC after: 2 weeks
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/atkbdc/psm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c
index 414f303..02222b5 100644
--- a/sys/dev/atkbdc/psm.c
+++ b/sys/dev/atkbdc/psm.c
@@ -2862,6 +2862,7 @@ static struct isa_pnp_id psmcpnp_ids[] = {
{ 0x030fd041, "PS/2 mouse port" }, /* PNP0F03 */
{ 0x130fd041, "PS/2 mouse port" }, /* PNP0F13 */
{ 0x1303d041, "PS/2 port" }, /* PNP0313, XXX */
+ { 0x02002e4f, "Dell PS/2 mouse port" }, /* Lat. X200, Dell */
{ 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */
{ 0x81374d24, "IBM PS/2 mouse port" }, /* IBM3781, ThinkPad */
{ 0x0190d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9001, Vaio */
OpenPOWER on IntegriCloud