mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -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
14 lines
420 B
Text
14 lines
420 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
A devd rule and rc script has been added to get an address from the
|
|
remarkable tablet when it is connected. This is disabled by default.
|
|
Set remarkable_enable=YES if you want this to happen automatically. Devd must also be restarted.
|
|
|
|
# sysrc remarkable_enable=YES
|
|
# service devd restart
|
|
|
|
For details, see %%PREFIX%%/etc/devd/remarkable.conf and %%PREFIX%%/etc/rc.d/remarkable
|
|
EOM
|
|
}
|
|
]
|