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

Submitted by:	marcel
This commit is contained in:
Jeffrey Hsu 2003-01-22 03:31:08 +00:00
parent cb87db740e
commit 033aebebc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109679
2 changed files with 6 additions and 4 deletions

View file

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

View file

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