1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.

The ACPI data for the mouse includes the compatibility ID, but we
apparently don't make use of it.
This commit is contained in:
Marcel Moolenaar 2003-01-21 10:00:32 +00:00
parent 3bc7d563e3
commit 99fd68d987
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109626
2 changed files with 2 additions and 0 deletions

View File

@ -2870,6 +2870,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 */
{ 0x0190d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9001, Vaio*/
{ 0x0490d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9004, Vaio*/
{ 0 }
};

View File

@ -2870,6 +2870,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 */
{ 0x0190d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9001, Vaio*/
{ 0x0490d94d, "SONY VAIO PS/2 mouse port"}, /* SNY9004, Vaio*/
{ 0 }
};