commit | 212b8f0c3f5a2280bfa1d6ab13a6fe98552becaa | [log] [tgz] |
---|---|---|
author | Elina Pasheva <epasheva@sierrawireless.com> | Tue Apr 21 17:54:42 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 23 14:15:29 2009 -0700 |
tree | 08875427c9515dc0b22d515a94f1010c724eab71 | |
parent | 864e28b4f24106b799e991fa136fa6fa2b638a68 [diff] |
USB: serial: sierra driver bug fix for composite interface This patch fixes a problem in sierra_send_setup() function when composite devices are used. One should not be sending ACM commands to interfaces that are OBEX. Doing this causes an apparent failure as the ACM command has to time out before the interface can start being used. Signed-off-by: Elina Pasheva <epasheva@sierrawireless.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>