mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add another PS2 PNP id.
PR: 32973 Submitted by: KT Sin <ktsin@acm.org>
This commit is contained in:
parent
fe7075481b
commit
604fb1c032
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue