On Sat, 30 Oct 2004, Andrew Chuah wrote:

> Hi,
> 
> Unfortunately, it's not working :) Any tips on how to debug this?

I'm really not an expert on USB Human Interface Devices.  But probably the 
best first step would be for you to edit the drivers/usb/input/hid-core.c 
file.  Near the start are two lines that say:

#undef DEBUG
#undef DEBUG_DATA

Change them to say

#define DEBUG
#define DEBUG_DATA

and then rebuild the driver.  That will provide more information.  How 
helpful the information will be remains to be seen...

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to