[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)
commit58a5b0a6346b71bf01f0d49cfcc91d3225a373aa
treeec8cb235a3c840631854565b482a36e1f20c548a
parent3b92847425a98d26ad9d2b8682d3ce6020c90752
[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