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:
parent
3bc7d563e3
commit
99fd68d987
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109626
@ -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 }
|
||||
};
|
||||
|
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user