From: Greg KH <greg@kroah.com>
To: Tomas Konir <moje@vabo.cz>
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: Re: 2.6.0-test7 USB and Palm Tungsten problem
Date: Mon, 13 Oct 2003 12:46:16 -0700 [thread overview]
Message-ID: <20031013194616.GA11679@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0310131855060.2551@moje.vabo.cz>
On Mon, Oct 13, 2003 at 07:06:49PM -0400, Tomas Konir wrote:
>
> Hi
> I tried 2.6.0-test7, but new USB problem found. I tried to synchronize the
> palm Tungsten T over USB cradle. None happend, only short message about
> palm connected in log. Plug out the palm, but the visor module remained
> busy (count=1) and when i tried to rmmod uhci-hcd the rmmod stay in D
> state.
Try the patch below. It should fix the problem for you. If not, please
let me know.
thanks,
greg k-h
# USB: fix visor driver to work with Palm OS 4+ devices
# For some reason, they do not like the reset_config calls anymore.
diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
--- a/drivers/usb/serial/visor.c Mon Oct 13 12:45:25 2003
+++ b/drivers/usb/serial/visor.c Mon Oct 13 12:45:25 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;
next prev parent reply other threads:[~2003-10-13 19:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-13 23:06 2.6.0-test7 USB and Palm Tungsten problem Tomas Konir
2003-10-13 19:46 ` Greg KH [this message]
2003-10-13 20:31 ` cliff white
2003-10-14 14:39 ` Tomas Konir
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031013194616.GA11679@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=moje@vabo.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox