PERFORCE change 137180 for review

John Birrell jb at FreeBSD.org
Sat Mar 8 19:41:42 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137180

Change 137180 by jb at jb_freebsd8 on 2008/03/08 19:41:30

	The mousepad on my Dell Inspiron 1150 laptop doesn't work without
	ignoring the port error.

Affected files ...

.. //depot/projects/dtrace/src/sys/dev/atkbdc/psm.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/dev/atkbdc/psm.c#6 (text+ko) ====

@@ -980,6 +980,7 @@
     sc->unit = unit;
     sc->kbdc = atkbdc_open(device_get_unit(device_get_parent(dev)));
     sc->config = device_get_flags(dev) & PSM_CONFIG_FLAGS;
+	sc->config |= PSM_CONFIG_IGNPORTERROR;
     /* XXX: for backward compatibility */
 #if defined(PSM_HOOKRESUME) || defined(PSM_HOOKAPM)
     sc->config |= 


More information about the p4-projects mailing list