Tungsten T, USB and gpilotd



Hi all,


I am using a Palm Tungsten T (running PalmOS5.0) with
RedHat8.0 (2.4.18-18), pilot-link-0.11.7, gnome-pilot-0.1.71-1
and evolution 1.2.1. This configuration is not
able to sync the Tungsten T using the USB craddle.

I digged through the gnome-pilot sources and tried to apply
the following patch for gpilotd.c for identifiying the
Tungsten.

880a881,906
>
>               /*
>                * HACK_ON: identify the Tungsten based on the product
id line
>                *
>                *  (1) before pressing the hotsync button on the USB
craddle
>                *  $ cat /proc/bus/usb/devices  > /tmp/before-sync.txt
>                *
>                *  (2) after pressing the hotsync button on the USB
craddle
>                *  $ cat /proc/bus/usb/devices  > /tmp/after-sync.txt
>                *
>                *  (3) difference is
>                *  $ diff /tmp/before-sync.txt /tmp/after-sync.txt
>                *  ...
>                * > P:  Vendor=0830 ProdID=0060 Rev= 1.00
>                *  ...
>                *       *********************** This is Tungsten T !
>                */
>
>               if (line[0] == 'P') {
> #define TUNGSTEN_STRING "P:  Vendor=0830 ProdID=0060"
>                       if (!strncmp (line, TUNGSTEN_STRING,
strlen(TUNGSTEN_STRING)) {
>                               visor_exists = TRUE;
>                               visor_net = TRUE;
>                       }
>               }
>


Unfortunately I was unable to compile the package because I do
not have the complete gnome development environment. :-(

Is anybody out there who is able to compile this package for
me?

Cheers,
Peter
-- 
Peter Dieth <peter dieth swp de>
Südwest Presse Online-Dienste GmbH




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]