commit | f8a374648b58e5cfa14447eca866aed14a4fbfa8 | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Tue Jul 31 20:34:04 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:55:07 2007 -0700 |
tree | 7b22cc7523f5c1fed5b3d8db4e72cedb40dc0e1b | |
parent | 72230abb21349cda54d6cce0d6fd325c023b958e [diff] |
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>