PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.42k stars 271 forks source link

Some fixes for non glibc systems #330

Open listout opened 2 years ago

listout commented 2 years ago

Signed-off-by: listout listout@protonmail.com

ckiee commented 1 year ago

On my glibc x86_64-linux system UINT_MAX is $2^{32}-1$. It should probably be uintptr_t?