From: cliff white <cliffw@osdl.org>
To: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Cc: greg@kroah.com
Subject: Re: 2.6.0-test7 USB and Palm Tungsten problem
Date: Mon, 13 Oct 2003 13:31:05 -0700 [thread overview]
Message-ID: <20031013133105.68f71b99.cliffw@osdl.org> (raw)
In-Reply-To: <20031013194616.GA11679@kroah.com>
On Mon, 13 Oct 2003 12:46:16 -0700
Greg KH <greg@kroah.com> wrote:
> 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.
>
This fixes the HotSync problem i reported on the Sony CLIE PEG-SJ22
thanks!
cliffw
> 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;
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
next prev parent reply other threads:[~2003-10-13 20:31 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
2003-10-13 20:31 ` cliff white [this message]
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=20031013133105.68f71b99.cliffw@osdl.org \
--to=cliffw@osdl.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
/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