Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-06 | initialized modifiers | Enrico Scholz | |
2013-01-06 | added COPYING* to clarify licensing | Enrico Scholz | |
2013-01-04 | fixup! fixed shutdown of plugin | Enrico Scholz | |
2013-01-04 | made valgrind happy by passing valid memory to EVIOCGRAB | Enrico Scholz | |
2013-01-04 | initialize dev_t_ | Enrico Scholz | |
2013-01-04 | solved list removal in a better way | Enrico Scholz | |
2013-01-04 | fixup! refactored epoll event handling | Enrico Scholz | |
2013-01-04 | refactored epoll event handling | Enrico Scholz | |
2013-01-04 | make: added some default -W options | Enrico Scholz | |
2013-01-04 | udevhelper: fixed minor warning | Enrico Scholz | |
2013-01-04 | fixup! added private copy ctors to prevent copying of plugin objects | Enrico Scholz | |
2013-01-04 | fixed magic key behaviour | Enrico Scholz | |
2013-01-04 | destroy the controller object within Stop() | Enrico Scholz | |
due to lot of static objects in vdr, implicit destruction of objects has unpredictable effects :( | |||
2013-01-04 | fixed minor typo | Enrico Scholz | |
2013-01-04 | fixed shutdown of plugin | Enrico Scholz | |
epoll_wait() does not return when the epoll-fd is closed by another thread. Use a helper pipe which is added to the epoll. Closing one end allows to terminate the thread cleanly | |||
2013-01-04 | changed close() method to take an l-value which is reset by it | Enrico Scholz | |
2013-01-04 | added private copy ctors to prevent copying of plugin objects | Enrico Scholz | |
2013-01-04 | fixed shutdown of plugin | Enrico Scholz | |
made stop() synchronously and made the destructor virtual | |||
2013-01-02 | implemented numlock modifier | Enrico Scholz | |
2013-01-02 | increased magic key timeout | Enrico Scholz | |
2012-12-29 | conditionalized systemd support | Enrico Scholz | |
2012-12-29 | refactored build system and renamed c++ sources to .cc | Enrico Scholz | |
2012-12-29 | fixed build by removing unused variable | Enrico Scholz | |
2012-12-29 | tt6400: added comment about kernel patches | Enrico Scholz | |
2012-12-29 | build the udev helper with 'all' target | Enrico Scholz | |
2012-12-27 | implemented initial modifier support | Enrico Scholz | |
they do not have a function yet... | |||
2012-12-27 | removed some debugging | Enrico Scholz | |
2012-12-27 | implemented magic keysequence to remove input device on demand | Enrico Scholz | |
2012-12-26 | initial checkin of documentation + sample configuration | Enrico Scholz | |
2012-12-26 | whitespace cleanups | Enrico Scholz | |
2012-12-26 | fixup! implemented coldplugging | Enrico Scholz | |
2012-12-26 | report only EV_KEY events for now | Enrico Scholz | |
2012-12-26 | remove devices when it has been unplugged from system | Enrico Scholz | |
2012-12-26 | redefined some keycodes | Enrico Scholz | |
2012-12-26 | implemented dump operation | Enrico Scholz | |
2012-12-26 | fixed unlink() operations | Enrico Scholz | |
the vdr list implementation corrupts the containing list when unlinking the first element. Keep track of the containing list and call its Del() method. | |||
2012-12-26 | enhanced list iteration operations | Enrico Scholz | |
2012-12-26 | minor cosmetical + logging enhancements | Enrico Scholz | |
2012-12-26 | use dev_t for comparing devices | Enrico Scholz | |
2012-12-26 | added udev helper | Enrico Scholz | |
2012-12-26 | implemented coldplugging | Enrico Scholz | |
2012-12-25 | initial checkin | Enrico Scholz | |