On Thu, 22 Jun 2006, Zoran Marceta wrote:
> If this is a bug in inode.c, whether is my previous mail to
> linux-usb-devel mailing list is sufficient for bug report or we need
> to send report to some other mailing list regarding linux kernel?
It is sufficient. I'll submit a patch making the cha
If this is a bug in inode.c, whether is my previous mail to
linux-usb-devel mailing list is sufficient for bug report or we need
to send report to some other mailing list regarding linux kernel?
Zoran Marceta
Alan Stern wrote:
> On Wed, 21 Jun 2006, Zoran Marceta wrote:
>
>
>> I was looking a
On Wed, 21 Jun 2006, Zoran Marceta wrote:
> I was looking at catching a signal using usbfs to tell when a device has been
> detached.
> I used an ioctl call with USBDEVFS_DISCSIGNAL to set a signal handler, and I
> was able to detect the detachment.
> >From inode.c (drivers/usb/core/inode.c) fil
I was looking at catching a signal using usbfs to tell when a device has been
detached.
I used an ioctl call with USBDEVFS_DISCSIGNAL to set a signal handler, and I
was able to detect the detachment.
>From inode.c (drivers/usb/core/inode.c) file in kernel source I concluded that
>disc_signal.con