Re: [linux-usb-devel] USBDEVFS_DISCSIGNAL and context passing

2006-06-22 Thread Alan Stern
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

Re: [linux-usb-devel] USBDEVFS_DISCSIGNAL and context passing

2006-06-22 Thread Zoran Marceta
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

Re: [linux-usb-devel] USBDEVFS_DISCSIGNAL and context passing

2006-06-21 Thread Alan Stern
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

[linux-usb-devel] USBDEVFS_DISCSIGNAL and context passing

2006-06-21 Thread Zoran Marceta
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