Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Proposed patch for av7110.c



I have noticed that when I type dmesg, the printout says that I am using a "rev2.1" card, but infact my card is a "rev2.2".  Please let me know if this patch is acceptable:
 
--- av7110.c.org        2004-05-24 12:58:34.000000000 -0700
+++ av7110.c    2004-05-24 12:58:54.000000000 -0700
@@ -1633,7 +1633,7 @@
 MAKE_AV7110_INFO(fs_1_5, "Siemens cable card PCI rev1.5");
 MAKE_AV7110_INFO(fs_1_3, "Siemens/Technotrend/Hauppauge PCI rev1.3");
 MAKE_AV7110_INFO(tt_1_6, "Technotrend/Hauppauge PCI rev1.3 or 1.6");
-MAKE_AV7110_INFO(tt_2_1, "Technotrend/Hauppauge PCI rev2.1");
+MAKE_AV7110_INFO(tt_2_1, "Technotrend/Hauppauge PCI rev2.1 or rev2.2");
 MAKE_AV7110_INFO(tt_t,  "Technotrend/Hauppauge PCI DVB-T");
 MAKE_AV7110_INFO(unkwn0, "Technotrend/Hauppauge PCI rev?(unknown0)?");
 MAKE_AV7110_INFO(unkwn1, "Technotrend/Hauppauge PCI rev?(unknown1)?");

Home | Main Index | Thread Index