gonzo 076c101cca Modularize evdev
- Convert "options EVDEV" to "device evdev" and "device uinput", add
    modules for both new devices. They are isolated subsystems and do not
    require any compile-time changes to general kernel subsytems
- For hybrid drivers that have evdev as an optional way to deliver input
    events add option EVDEV_SUPPORT. Update all existing hybrid drivers
    to use it instead of EVDEV
- Remove no-op DECLARE_MODULE in evdev, it's not required, MODULE_VERSION
    is enough
- Add evdev module dependency to uinput

Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru>
2016-10-02 03:20:31 +00:00
..
2016-10-02 03:20:31 +00:00
2016-10-02 03:20:31 +00:00
2016-09-29 14:01:06 +00:00
2016-09-08 02:38:55 +00:00
2016-10-02 03:20:31 +00:00
2016-09-22 15:17:36 +00:00
2016-10-02 03:20:31 +00:00
2016-10-02 01:42:45 +00:00
2016-08-03 01:19:10 +00:00
2016-09-14 10:51:06 +00:00