PERFORCE change 163414 for review
    Hans Petter Selasky 
    hselasky at FreeBSD.org
       
    Wed Jun  3 13:58:23 UTC 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=163414
Change 163414 by hselasky at 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);
 
    
    
More information about the p4-projects
mailing list