- 25 11月, 2011 40 次提交
-
-
由 Olivier Grenie 提交于
This patches improves the tuning of the dib8000 and correct the monitoringr of the SNR.The patch allows to faster detect that there is no ISDB-T channel on the wanted frequency. Signed-off-by: NOlivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: NPatrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Olivier Grenie 提交于
The intend of this patch is to correct some warnings given. Signed-off-by: NOlivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: NPatrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Olivier Grenie 提交于
The intend of this patch is to add the support for the DiBcom reference board TFE7090E. Signed-off-by: NOlivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: NPatrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Olivier Grenie 提交于
This patch intends to update the dib7000p and dib0090 driver in order to improve the performances. Signed-off-by: NOlivier Grenie <olivier.grenie@dibcom.fr> Signed-off-by: NPatrick Boettcher <patrick.boettcher@dibcom.fr> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Gianluca Gennari 提交于
Add support for the Sky Italia Digital Key, an USB dongle offered by Sky Italia to its customers for use with their satellite set-top-boxes. This is the "green led" model based on the Abilis as102 chip, while the so called "blue led" model is based on the Avermedia A867 design. Cc: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: NSylwester Nawrocki <snjw23@gmail.com> Signed-off-by: NGianluca Gennari <gennarone@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Andreas Oberritter 提交于
Signed-off-by: NAndreas Oberritter <obi@linuxtv.org> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Drop usb_class_driver and collaterals as it is not used Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Add easycap prefix to global function to reduce possibility of name collision. Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
1. kill_video_usb can be used in all places where video urbs are killed and reduce code repetition 2. remove unnecessary check for easycap == NULL in the function as it is always checked by the calling function 3. rename the function to easycap_video_kill_urb to reduce possibility of name conflict 4. implement also easycap_audio_kill_urb 5. simplify freeing urbs Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
peasycap was allocated using kzalloc so drop all to zero initializations Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
change statements of types if (err) return err else do something and if (ok) do something else return err into if (err) return err do something Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
1. saa and stk initialization tables are less then 256 entries 2. stk table can fit into u16 and saa into u8 size before text data bss dec hex filename 105687 1072 1134800 1241559 12f1d7 easycap.ko size after text data bss dec hex filename 97919 1072 1134800 1233791 12d37f easycap.ko Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Tomas Winkler 提交于
1. Remove declarations of none global functions from easycap.h and make them static in the c-files. 2. Reorder static functions to reduce number of forward declarations. 3. Remove unused functions. Signed-off-by: NTomas Winkler <tomas.winkler@intel.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Line up constant defines to the same column. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change obscure line endings to less obscure ones. (improve readability) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Fix indent of statements to improve readability. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Move operator in complex expression to the end of the line to preserve consistency. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change multiple definitions in one statement into multiple statements with one definition per statement. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change double assignment in one statement into two assignment statements. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change double spaces between lexemes into single spaces. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Delete unnecessary empty line. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change obscure line endings to less obscure ones. (improve readability) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change indent of statements to use tabs and to improve readability. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Delete curly braces around single if-else statements. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change obscure line endings to less obscure ones. (improve readability) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Remove unnecessary curly braces around single if statement. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Move operators in complex expressions to the end of the lines to preserve consistency. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change indent of statements with (less than 8) spaces to indent with tabs. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Line up comments to match indent of surrounding statements. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change obscure line endings to less obscure ones. (improve readability) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Plase operators in complex expressions at the end of the lines to preserve consistency. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Delete part of the comment that is not checked in code. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Line up constant defines to the same column. (also delete unnecessary spaces in comments) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Line up constant defines to the same column. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Fix typo in comment in word 'decoder'. Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-
由 Leonid V. Fedorenchik 提交于
Change obscure line endings to less obscure ones. (improve readability) Signed-off-by: NLeonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
-