diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-16 09:24:39 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-16 09:26:16 -0200 |
commit | 00245e5c6fc44e09824d636c961be38acd241067 (patch) | |
tree | 3e29e5ca224e31ed31857a3b3e120454326aaa43 /contrib/test/mc_nextgen_test.c | |
parent | 72dc0ec869235d72f6cee9f3f23fabff976ca9a4 (diff) |
media.h: synchronize the devices with their new values
As we added more space at the media entities numberspace, we
need to update it, otherwise, those entities won't be properly
detected.
Also, one entity type was removed. Drop it from mc_nextgen_test.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'contrib/test/mc_nextgen_test.c')
-rw-r--r-- | contrib/test/mc_nextgen_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/test/mc_nextgen_test.c b/contrib/test/mc_nextgen_test.c index 210044dd..5ead8e0b 100644 --- a/contrib/test/mc_nextgen_test.c +++ b/contrib/test/mc_nextgen_test.c @@ -220,8 +220,6 @@ static inline const char *ent_function(uint32_t function) return "S-Video connector"; case MEDIA_ENT_F_CONN_COMPOSITE: return "Composite connector"; - case MEDIA_ENT_F_CONN_TEST: - return "Test connector"; case MEDIA_ENT_F_IO_V4L: return "V4L I/O"; case MEDIA_ENT_F_IO_DTV: |