below...
It's rumored that around Fri, May 04, 2001 at 06:58:46PM -0700
Greg KH <[EMAIL PROTECTED]> wrote:
> On Thu, May 03, 2001 at 05:56:01PM -0500, Derrick Daugherty wrote:
> > ello
[snip]
> > crw-rw-rw- 1 root root 188, 0 May 2 17:27 /dev/ttyUSB0
> > crw-rw-rw- 1 root root 188, 1 May 2 17:27 /dev/ttyUSB1
> >
> > Does anyone know if the visor will 'speak' a completely different
> > language than the palm? I was hoping I could simply use the usb port
> > like a faster rs232serial connection w/o anything fancy.
> >
> > If there is a better list or newsgroup I should be asking please point
> > me in that direction.
>
> This place works :)
>
> The Visor driver will not claim the device, as it doesn't know about
> Palm.
>
> You might want to try changing the lines in visor.h from:
> #define HANDSPRING_VENDOR_ID 0x082d
> #define HANDSPRING_VISOR_ID 0x0100
>
> to:
> #define HANDSPRING_VENDOR_ID 0x0830
> #define HANDSPRING_VISOR_ID 0x0002
>
> recompile it, and see if that works out.
>
> thanks,
> greg k-h
Well, as you were expecting, it claims it now and i'm able to open
the port:
May 8 15:36:49 tachyon kernel: hub.c: USB new device connect on bus1/2,
assigned device number 10
May 8 15:36:49 tachyon kernel: Manufacturer: Palm, Inc.
May 8 15:36:49 tachyon kernel: Product: Palm Handheld
May 8 15:36:49 tachyon kernel: SerialNumber: blehblehbleh
May 8 15:36:49 tachyon kernel: usbserial.c: Handspring Visor converter detected
May 8 15:36:49 tachyon kernel: visor.c: Handspring Visor: Number of ports: 2
May 8 15:36:49 tachyon kernel: visor.c: Handspring Visor: port 1, is for Generic
use and is bound to ttyUSB0
May 8 15:36:49 tachyon kernel: visor.c: Handspring Visor: port 2, is for HotSync
use and is bound to ttyUSB1
May 8 15:36:49 tachyon kernel: usbserial.c: Handspring Visor converter now attached
to ttyUSB0 (or usb/tts/0 for devfs)
May 8 15:36:49 tachyon kernel: usbserial.c: Handspring Visor converter now attached
to ttyUSB1 (or usb/tts/1 for devfs)
_but_ i still can not get any data to transfer between the two on either
the first or second port. After about a minute it eventually times out
on the palm side:
May 8 15:37:09 tachyon kernel: usb-uhci.c: interrupt, status 2, frame# 66
May 8 15:37:09 tachyon kernel: usb-uhci.c: interrupt, status 3, frame# 67
==> /var/log/messages <==
May 8 15:37:10 tachyon kernel: usb.c: USB disconnect on device 10
May 8 15:37:10 tachyon kernel: usbserial.c: Handspring Visor converter
now disconnected from ttyUSB0
May 8 15:37:10 tachyon kernel: usbserial.c: Handspring Visor converter
now disconnected from ttyUSB1
I looked at the original debug messages
(http://blinky-lights.org/palm-usb.txt) but can't quite figure out if I
should change any of the other values in the header. Would one assume
that palm has vendor specific request codes that need to be known before
this will work? If so, I'd be happy to do the leg-work if I knew
exactly what to ask for :)
I'd be more than happy to offer any info necessary to get this supported
as I'm having no luck in freebsd either.
Thanks for your time,
-Derrick
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users