Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 19:41:42 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137180 for review
Message-ID:  <200803081941.m28JfgJD049139@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137180

Change 137180 by jb@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 |= 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803081941.m28JfgJD049139>