diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-22 14:49:07 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-22 14:49:07 -0200 |
commit | 1d183a32a6fbcd8812f35d0eeca02347de4223bf (patch) | |
tree | d43f41b289dbe05b2166e79492dab9b1d9047452 /linux | |
parent | 786d73eb9aad6efa7ddd89150d18a689d08f4e07 (diff) | |
download | mediapointer-dvb-s2-1d183a32a6fbcd8812f35d0eeca02347de4223bf.tar.gz mediapointer-dvb-s2-1d183a32a6fbcd8812f35d0eeca02347de4223bf.tar.bz2 |
em28xx: update regiters on v4l2-dbg debug util
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>
Diffstat (limited to 'linux')
0 files changed, 0 insertions, 0 deletions