svenhoefer
d6b6f3362f
- acinclude.m4: add defines to summarize vuplus boxmodels
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
max_10
0c817f38fe
- vuuno4k and vuuno4kse added
2019-10-27 16:24:47 +01:00
svenhoefer
9f152710a5
- rcinput: fix non existing info key for vu+
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:47 +01:00
max_10
3e9416eb6d
- vuultimo4k added
...
Conflicts:
acinclude.m4
data/y-web/Y_Blocks.txt
src/driver/nglcd.cpp
src/gui/vfd_setup.cpp
src/neutrino.cpp
2019-10-27 16:24:47 +01:00
max_10
b96c72b032
- vuzero4k and vuduo4k added
2019-10-27 16:24:47 +01:00
Jacek Jendrzej
2a161a1246
rcinput: use mutex, suggested by Seife
2019-10-14 15:45:01 +02:00
svenhoefer
8991ed60f4
- pick mipsbox code from DDT, TangoCash and max10
...
Conflicts:
src/gui/cam_menu.cpp
src/gui/update.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
GetAway
db31e98c8c
rcinput: use translation for some keys
2018-12-05 14:08:48 +01:00
GetAway
77ffcac7d0
rcinput: fix RC_mode for BRE2ZE4K
2018-12-02 22:21:42 +01:00
svenhoefer
af706314e5
- vusolo4k: simplify and unify code from commit af87ebc788
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-11-01 22:49:42 +01:00
BPanther
af87ebc788
- add support for VU+ Solo 4k
2018-11-01 22:48:28 +01:00
Stefan Seyfried
b982458d2d
reduce dependencies on driver/rcinput.h
...
* add new header that only contains neutrino_msg_t and friends, often this
is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
2018-01-13 20:08:20 +01:00
svenhoefer
a4670c75a9
- rcinput: add RC_playpause key
...
Conflicts:
src/driver/rcinput.cpp
src/driver/rcinput.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:27 +01:00
svenhoefer
edd88db0f9
- rcinput: add some new keys ...
...
and translate KEY_VIDEO (list-key) to RC_favorites for ARM_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 21:47:50 +01:00
Stefan Seyfried
ee9138f065
Revert "rcinput: Add exception handling for cs hd2"
...
This reverts commit 1b79faff78
.
Wrong in so many ways :-)
- The code worked perfectly. But ok, it's easier possible. ;)
Signed-off-by: M. Liebmann <git@tuxcode.de >
2017-02-23 15:14:27 +01:00
svenhoefer
0e435bb389
- rc_input: rename checkLnkDev() to checkdev_lnk(); ...
...
just to align form-style to latest changes
2017-02-22 08:59:56 +01:00
Stefan Seyfried
f45456d7a8
rcinput: remove unused/unimplemented click functions
2017-02-22 06:24:48 +01:00
Stefan Seyfried
dceb6989a8
rcinput: remove now unused (and broken) getFileHandle()
2017-02-22 06:24:48 +01:00
Stefan Seyfried
0df5a8df7f
rcinput: add setKeyRepeatDelay() function
...
this allows to get rid of the broken getFileHandle function later
2017-02-22 06:24:48 +01:00
M. Liebmann
1b79faff78
rcinput: Add exception handling for cs hd2
...
- Supplement to previous commit
2017-02-22 06:24:48 +01:00
Stefan Seyfried
7b3aa2b181
rcinput: use a dynamic list of input devices
...
Instead of the fixed, static list of input devices, scan /dev/input/ for
proper event devices. A "good" input device is one that supports the
EVIOCGBIT ioctl and at least the EV_KEY event type.
This probably needs further fixes, e.g. in repeat rate setting code.
2017-02-22 06:24:48 +01:00
M. Liebmann
d932a1a326
rcinput: Transfer from neutrino-mp for better compatibility
2017-02-22 06:24:48 +01:00
M. Liebmann
0d66899cbd
neutrino: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:21:04 +01:00
GetAway
0330515abc
pzapit: add -lockrc/-unlockrc options; port from martii
...
I've pulled it from Duckbox-Developers/neutrino-mp-cst-next
and modified it to work
2016-12-11 20:20:02 +01:00
[CST] Focus
0debbfcc7c
neutrino.cpp: force adding shutdown event after record stop,
...
in case soft-standby by power key disabled but box mode switched to standby to finish record
2015-01-15 15:26:59 +03:00
[CST] Focus
c359fe4eaa
driver/rcinput.cpp: re-add shutdown after wakeup cancel,
...
code from commit d886a95acd
is lost after some pick ?
2014-05-08 12:36:56 +04:00
M. Liebmann
6d18d1cfa1
neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t
2014-02-25 19:05:28 +01:00
martii
34c23ed7a5
driver/rcinput: let getUnicodeValue() return const char *
2014-02-25 00:17:09 +01:00
martii
7826ab0fca
driver/rcinput: implement long key press support (but no rcsim/yWeb support at this time)
...
driver/rcinput: drop unused gettimeofday code
2014-02-25 00:09:14 +01:00
martii
088a75b6e2
driver/rcinput: minor cleanup
2014-02-18 20:07:39 +01:00
[CST] Focus
d886a95acd
try to fix shutdown after wakeup, if several recordings was done,
...
cancel shutdown after wakeup, if remote used, based on code (c) martii <m4rtii@gmx.de >
2013-07-30 14:10:21 +04:00
[CST] Focus
65bd112d78
driver/rcinput.cpp: add missing sleep, sub, pos keys
2013-03-06 15:42:23 +04:00
[CST] Focus
1413177ad1
driver/rcinput.h: try to fix libcs headers
2013-01-11 14:16:26 +04:00
[CST] Focus
6380763209
src/driver/rcinput.cpp: change ifdefs for headers and set_rc_hw
2013-01-11 14:04:07 +04:00
S.R. van Loon
83636ebb6e
neutrino: change all remote/frontpanel stuff to use the new headers.
2012-09-25 22:23:17 +08:00
satbaby
e14fc80ed5
-pedantic fixes
2012-05-08 18:59:11 +02:00
seife
fe1fcbe426
rcinput: fix build without nevis_ir.h
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2062 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-15 21:54:59 +00:00
satbaby
101870c27a
-add alternative remote controls option (thx, patch by bellum)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2060 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-01-15 15:44:52 +00:00
focus
5c8429673a
Allow killTimer to check and reset timer id
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1562 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 10:04:05 +00:00
seife
156681e223
neutrino: add missing includes to fix compile with gcc-4.5.2
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1311 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-18 18:54:28 +00:00
seife
6efb0d5e47
get rid of HAVE_DVB_API_VERSION define
...
remove non-working legacy code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1289 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-12 12:36:13 +00:00
seife
c6663124c2
rcinput: add support for TD remote control
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1087 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-30 12:30:18 +00:00
focus
4bc9866683
Update to test descrete codes. Power-toggle key should be redefined, if power key should work as descrete power-on
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@775 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-09-17 12:41:59 +00:00
nightshad
dd0d75f738
Some indent cleanup.
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@589 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-05-20 09:28:03 +00:00
satbaby
8f59cc96ec
change 'long long' tom int64_t'; change variable buf to new delete;
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@291 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-07 14:32:21 +00:00
seife
601e6b00fc
fix build with gcc-4.4.x by adding necessary #includes
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@56 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-16 08:49:21 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00