mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233619
@ -87,6 +87,7 @@ static driver_t atkbdc_isa_driver = {
|
|||||||
|
|
||||||
static struct isa_pnp_id atkbdc_ids[] = {
|
static struct isa_pnp_id atkbdc_ids[] = {
|
||||||
{ 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */
|
{ 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */
|
||||||
|
{ 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user