mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
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
7 lines
236 B
Text
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";
|
|
};
|