V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commands
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 22 Jan 2007 05:17:55 +0000 (02:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:35:11 +0000 (13:35 -0200)
commit8d3643637e18e6590969436734c22151805d0350
treef6e52e9c6a2fc2de43f6ac14967e08aee2b92ce8
parent05ad390724d1f307111a322325df83282a1479e6
V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commands

This is a maintainability cleanup; use nice names for all the FX2
commands instead of raw bytes.  This way we can easily find where we
issue FX commands.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-encoder.c
drivers/media/video/pvrusb2/pvrusb2-fx2-cmd.h [new file with mode: 0644]
drivers/media/video/pvrusb2/pvrusb2-hdw.c
drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
drivers/media/video/pvrusb2/pvrusb2-v4l2.c