<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enigma2.git/lib/driver/rc.h, branch exp-2010.12</title>
<subtitle>Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources</subtitle>
<id>https://git.cweiske.de/enigma2.git/atom?h=exp-2010.12</id>
<link rel='self' href='https://git.cweiske.de/enigma2.git/atom?h=exp-2010.12'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/'/>
<updated>2009-12-23T18:25:36Z</updated>
<entry>
<title>fix EVIOCGRAB ioctl</title>
<updated>2009-12-23T18:25:36Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-23T18:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=2b47f0d63cb4d1bfb1979bc777795a834763db9a'/>
<id>urn:sha1:2b47f0d63cb4d1bfb1979bc777795a834763db9a</id>
<content type='text'>
switch to non exclusive access on input devices when call eRCInput::lock (i.e. this fixes no more working Tuxtxt plugin)
remove some incorrect code eRCInput::lock now no more returns a device handle .. this is not possible this way..
</content>
</entry>
<entry>
<title>lib/driver/rc*: open remote control input devices in exclussive mode... so the keycodes are not supplied to the linux console</title>
<updated>2009-12-22T14:33:20Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-22T14:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=e8eb8e9694379204f4b9143ca6b33db48809df7f'/>
<id>urn:sha1:e8eb8e9694379204f4b9143ca6b33db48809df7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better solution to add possibility to delete eSocketNotifiers,</title>
<updated>2008-10-29T19:46:57Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-29T19:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=10e7e45ae92d4fe06f70126ed256b87896dbc432'/>
<id>urn:sha1:10e7e45ae92d4fe06f70126ed256b87896dbc432</id>
<content type='text'>
eConsoleAppContainers in callback funktions without crash
</content>
</entry>
<entry>
<title>use long instead of int where pointers are casted</title>
<updated>2008-03-25T22:12:37Z</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2008-03-25T22:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=3458b59694ee3659c2afdd3e7e48a2e087f1102f'/>
<id>urn:sha1:3458b59694ee3659c2afdd3e7e48a2e087f1102f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix flags</title>
<updated>2007-06-27T16:38:05Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2007-06-27T16:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=2c333dec2921a4d9248a33e4be7bc075f930f859'/>
<id>urn:sha1:2c333dec2921a4d9248a33e4be7bc075f930f859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing flagLong</title>
<updated>2007-06-27T10:10:40Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2007-06-27T10:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=4f7505ea2c068dccf505861e5b5ea005e955c256'/>
<id>urn:sha1:4f7505ea2c068dccf505861e5b5ea005e955c256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make some functions accessible from python</title>
<updated>2006-06-07T09:17:51Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2006-06-07T09:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=45442377fc854e7224605085375e75f958aa5722'/>
<id>urn:sha1:45442377fc854e7224605085375e75f958aa5722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add possibility to lock/unlock the rc devices (remote control) from python</title>
<updated>2006-03-06T12:00:06Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2006-03-06T12:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=c4f2b9b542581bf518bc36476e11ec15074f99b4'/>
<id>urn:sha1:c4f2b9b542581bf518bc36476e11ec15074f99b4</id>
<content type='text'>
it is usable by this way:
from enigma import eRCInput, eRCInputPtr (or *)
rcinput = eRCInput.getInstance()
rcinput.lock()... unlock()... islocked()
</content>
</entry>
<entry>
<title> - add keyboard mode support (like in enigma1)</title>
<updated>2005-05-20T19:34:23Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-05-20T19:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=6a88cbc2bfa43b2a18eb896b3d635622da7e9d0a'/>
<id>urn:sha1:6a88cbc2bfa43b2a18eb896b3d635622da7e9d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - removed some OOOOOLD, never required code (last time it was used was in 2001(!))</title>
<updated>2005-05-17T01:49:31Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2005-05-17T01:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=41ede5ef8052385661577e28e2f3c96c9377c4ee'/>
<id>urn:sha1:41ede5ef8052385661577e28e2f3c96c9377c4ee</id>
<content type='text'>
</content>
</entry>
</feed>
