26, 2005 11:24 PM
To: linux-usb-devel@lists.sourceforge.net
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [linux-usb-devel] Device surprise removal-kernel panic
Hi All,
As Mr.Alan Suggested there was one resource freeing which was still in
use by Application. That is Dri
[EMAIL PROTECTED]; linux-usb-devel@lists.sourceforge.net
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [linux-usb-devel] Device surprise removal-kernel panic
Hi Savitha,
Even I faced same problem while disconnecting the device and what Mr
Alan said is absolutely fine and we should follo
-usb-devel@lists.sourceforge.net
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Shalini Rao (WT01 -
Voice & Next Generation Networks)
Subject: RE: [linux-usb-devel] Device surprise removal-kernel panic
Hi All,
As Mr.Alan Suggested there was one resource freeing which was still in
use by Application.
Hi All,
As Mr.Alan Suggested there was one resource freeing which was still in use by
Application. That is Driver Specific structure, which is soted in
file->private_data in open system call. When disconnected was called i was
freeing this structure also which i think i should not free. Becaus
On Mon, 24 Oct 2005, Savita H. Neelannava wrote:
> Hi,
>
> i hv written a USB Driver for scanner. Evrything works fine except one thing,
> which is surprisal removal of USB device. If manually unload the driver, it
> will bw loaded properly, but when i disconnect device when application is
> o
Hi Savitha,
Which version of Kernel are you using?
If you are facing problem while disconnecting, please check disconnect
function what all data structure you need to clear after disconnecting
the device that would solve your problem.
It may be clearing data structure is not happening at the ri
Am Montag, 24. Oktober 2005 15:39 schrieb Savita H. Neelannava:
>
> Hi,
>
> i hv written a USB Driver for scanner. Evrything works fine except one thing,
> which is surprisal removal of USB device. If manually unload the driver, it
> will bw loaded properly, but when i disconnect device when ap