Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | udev-builtin-keyboard: Fix large scan codes on 32 bit architectures | Martin Pitt | |
Use strtoul(), as scan codes are always positive. On 32 bit architectures strtol gives wrong results: strtol("fffffff0", &endptr, 16) returns 2147483647 instead of 4294967280. https://launchpad.net/bugs/1247676 | |||
2013-07-10 | udev: add builtin 'keyboard' to manage key mappings | Kay Sievers | |