diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-29 12:53:49 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-29 12:53:49 -0400 |
commit | a7aa675c92fa3d11e83bf8990e98fd06e2c95459 (patch) | |
tree | 3ba8f9de3a9d96418e9df79f51e8cc1c4bd7bd8e | |
parent | 12836d25828428c8ba891392b0441c3963d0557a (diff) | |
download | mediapointer-dvb-s2-a7aa675c92fa3d11e83bf8990e98fd06e2c95459.tar.gz mediapointer-dvb-s2-a7aa675c92fa3d11e83bf8990e98fd06e2c95459.tar.bz2 |
Kconfig: Fix PCI ID typo in VIDEO_CX88_ALSA help text
From: Trent Piepho <xyzzy@speakeasy.org>
- Fixed PCI ID typo in VIDEO_CX88_ALSA help text
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index ff0f72340..2c586f903 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -25,7 +25,7 @@ config VIDEO_CX88_ALSA It only works with boards with function 01 enabled. To check if your board supports, use lspci -n. - If supported, you should see 1471:8801 or 1471:8811 + If supported, you should see 14f1:8801 or 14f1:8811 PCI device. To compile this driver as a module, choose M here: the |