commit | f0597a416dc44e3afe25090e9af9d42bad62547d | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Oct 17 17:15:46 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Nov 04 13:18:58 2005 +0100 |
tree | 350c00303992440c31524109951e2fbb73b90183 | |
parent | 00f226d400d3a5868c4d798bb80491e22dd5b810 [diff] |
[ALSA] usb-audio: don't call usb_reset_configuration() when probing Modules: USB generic driver Remove the usb_reset_configuration() call from the probe callback because it isn't needed and it may interfere with other drivers already loaded for the device. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>