diff options
author | Igor M. Liplianin <liplianin@me.by> | 2009-06-13 15:10:24 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-17 02:07:46 +0400 |
commit | 8a8dad71485cbfc21ddc0e93f4ae4338b68b82b1 (patch) | |
tree | 235a14f49990649d1c6fa3c472c93226ad237b22 /drivers/media/dvb/dvb-usb/dw2102.h | |
parent | 1cdc6392b74246be333e2c88b61beedbf9991422 (diff) | |
download | linux-8a8dad71485cbfc21ddc0e93f4ae4338b68b82b1.tar.xz |
V4L/DVB (11981): Remote control debugging for dw2102 driver based USB cards
Remote control debugging for dw2102 driver based USB cards
It includes DVBWorld, TeVii, Terratec and others.
Type 'modprobe dvb-usb-dw2102 debug=4', then look at dmesg output.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dw2102.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dw2102.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.h b/drivers/media/dvb/dvb-usb/dw2102.h index e3370734e95a..5cd0b0eb6ce1 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.h +++ b/drivers/media/dvb/dvb-usb/dw2102.h @@ -5,4 +5,5 @@ #include "dvb-usb.h" #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args) +#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args) #endif |