On Fri, 27 Apr 2007, Bret Towe wrote:

> > currently on 2.6.20.7 by data being processed you mean what should 
> > appear on screen in this case? ill update my laptop to .21 and add the 
> > debug items in the mean time ill just attach the usbmon logs of the 
> > plugin between upgrade and something else I need todo it will be a 
> > couple hours
> well that took longer than I would of liked attached is dmesg output 
> with hid debug enabled has the device being rejected by hid and then 
> working after i modprobe usbkbd

Hi Bret,

thanks for your output. It's clear from it that HID parser was unable to 
parse the report descriptor of the device and therefore didn't claim it. 

There might be various reasons for this, most probably the report 
descriptor of the device is broken. 

It might then be easy to fix the report descriptor on the fly before it 
gets parsed, we are doing this for various broken hardware already. What 
product ID and vendor ID does your device have please? (you can find out 
from the output of lsusb command).

Your dump gives all the information I need to analyze the report 
descriptor and see what's broken in it - I'll hopefully find time to do it 
tomorrow and will send you a patch to test.

Thanks,

-- 
Jiri Kosina
SUSE Labs

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to