On Mon, 16 Jan 2006, Brian A. Stumm wrote: > On Sun, 15 Jan 2006, Brian A. Stumm wrote: > > > I can generate those logs tomorrow from work where I have a win98SE box. > > The older version of snoopy also will not allow you to create one log for > both interfaces. Actually with that snoopy you have to create one then the > other whereas the new snoopy can log both at same time but to seperate > display/file. > > Anyway, the logs from win98 using the older snoopy are also uploaded now. > touchpad.LOG and keyboard.LOG are using old snoopy on win98. Files with > snoopy in the name are winxp using newer snoopy. Also the newer snoopy zip > file is included for convenience just in case. > > http://churchoftux.com/snoopy/
There's one other thing to try. It would be surprising if it made a difference, but stranger things have happened... The Linux kernel retrieves the device's Product string. Maybe Windows doesn't (it's not shown in the logs, but we know that the logs aren't complete). You can force Linux to avoid getting the strings by editing drivers/usb/core/message.c. Find the usb_cache_string() routine and change it so that it does nothing (return NULL). That, together with removing hid_init_reports() and usb_clear_halt(), should leave no differences other than the relative timing of the messages. Not much we can do about that. Alan Stern ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
