You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device
NiLuJe 2ab3e48286 Make sure we only pass a single IP to ping
For some mysterious reason, I have a duplicate default gateway on my
Forma, one with no metrics, and a proper one.
This ensures we pick the proper one.

I'm fairly sure this is temporary insanity on the part of my device,
but, still, it can't hurt.

route -n:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    208    0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     208    0        0 eth0

ip r:
default via 192.168.0.1 dev eth0
default via 192.168.0.1 dev eth0  metric 208
192.168.0.0/24 dev eth0  src 192.168.0.49  metric 208
5 years ago
..
android Add Device:Info for android and use it in report a bug infomessage. 5 years ago
cervantes [fix] Update AutoWarmth state on resume (#4901) 5 years ago
dummy add dummy device & rename runtimectl:setDevice to runtimectl:init 5 years ago
generic Make sure we only pass a single IP to ping 5 years ago
kindle [fix] Kindle Basic 3: use Kobo snow protocol (#5071) 5 years ago
kobo Fix shutdown action on Kobo (#5055) 5 years ago
pocketbook Blacklist the C BB on devices where it cannot be used (#4989) 5 years ago
sdl [feat, UX] Add external link to Wallabag (#4863) 5 years ago
sony-prstux Slightly less crappy Nightmode (#4871) 5 years ago
gesturedetector.lua [fix] GestureDetector: fix typo in ges_coordinate_translation_90 (#4804) 5 years ago
input.lua Better-than-nothing key repeat handling. 5 years ago
key.lua Refactoring hardware abstraction 10 years ago
sysfs_light.lua Slightly less crappy Nightmode (#4871) 5 years ago