Nick, please stop spamming the lists with your patch every time you send a 
message!


On Wed, 23 Mar 2005, Nick Sillik wrote:

> Well, I have a problem. This patch hangs the computer when the drive is 
> plugged
> in then unplugged.
>
> Any Ideas where this is coming from?

On Wed, 23 Mar 2005, Nick Sillik wrote:

> And now this. The computer doesn't hang all the time, but it does register the
> device incorrectly:
> 
> When I put the drive back it, sometimes I get the right message (the first
> message), but after a while I almost certainly get the second (wrong)
>       Instead of:     input: Maxtor OneTouch on usb-0000:00:02.2-1
>       I get:          input: <NULL> on usb-0000:00:02.2-1
> 
>       
> 
> 
> Other times when unpluging the device I get this:
> 
> This is just a warning.  Your computer is OK
> function=0x00000000, data=0x0
>  [<c011add2>] check_timer_failed+0x3e/0x4a
>  [<c011afa2>] del_timer+0x15/0x60
>  [<c020e361>] input_unregister_device+0x1c/0xc1
>  [<e0c3c6ca>] onetouch_release_input+0x1c/0x4e [usb_storage]

Try adding some debugging printk statements around critical calls in your
driver, like the calls to input_register_device and
input_unregister_device.  The most likely explanation is that something is 
going wrong in the interface between your driver and the input layer.

Alan Stern



-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
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