I just got a Treo 755p and to make it work, I created the file:
Code:
/etc/udev/rules.d/10-custom.rules
Inside this file, I entered:
Code:
SUBSYSTEM=="usb", ATTR{idProduct}=="0061", ATTR{idVendor}=="0830", RUN+="/sbin/modprobe visor"
This loads up the correct palm module so when the symlink step of udev gets triggered, it links /dev/pilot to the correct node. I have tested this and the pilot tools work correctly using /dev/pilot (tried pilot-read-todos, etc)