USB: cypress_m8: Don't issue GET_CONFIG for certain devices
authorMike Isely <isely@pobox.com>
Mon, 11 Feb 2008 02:23:24 +0000 (20:23 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:37 +0000 (21:16 -0700)
commit3d6aa3206540e1e68bda9e8ea11ec71444f1ac71
tree7c603f8d0944055bd12ab9815e58737cc92330d6
parent3416eaa1f8f8d516b77de514e14cf8da256d28fb
USB: cypress_m8: Don't issue GET_CONFIG for certain devices

Earthmate LT-20 devices (both "old" and "new" versions) can't tolerate
a GET_CONFIG command.  The original Earthmate has no trouble with
this.  Presumably other non-Earthmate devices are still OK as well.
This change disables the use of GET_CONFIG for cases where it is known
not to work.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cypress_m8.c