First attempt to implement RC6 Protocol
authorJohn Pietrzak <john@pietrzak.org>
Wed, 25 Jan 2012 18:49:18 +0000 (13:49 -0500)
committerJohn Pietrzak <john@pietrzak.org>
Wed, 25 Jan 2012 18:49:18 +0000 (13:49 -0500)
commit80604d5fadefa03991be6c0111e2f25798efdb84
treeb7a31e4b2314587d5215f28da8a60b748a594c1e
parent7d3c84a6ada2596caea6a3429fc7b25c67f4aaba
First attempt to implement RC6 Protocol

I've finally put together an implementation of the RC6 protocol.  The task
was made much easier by simply chucking the LIRC code and writing my own
implementation -- the LIRC system is just overly convoluted.  Alongside this,
the Philips keyset has finally been completed (along with keysets for
Magnavox and TiVo).  Also, I've done some general cleanup of the protocol
code.
31 files changed:
keysets/ei.cpp
keysets/goldstar.cpp
keysets/hauppauge.cpp
keysets/jvc.cpp
keysets/lg.cpp
keysets/magnavox.cpp [new file with mode: 0644]
keysets/magnavox.h [new file with mode: 0644]
keysets/philips.cpp [new file with mode: 0644]
keysets/philips.h [new file with mode: 0644]
keysets/pinnacle.cpp
keysets/samsung.cpp
keysets/sharp.cpp
keysets/tivo.cpp [new file with mode: 0644]
keysets/tivo.h [new file with mode: 0644]
keysets/toshiba.cpp
keysets/toshiba.h
mainwindow.cpp
pierogi.pro
pierogi.pro.user
pirdevicetypenames.cpp
pirdevicetypenames.h
pirkeynames.h
pirkeysetmanager.cpp
pirkeysetmanager.h
pirmakenames.cpp
pirmakenames.h
qtc_packaging/debian_fremantle/changelog
rc5protocol.cpp
rc5protocol.h
rc6protocol.cpp [new file with mode: 0644]
rc6protocol.h [new file with mode: 0644]