index
:
hverkuil/v4l-utils.git
bayer10
cec
cec-conn
cec-error-inj
cec-johan
cec-pin-tests
cisco
colorspace
colorspace2
colorspace3
confstore
dcip3
dock
file
histo
master
new-fmts
props
props2
qdisp
request
scaling
sdr
stable-0.8
streaming
tuner
vicodec
xfer
v4l-utils.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
keytable
/
keytable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-26
[v4l-utils] keytable: add support for XMP IR protocol
Marcel J.E. Mol
1
-1
/
+26
2014-07-25
keytable: Mask selected protocols with the supported ones
Mauro Carvalho Chehab
1
-0
/
+6
2014-07-25
keytable: add support for sharp and mce-kbd protocols
Mauro Carvalho Chehab
1
-1
/
+35
2014-07-25
keytable: add a way to add all protocols on raw decoders
Mauro Carvalho Chehab
1
-0
/
+2
2014-01-22
Replace my email address with the new one
Mauro Carvalho Chehab
1
-2
/
+2
2013-06-28
keytable: Always check if strtok return value is null
Gregor Jasny
1
-3
/
+16
2013-01-24
v4l-utils: fix two 'dereferencing type-punned pointer' warnings
Hans Verkuil
1
-1
/
+1
2012-12-17
keytable: always use hexadecimal values for scancodes
Mauro Carvalho Chehab
1
-3
/
+3
2012-12-14
keytable: be clear when a value is in hexadecimal
Mauro Carvalho Chehab
1
-3
/
+3
2012-12-14
keytable: properly print the other MSC_* event names
Mauro Carvalho Chehab
1
-1
/
+2
2012-12-14
keytable: Make the parsing code more generic
Mauro Carvalho Chehab
1
-60
/
+40
2012-12-14
keytable: Add the remaining other unhandled events
Mauro Carvalho Chehab
1
-0
/
+6
2012-12-14
keytable: Put events in numeric order
Mauro Carvalho Chehab
1
-9
/
+9
2012-12-14
keytable: also print code for unknown/unhandled events
Mauro Carvalho Chehab
1
-2
/
+2
2012-12-14
keytable: Add handler for EV_REL type
Mauro Carvalho Chehab
1
-0
/
+16
2012-12-14
keytable: reorder functions to put similar code together
Mauro Carvalho Chehab
1
-9
/
+9
2012-12-14
keytable: merge two identical structures into one
Mauro Carvalho Chehab
1
-8
/
+7
2012-12-14
ir-keytable: Add support for testing EV_ABS events
Mauro Carvalho Chehab
1
-0
/
+17
2012-07-05
[media] keytable: first search table in userdir, then in systemdir
Gregor Jasny
1
-6
/
+21
2012-07-05
[media] keytable: Preinstall keytables relative to sysconfdir
Gregor Jasny
1
-5
/
+2
2012-06-11
ir-keytable: Add support for RC-5-SZ protocol
Gregor Jasny
1
-1
/
+18
2012-02-05
utils: Rename devname to devicename to avoid FreeBSD stdlib conflict
Gregor Jasny
1
-11
/
+11
2012-01-23
v4l-utils: ir-keytable file parsing errors
Chris Pockele
1
-5
/
+7
2012-01-21
keytable: Fix copy and paste error for SANYO IR protocol
Gregor Jasny
1
-1
/
+1
2012-01-14
buildsystem: Convert to autotools buildsystem
Gregor Jasny
1
-0
/
+1
2011-11-23
keytable: Add support for Sanyo IR protocol
Mauro Carvalho Chehab
1
-1
/
+18
2011-08-13
keytable: Add more information about the device
Mauro Carvalho Chehab
1
-0
/
+32
2011-06-04
Fix the highest bit of IR keytable util
Darren Tucker
1
-4
/
+4
2011-06-01
keytable: fix segfault when RC driver's module_name is null
Cédric Schieli
1
-2
/
+2
2011-02-09
Fix new compiler warnings thrown by gcc-4.6
Hans de Goede
1
-1
/
+1
2011-01-26
ir-keytable: Show device repeat rate without any arguments
Mauro Carvalho Chehab
1
-1
/
+17
2011-01-26
ir-keytables: Move show logic to a separate function
Mauro Carvalho Chehab
1
-20
/
+28
2011-01-26
ir-keytable: Add support to adjust repeat period/delay
Mauro Carvalho Chehab
1
-1
/
+52
2011-01-25
ir-keytable: Be a little more pedantic with EVIOGKEYCODE
Mauro Carvalho Chehab
1
-2
/
+3
2011-01-25
ir-keytable: Fix the read logic, when protocol is V1
Mauro Carvalho Chehab
1
-3
/
+3
2011-01-25
Initialize protocol version
Mauro Carvalho Chehab
1
-1
/
+1
2011-01-25
Improve keycode reading by using V2 of the input protocol
Mauro Carvalho Chehab
1
-1
/
+35
2011-01-25
ir-keytable: Improve cleans by using EVIOSKEYCODE_V2
Mauro Carvalho Chehab
1
-6
/
+60
2011-01-23
ir-keytable: Prints error if get key fails
Mauro Carvalho Chehab
1
-0
/
+2
2011-01-12
ir-keytable: Improve keycode output to display both key name and its value
Mauro Carvalho Chehab
1
-4
/
+1
2011-01-12
ir-keytable: Improve events output and add event sync
Mauro Carvalho Chehab
1
-5
/
+9
2011-01-12
ir-keytable: Fix keycode output in test mode
Mauro Carvalho Chehab
1
-3
/
+5
2010-12-20
ir-keytables: Add a mode to test if RC key events are ok
Mauro Carvalho Chehab
1
-4
/
+70
2010-11-08
keytable: make it report the proper v4l-utils version
Mauro Carvalho Chehab
1
-1
/
+1
2010-07-30
keytable: Add support to enable/disable LIRC protocol
Mauro Carvalho Chehab
1
-0
/
+10
2010-07-30
keytable: Return an error if setting a protocol fails
Mauro Carvalho Chehab
1
-3
/
+12
2010-06-28
keytable: add support for the newer sysfs definitions
Mauro Carvalho Chehab
1
-23
/
+136
2010-04-20
ir-keytable: Add support for Sony and JVC protocols
Mauro Carvalho Chehab
1
-1
/
+40
2010-04-10
ir-keycode: Add support for table autoload
Mauro Carvalho Chehab
1
-14
/
+149
2010-04-10
ir-keytable: add support for more than one protocol in a table
Mauro Carvalho Chehab
1
-9
/
+16
[next]
Privacy Policy