[vlc-commits] commit: atmo: add support for Fnordlicht devices (Kai Lauterbach )

git at videolan.org git at videolan.org
Tue Jun 8 00:58:05 CEST 2010


vlc/vlc-1.1 | branch: master | Kai Lauterbach <lauterbach.kai at web.de> | Thu Jun  3 19:21:52 2010 +0200| [940c518ebb7f2292ad4f80bfd86ac90cdaee5365] | committer: Jean-Baptiste Kempf 

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 at videolan.org>
(cherry picked from commit c215f7b79628a32373cf0041152cff1a5042d15b)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=940c518ebb7f2292ad4f80bfd86ac90cdaee5365
---

 modules/video_filter/Modules.am                    |    1 +
 modules/video_filter/atmo/AtmoConfig.cpp           |  114 ++++-
 modules/video_filter/atmo/AtmoConfig.h             |   41 ++-
 modules/video_filter/atmo/AtmoDefs.h               |    9 +-
 modules/video_filter/atmo/AtmoTools.cpp            |   21 +-
 modules/video_filter/atmo/FnordlichtConnection.cpp |  464 ++++++++++++++++++++
 modules/video_filter/atmo/FnordlichtConnection.h   |   88 ++++
 modules/video_filter/atmo/atmo.cpp                 |   73 +++-
 8 files changed, 762 insertions(+), 49 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commitdiff;h=940c518ebb7f2292ad4f80bfd86ac90cdaee5365


More information about the vlc-commits mailing list