Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-03 Thread don
On Sat, Jan 03, 2004 at 01:10:55PM -0800, David Brownell wrote: > > > >I think the important part is that we are looking at the same signal.h > >contents, and that SIGRTMIN is 32, and SIGRTMAX is 31. We never > >disagreed on that. > > Yes we did -- on my systems RTMAX is _NSIG (64). Oh! My mis

Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-02 Thread don
On Fri, Jan 02, 2004 at 09:42:58AM -0800, David Brownell wrote: > >>>From include/asm/signal.h, SIGRTMIN == 32, SIGRTMAX == 31. > >> > >>Try linux/include/asm-i386/signal.h ... 32 realtime signals. > > > > > >We are looking in the same place. The file I mentioned > >(include/asm/signal.h) is a sym

Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-02 Thread David Brownell
From include/asm/signal.h, SIGRTMIN == 32, SIGRTMAX == 31. Try linux/include/asm-i386/signal.h ... 32 realtime signals. We are looking in the same place. The file I mentioned (include/asm/signal.h) is a symlink to linux/include/asm-i386/signal.h on an i386 platform. Get a distro that's packaged

Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-02 Thread don
On Thu, Jan 01, 2004 at 05:35:15PM -0800, David Brownell wrote: > >From include/asm/signal.h, SIGRTMIN == 32, SIGRTMAX == 31. > > Try linux/include/asm-i386/signal.h ... 32 realtime signals. We are looking in the same place. The file I mentioned (include/asm/signal.h) is a symlink to linux/includ

Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-01 Thread David Brownell
From include/asm/signal.h, SIGRTMIN == 32, SIGRTMAX == 31. Try linux/include/asm-i386/signal.h ... 32 realtime signals. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up

Re: [linux-usb-devel] usbdevfs_usb.signr

2004-01-01 Thread Oliver Neukum
Am Freitag, 2. Januar 2004 01:06 schrieb don: > In both 2.4.23 and 2.6.0, usbdevice_fs.h has: > > struct usbdevfs_urb { > ... > unsigned int signr; /* signal to be sent on error, -1 if none should be sent > */ > ... > > Yet devio.c has: > > static int proc_submiturb(str

[linux-usb-devel] usbdevfs_usb.signr

2004-01-01 Thread don
In both 2.4.23 and 2.6.0, usbdevice_fs.h has: struct usbdevfs_urb { ... unsigned int signr; /* signal to be sent on error, -1 if none should be sent */ ... Yet devio.c has: static int proc_submiturb(struct dev_state *ps, void *arg) { ... if (uurb