Author: jhb
Date: Fri Jul  6 12:13:28 2012
New Revision: 238164
URL: http://svn.freebsd.org/changeset/base/238164

Log:
  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

Modified:
  head/sys/dev/atkbdc/atkbdc_isa.c

Modified: head/sys/dev/atkbdc/atkbdc_isa.c
==============================================================================
--- head/sys/dev/atkbdc/atkbdc_isa.c    Fri Jul  6 06:42:25 2012        
(r238163)
+++ head/sys/dev/atkbdc/atkbdc_isa.c    Fri Jul  6 12:13:28 2012        
(r238164)
@@ -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 }
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to