Retourner au contenu associé (journal : PCTV Rave Pinnacle marche toujours pas...)
Posté par Pascal Terjan le 19 janvier 2004 à 23:43. En réponse au journal PCTV Rave Pinnacle marche toujours pas.... Évalué à 4.
tuner.c:#define MT2032 0x04 tuner.c:#define MT2030 0x06 tuner.c:#define MT2040 0x07 tuner.c:#define MT2050 0x42
switch (buf[0x13]) { case MT2032: mt2032_init(c); break; case MT2050: mt2050_init(c); break; default: printk("tuner: microtune %s found, not (yet?) supported, sorry :-/\n", name); return 0; }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Re: PCTV Rave Pinnacle marche toujours pas...
Posté par Pascal Terjan . En réponse au journal PCTV Rave Pinnacle marche toujours pas.... Évalué à 4.
switch (buf[0x13]) { case MT2032: mt2032_init(c); break; case MT2050: mt2050_init(c); break; default: printk("tuner: microtune %s found, not (yet?) supported, sorry :-/\n", name); return 0; }