commit | ed3a328db9d9a027092edc2c17348068e3271cef | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Nov 24 12:50:00 2010 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed May 04 12:25:24 2011 +0200 |
tree | b0f02955d012d87c98cb9d1b4bc079497f2bc9d4 | |
parent | d2d979c628e4b2c4a3cb71a31841875795c79043 [diff] |
usb-linux: introduce a usb_linux_alt_setting function The next patch in this series introduces multiple ways to get the alt setting dependent upon usb_fs_type, it is cleaner to put this into its own function. Note that this patch also changes the assumed alt setting in case of an error getting the alt setting to be 0 (a sane default) rather then the interface numberwhich makes no sense. Signed-off-by: Hans de Goede <hdegoede@redhat.com>