mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a PNP ID for Japanese 106-key keyboard.
PR: kern/166459 MFC after: 3 days
This commit is contained in:
parent
7e55df27cb
commit
a6e69b92e6
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ static driver_t atkbdc_isa_driver = {
|
|||
|
||||
static struct isa_pnp_id atkbdc_ids[] = {
|
||||
{ 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */
|
||||
{ 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue