mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Add an entry for coldsync, to facilitate synchronising a Handspring Visor
with FreeBSD.
This commit is contained in:
parent
14450b4dca
commit
2d827ed272
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91894
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user