Add a PNP ID for Japanese 106-key keyboard.

PR:		kern/166459
MFC after:	3 days
This commit is contained in:
Jung-uk Kim 2012-03-28 17:58:37 +00:00
parent 7e55df27cb
commit a6e69b92e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233619

View File

@ -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 }
};