]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
usb: usb_generic_probe() obeys authorization
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 1 Aug 2007 03:34:04 +0000 (20:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:07 +0000 (14:55 -0700)
commitf8a374648b58e5cfa14447eca866aed14a4fbfa8
tree7b22cc7523f5c1fed5b3d8db4e72cedb40dc0e1b
parent72230abb21349cda54d6cce0d6fd325c023b958e
usb: usb_generic_probe() obeys authorization

If called and the device is not authorized to be used, then we won't
choose a configuration (as they are not a concept that exists for an
unauthorized device). However, the device is added to the system.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/generic.c