Commit 90b2bb9e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

For some reason, they do not like the reset_config calls anymore.
parent d310cbfc
......@@ -778,9 +778,6 @@ static int visor_probe (struct usb_serial *serial, const struct usb_device_id *i
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment