View | Details | Raw Unified | Return to bug 214480 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/atkbdc/psm.c (+1 lines)
Lines 6460-6465 Link Here
6460
};
6460
};
6461
6461
6462
static struct isa_pnp_id psmcpnp_ids[] = {
6462
static struct isa_pnp_id psmcpnp_ids[] = {
6463
	{ 0x00012e4f, "Synaptics PS/2 Port Compatible TouchPad"},     /* SYN0100 */
6463
	{ 0x030fd041, "PS/2 mouse port" },		/* PNP0F03 */
6464
	{ 0x030fd041, "PS/2 mouse port" },		/* PNP0F03 */
6464
	{ 0x0e0fd041, "PS/2 mouse port" },		/* PNP0F0E */
6465
	{ 0x0e0fd041, "PS/2 mouse port" },		/* PNP0F0E */
6465
	{ 0x120fd041, "PS/2 mouse port" },		/* PNP0F12 */
6466
	{ 0x120fd041, "PS/2 mouse port" },		/* PNP0F12 */

Return to bug 214480