Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-22 | em28xx: update regiters on v4l2-dbg debug util | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@redhat.com> Some ac97 registers where presented as if they are em28xx ones. Also, add mising em2874 registers. The code were generated by the following command: $ more em28xx-reg.h |perl -ne 'if (m/(EM2[A-Z0-9]..)_R.._([^\s]+)\s+(0x[0-9A-Fa-f].)/) { printf "\t{$3, $1_PREFIX \"$2\", 1},\n"; }' |grep -v EM2800_PREFIX|sort >/tmp/registers Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||
2008-12-22 | v4l2-dbg: em2800 registers are not very common nowadays. Use it as alternate ↵ | Mauro Carvalho Chehab | |
names From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | |||
2008-08-31 | v4l2-dbg: merge v4l-board-dbg into v4l2-dbg | Hans Verkuil | |
From: Hans Verkuil <hverkuil@xs4all.nl> There is no point in having multiple debug utilities that do the same thing, so merge the functionality of v4l-board-dbg into v4l2-dbg. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> |