On Tue, Jun 03, 2003 at 07:23:35PM -0400, Ben Collins wrote:
> > Ben, it looks like your patch broke something for USB keyboards, any
> > idea?
> 
> Yep, my patch killed hid-input from scanning HID_OUTPUT_REPORT's. Fixed
> with this patch for 2.5.70+bk. I'll send one for 2.4.x in a few minutes.

Applied, thanks.

But I cut out this part:

> @@ -418,8 +421,7 @@
>       struct input_dev *input = find_input(hid, field);
>       int *quirks = &hid->quirks;
>  
> -     if (!input)
> -             return;
> +     BUG_ON(!input);
>  
>       input_regs(input, regs);
>  

I don't want to add any BUG_ON() calls to the USB drivers.

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to