From 2d827ed272de4766979db05c4a189c3373631c4c Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Fri, 8 Mar 2002 14:46:13 +0000 Subject: [PATCH] Add an entry for coldsync, to facilitate synchronising a Handspring Visor with FreeBSD. --- etc/usbd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/usbd.conf b/etc/usbd.conf index 1463666d57ec..a969f4951935 100644 --- a/etc/usbd.conf +++ b/etc/usbd.conf @@ -31,6 +31,16 @@ device "USB ethernet" attach "/etc/pccard_ether ${DEVNAME} start" detach "/etc/pccard_ether ${DEVNAME} stop" +# This entry starts the ColdSync tool in daemon mode. Make sure you have an up +# to date /usr/local/etc/palms. We override the 'listen' settings for port and +# type in /usr/local/etc/coldsync.conf. +device "Handspring Visor" + devname "ugen[0-9]+" + vendor 0x082d + product 0x0100 + release 0x0100 + attach "/usr/local/bin/coldsync -md -p /dev/${DEVNAME} -t usb" + # The entry below starts moused when a mouse is plugged in. Moused # stops automatically (actually it bombs :) when the device disappears. #