Subject: Re: usb mouse goofyness on B&W G3 Powermac
To: Scott Reynolds <scottr@og.org>
From: Tsubai Masanari <tsubai@iri.co.jp>
List: tech-kern
Date: 05/11/1999 22:54:47
>>  > I'm having trouble with my usb mouse on my G3 powermac. Mainly if it's
>>  > attached and I press a key, the key keeps repeating.

>This same problem happens on my original iMac (233MHz).  Two observations:

I don't know why, but this patch seems to fix the problem for me.
usbd_set_report_async is wrong?


*** ukbd.c~	Sun May  9 22:23:13 1999
--- ukbd.c	Tue May 11 22:49:36 1999
***************
*** 613,619 ****
--- 613,621 ----
  #elif defined(__FreeBSD__)
  	res = leds;
  #endif
+ #if 0
  	usbd_set_report_async(sc->sc_iface, UHID_OUTPUT_REPORT, 0, &res, 1);
+ #endif
  }
  
  #if defined(__NetBSD__)