diff options
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 98236824fad7..d43207e7f4fb 100644 --- a/sys/isa/psm.c +++ b/sys/isa/psm.c @@ -2881,6 +2881,7 @@ static struct isa_pnp_id psmcpnp_ids[] = { { 0x1303d041, "PS/2 port" }, /* PNP0313, XXX */ { 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */ { 0x81374d24, "IBM PS/2 mouse port" }, /* IBM3781, ThinkPad */ + { 0x0490d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9004, Vaio*/ { 0 } }; |
