ports/net/remarkable-devd/files/remarkable.conf.in
Trenton Schulz 5529844e14 net/remarkable-devd: new port -- Devd hotplug rules for Remarkable Tablet
Automatic IP address when connecting a Remarkable Tablet to USB. This
makes it possible to access your Remarkable tablet via ssh or its USB
web interface when it's enabled.

PR:		256754
2021-07-14 12:36:53 +02:00

7 lines
236 B
Text

# Connect the Remarkable 1 device and get the IP address
attach 100 {
device-name "urndis.+";
match "vendor" "0x04b3";
match "product" "0x4010";
action "%%PREFIX%%/etc/rc.d/remarkable start $device-name";
};