summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_kern_diff.sh
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-06-03 13:31:50 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-06-03 13:31:50 +0000
commit66e2bd1c3d76fb052149faabf07b56d641947e9c (patch)
treef77af46d7386872af1d156133f27b29e9473ae93 /v4l/scripts/make_kern_diff.sh
parentec38522c8ac4aad3de70525204ca96f90a5b2752 (diff)
downloadmediapointer-dvb-s2-66e2bd1c3d76fb052149faabf07b56d641947e9c.tar.gz
mediapointer-dvb-s2-66e2bd1c3d76fb052149faabf07b56d641947e9c.tar.bz2
Mauro Chehab:
* cx88-cards.c: - changed tuner number by it's name as defined on tuner.h. * scripts/make_kern_diff.sh - now it also makes diff for include files. Catalin Climov <catalin@climov.com>: * cx88-blackbird.c: - Blackbird firmware API cleanup, symbolic constants for param values. - improved readability and comprehensibility for api calls. * cx88-cards.c: - PVR2000 & MEC gpio fixes. * cx88-tvaudio.c: - enable sound input from external adc * cx88-video.c: - initialize the hue, contrast and brightness controls to default values * cx88-mpeg.c: - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
Diffstat (limited to 'v4l/scripts/make_kern_diff.sh')
-rw-r--r--v4l/scripts/make_kern_diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/make_kern_diff.sh b/v4l/scripts/make_kern_diff.sh
index 6fb815fa7..a00837e45 100644
--- a/v4l/scripts/make_kern_diff.sh
+++ b/v4l/scripts/make_kern_diff.sh
@@ -1,6 +1,6 @@
KERNEL=/usr/src/linux-2.6.12-rc5-mm
-KDIR="`find $KERNEL/drivers/media/ -type d|sed s,$KERNEL/,,g`"
+KDIR="`find $KERNEL/drivers/media/ $KERNEL/include/media -type d|sed s,$KERNEL/,,g`"
echo $KDIR