]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] usbfs: use the correct signal number for disconnection
authorZoran Marceta <Zoran.Marceta@micronasnit.com>
Thu, 22 Jun 2006 17:28:11 +0000 (13:28 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 23:03:21 +0000 (16:03 -0700)
commitfcad61533338a69c7c6e157eefa30ef8b3a0fea8
treeec8cb235a3c840631854565b482a36e1f20c548a
parent8023df2d35792b9ccdafcb0f175fd9b0f2e52140
[PATCH] usbfs: use the correct signal number for disconnection

usbfs stores the wrong signal number in the siginfo structure used for
notifying user programs about device disconnect.  This patch (as726)
fixes it.

From: Zoran Marceta <Zoran.Marceta@micronasnit.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/inode.c