summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2002-03-08 14:46:13 +0000
committern_hibma <n_hibma@FreeBSD.org>2002-03-08 14:46:13 +0000
commitf116f7a004a36164e57014bea847df22b21ff814 (patch)
tree56d3cd20264e02019b27c51ef81d83e07af26dfb /etc
parent23d68e31d6e67032091337cfe27d8899d714f6e2 (diff)
downloadFreeBSD-src-f116f7a004a36164e57014bea847df22b21ff814.zip
FreeBSD-src-f116f7a004a36164e57014bea847df22b21ff814.tar.gz
Add an entry for coldsync, to facilitate synchronising a Handspring Visor
with FreeBSD.
Diffstat (limited to 'etc')
-rw-r--r--etc/usbd.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/usbd.conf b/etc/usbd.conf
index 1463666..a969f49 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.
#
OpenPOWER on IntegriCloud