Add another PS2 PNP id.
PR: 32973 Submitted by: KT Sin <ktsin@acm.org>
This commit is contained in:
parent
fe7075481b
commit
604fb1c032
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user