ChangeSet 1.1352.1.1, 2003/10/13 14:22:50-07:00, greg@kroah.com

[PATCH] USB: fix visor driver to work with Palm OS 4+ devices

For some reason, they do not like the reset_config calls anymore.


 drivers/usb/serial/visor.c |    3 ---
 1 files changed, 3 deletions(-)


diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
--- a/drivers/usb/serial/visor.c	Wed Oct 15 11:08:28 2003
+++ b/drivers/usb/serial/visor.c	Wed Oct 15 11:08:28 2003
@@ -778,9 +778,6 @@
 			serial->dev->actconfig->desc.bConfigurationValue);
 		return -ENODEV;
 	}
-	dbg("%s - reset config", __FUNCTION__);
-	retval = usb_reset_configuration (serial->dev);
-
 
 	if (id->driver_info) {
 		startup = (void *)id->driver_info;
