Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 13:58:21 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163414 for review
Message-ID:  <200906031358.n53DwLLC058173@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 163414 by hselasky@hselasky_laptop001 on 2009/06/03 13:57:30

	
	USB input:
	  - remove duplicate variable setting
	  - reported by Sylvestre Gallon

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#17 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#17 (text+ko) ====

@@ -706,7 +706,6 @@
 	sc->sc_iface_index = uaa->info.bIfaceIndex;
 	sc->sc_iface_no = uaa->info.bIfaceNum;
 	sc->sc_mode = K_XLATE;
-	sc->sc_iface = uaa->iface;
 
 	usb2_callout_init_mtx(&sc->sc_callout, &Giant, 0);
 


home | help

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