commit | 479f6ea85e513551510ad52f37e69e1c596ad356 | [log] [tgz] |
---|---|---|
author | Stelian Pop <stelian@popies.net> | Wed Jun 22 17:53:28 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 22 23:01:09 2005 -0700 |
tree | 60eadfd85297f42be75be8863cacbc0ea9d82f3b | |
parent | b7c84c6ada2be942eca6722edb2cfaad412cd5de [diff] |
[PATCH] USB: fix hid core to return proper error code from probe Drivers need to return -ENODEV when they can't bind to a device. Anything else stops the "bind a device to a driver" search. From: Stelian Pop <stelian@popies.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>