1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

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:
John Baldwin 2012-07-06 12:13:28 +00:00
parent cc861283f4
commit fec4b62adf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238164

View File

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