Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e80666b87b7f832cad7f824c4ec5799b1c99fa5e
Commit:     e80666b87b7f832cad7f824c4ec5799b1c99fa5e
Parent:     f72ce644479fc06774367ed3c80d0f94e54d938b
Author:     Hans Verkuil <[EMAIL PROTECTED]>
AuthorDate: Thu May 17 06:52:32 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 14:23:31 2007 -0300

    V4L/DVB (5671): Autodetect new PVR150 low profile cards.
    
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/ivtv/ivtv-driver.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/ivtv/ivtv-driver.c 
b/drivers/media/video/ivtv/ivtv-driver.c
index efc6635..5e07ce3 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/drivers/media/video/ivtv/ivtv-driver.c
@@ -351,6 +351,7 @@ static void ivtv_process_eeprom(struct ivtv *itv)
                case 23000 ... 23999:  /* PVR500 */
                case 25000 ... 25999:  /* Low profile PVR150 */
                case 26000 ... 26999:  /* Regular PVR150 */
+               case 30012 ... 30039:  /* Low profile PVR150 */
                        itv->card = ivtv_get_card(IVTV_CARD_PVR_150);
                        break;
                case 0:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to