]> git.sesse.net Git - vlc/commit
atmo: add support for Fnordlicht devices
authorKai Lauterbach <lauterbach.kai@web.de>
Thu, 3 Jun 2010 17:21:52 +0000 (19:21 +0200)
committerAndré Weber <atmo@videolan.org>
Thu, 3 Jun 2010 17:24:24 +0000 (19:24 +0200)
commitc215f7b79628a32373cf0041152cff1a5042d15b
tree54a1e27a4041465ea0ac147e1ca00d23606c0bcd
parentf53ff18f969ce5d3cc5f9e844d390ad7898dd05d
atmo: add support for Fnordlicht devices

The Fnordlicht-Class implements only parts of the fnordlicht-protocol:
sync, stop, start_bootloader, boot_enter_application and fade_rgb
Have a look at http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL
for more details.

Signed-off-by: André Weber <atmo@videolan.org>
modules/video_filter/Modules.am
modules/video_filter/atmo/AtmoConfig.cpp
modules/video_filter/atmo/AtmoConfig.h
modules/video_filter/atmo/AtmoDefs.h
modules/video_filter/atmo/AtmoTools.cpp
modules/video_filter/atmo/FnordlichtConnection.cpp [new file with mode: 0644]
modules/video_filter/atmo/FnordlichtConnection.h [new file with mode: 0644]
modules/video_filter/atmo/atmo.cpp