Add another PS/2 keyboard PNP ID. This ID is listed as
"Reserved by Microsoft" in the standard PNP ID table, but has been seen in the wild on at least one laptop. PR: kern/169571 Submitted by: Matthias Apitz guru unixarea de MFC after: 3 days
This commit is contained in:
parent
6c7a2e716b
commit
24c2f6e5fd
@ -87,6 +87,7 @@ static driver_t atkbdc_isa_driver = {
|
||||
|
||||
static struct isa_pnp_id atkbdc_ids[] = {
|
||||
{ 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */
|
||||
{ 0x0b03d041, "Keyboard controller (i8042)" }, /* PNP030B */
|
||||
{ 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */
|
||||
{ 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user