Add another PS2 PNP id.

PR:		32973
Submitted by:	KT Sin <ktsin@acm.org>
This commit is contained in:
Sheldon Hearn 2001-12-19 13:32:21 +00:00
parent fe7075481b
commit 604fb1c032
2 changed files with 2 additions and 0 deletions

View File

@ -2876,6 +2876,7 @@ static driver_t psmcpnp_driver = {
};
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 */
{ 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */

View File

@ -2876,6 +2876,7 @@ static driver_t psmcpnp_driver = {
};
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 */
{ 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */