Commit Graph

3 Commits

Author SHA1 Message Date
Konstantin Kharlamov 1eddcbe5c4 fdi2iclass: remove unused local variable
Fixes LGTM warning "The value assigned to local variable 'children' is
never used."

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
2022-04-02 18:06:30 +00:00
Konstantin Kharlamov cd9d32c289 fdi2iclass.py: use "is" to compare with None
Fixes LGTM warning "Testing for None should use the 'is' operator."

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
2022-04-02 18:06:30 +00:00
Dan Nicholson 8426259286 config: Script to convert HAL fdi settings to InputClass sections
In the new world of udev and InputClass, x11_* settings from HAL fdi
files will not be honored. This script converts those settings into
valid InputClass sections that can be dropped into xorg.conf.d.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-06-11 09:31:38 +10:00