diff options
author | mikeh <mikeh@FreeBSD.org> | 2003-07-01 14:41:16 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2003-07-01 14:41:16 +0000 |
commit | b495eb716256a1fbbc71553129279d8657f2bb59 (patch) | |
tree | 8811ed728141e9d5ec3d3cdbd9407af6bb2daa85 /sys/isa | |
parent | 1624ae9eccdc16224084693958679941cb2a47cb (diff) | |
download | FreeBSD-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/isa')
-rw-r--r-- | sys/isa/psm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/psm.c b/sys/isa/psm.c index 414f303..02222b5 100644 --- a/sys/isa/psm.c +++ b/sys/isa/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 */ |