]> git.baikalelectronics.ru Git - kernel.git/commit
USB: fix gadgetfs class request delegation
authorRoy Hashimoto <roy.hashimoto@gmail.com>
Wed, 12 Mar 2008 21:55:31 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Mar 2008 05:26:14 +0000 (22:26 -0700)
commit412cda4e9ecb334aad3759195fa0e6d44898cd42
treeaf7128d25805158416844aa187a62743711e809b
parentd1c129641a6767055183cd6b920b31a9c0db231d
USB: fix gadgetfs class request delegation

gadgetfs (drivers/usb/gadget/inode.c) was not delegating all
non-device requests to userspace.  This patch makes the handling of
all request cases consistent.

Signed-off-by: Roy Hashimoto <hashimot@alumni.caltech.edu>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/inode.c