LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] em28xx patches against the latest git tree
@ 2008-10-22 17:34 Markus Rechberger
  2008-10-22 17:38 ` Markus Rechberger
  0 siblings, 1 reply; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 17:34 UTC (permalink / raw)
  To: Linux Kernel Mailing List, em28xx

Following patch adds the latest em28xx driver from mcentral.de.

merging mcentral.de/hg/~mrec/em28xx-new with upstream kernel

* adding VBI support to most VBI capable devices
* radio support for cx25843 based devices
* extra cx25843 driver (registers match the em28xx configuration in
order to support proper VBI)
* all videostandards and inputs are tested with cx25843 based devices
* adding alternative audio driver for em28xx devices (independent
audio transfer, not depending on oss/alsa)
* adding em28xx-webcam support for videology webcams
* adding em28xx-audioep audio driver for alternate number 1 - if
vendor specific and not USB audio conform
* adding s921 driver (ISDB-T 1Seg support tunneling parameters through
DVB-T API setting specific registers to auto)
* adding xc3028 mostly original sourcecode from the manufacturer (most
recent version), merged xc3028/xc3028l into
  one external firmware blob - important for signal quality
* adding xc5000 mostly original sourcecode from the manufacturer (most
recent version) - important for signal quality
* adding lgdt3304, although currently disabled
* remote control handling *works* but is broken by design and disabled
since different rc5/rc6/nec remotes return
  different values. Handling can be done using interrupt transfers too (TODO)
* fixed a couple of bugs in the em28xx-audio driver which can lead to
system hangs.

----

as for testing:
* analog TV: patched tvtime (for analog TV) version available on
mcentral.de which supports 1. software rendering 2. digital
audio/alsa/aad
* FM radio: gqradio from mcentral.de, there's also an older radio
patch for vlc available.
* DVB-T: all applications should work with it
* ISDB-T: relevant for China and Brazil only, can be used with
dvbtune, dvbscan (the channel file cannot be used due problems with
the characters), for transferring the MPEG-TS stream dvbstream,
dvbsnoop, for playback gstreamer/mplayer (h264/aac isn't supported
well with it).

commit history is available at:
http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new

This patch adds a separate instance of the driver to the git
repository, not affecting anything existing.

the full patch against the git repository:


Contributors:
user:        acano@fastmail.fm
user:        Andre Kelmanson <akelmanson@gmail.com>
user:        Bouwsma Barry <freebeer.bouwsma@gmail.com>
user:        Dan Kreiser <kreiser@informatik.hu-berlin.de>
user:        Frank Neuber <fn@kernelport.de>
user:        Jelle de Jong <jelledejong@powercraft.nl>
user:        John Stowers <john.stowers.lists@gmail.com>
user:        Lukas Kuna <lukas.kuna@evkanet.net>
user:        Stefan Vonolfen <stefan.vonolfen@gmail.com>
user:        Stephan Berberig <s.berberig@arcor.de>
user:        Thomas Giesecke <thomas.giesecke@ibgmbh-naumburg.de>
user:        Vitaly Wool <vwool@ru.mvista.com>
user:        Zhenyu Wang <zhen78@gmail.com>

Signed-off-by: Markus Rechberger <mrechberger@sundtek.de>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 17:34 [PATCH] em28xx patches against the latest git tree Markus Rechberger
@ 2008-10-22 17:38 ` Markus Rechberger
  2008-10-22 17:59   ` Alex Riesen
                     ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 17:38 UTC (permalink / raw)
  To: Linux Kernel Mailing List, em28xx

On Wed, Oct 22, 2008 at 7:34 PM, Markus Rechberger
<mrechberger@gmail.com> wrote:
> Following patch adds the latest em28xx driver from mcentral.de.
>
> merging mcentral.de/hg/~mrec/em28xx-new with upstream kernel
>
> * adding VBI support to most VBI capable devices
> * radio support for cx25843 based devices
> * extra cx25843 driver (registers match the em28xx configuration in
> order to support proper VBI)
> * all videostandards and inputs are tested with cx25843 based devices
> * adding alternative audio driver for em28xx devices (independent
> audio transfer, not depending on oss/alsa)
> * adding em28xx-webcam support for videology webcams
> * adding em28xx-audioep audio driver for alternate number 1 - if
> vendor specific and not USB audio conform
> * adding s921 driver (ISDB-T 1Seg support tunneling parameters through
> DVB-T API setting specific registers to auto)
> * adding xc3028 mostly original sourcecode from the manufacturer (most
> recent version), merged xc3028/xc3028l into
>  one external firmware blob - important for signal quality
> * adding xc5000 mostly original sourcecode from the manufacturer (most
> recent version) - important for signal quality
> * adding lgdt3304, although currently disabled
> * remote control handling *works* but is broken by design and disabled
> since different rc5/rc6/nec remotes return
>  different values. Handling can be done using interrupt transfers too (TODO)
> * fixed a couple of bugs in the em28xx-audio driver which can lead to
> system hangs.
>
> ----
>
> as for testing:
> * analog TV: patched tvtime (for analog TV) version available on
> mcentral.de which supports 1. software rendering 2. digital
> audio/alsa/aad
> * FM radio: gqradio from mcentral.de, there's also an older radio
> patch for vlc available.
> * DVB-T: all applications should work with it
> * ISDB-T: relevant for China and Brazil only, can be used with
> dvbtune, dvbscan (the channel file cannot be used due problems with
> the characters), for transferring the MPEG-TS stream dvbstream,
> dvbsnoop, for playback gstreamer/mplayer (h264/aac isn't supported
> well with it).
>
> commit history is available at:
> http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new
>

this should be:
http://mcentral.de/hg/~mrec/em28xx-new/shortlog

> This patch adds a separate instance of the driver to the git
> repository, not affecting anything existing.
>
> the full patch against the git repository:
>
>
> Contributors:
> user:        acano@fastmail.fm
> user:        Andre Kelmanson <akelmanson@gmail.com>
> user:        Bouwsma Barry <freebeer.bouwsma@gmail.com>
> user:        Dan Kreiser <kreiser@informatik.hu-berlin.de>
> user:        Frank Neuber <fn@kernelport.de>
> user:        Jelle de Jong <jelledejong@powercraft.nl>
> user:        John Stowers <john.stowers.lists@gmail.com>
> user:        Lukas Kuna <lukas.kuna@evkanet.net>
> user:        Stefan Vonolfen <stefan.vonolfen@gmail.com>
> user:        Stephan Berberig <s.berberig@arcor.de>
> user:        Thomas Giesecke <thomas.giesecke@ibgmbh-naumburg.de>
> user:        Vitaly Wool <vwool@ru.mvista.com>
> user:        Zhenyu Wang <zhen78@gmail.com>
>
> Signed-off-by: Markus Rechberger <mrechberger@sundtek.de>
>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 17:38 ` Markus Rechberger
@ 2008-10-22 17:59   ` Alex Riesen
  2008-10-22 18:10     ` Markus Rechberger
  2008-10-22 18:02   ` [Em28xx] " Jelle de Jong
  2008-10-22 18:23   ` Markus Rechberger
  2 siblings, 1 reply; 12+ messages in thread
From: Alex Riesen @ 2008-10-22 17:59 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: Linux Kernel Mailing List, em28xx

2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
>> commit history is available at:
>> http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new
>>
>
> this should be:
> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
>

There is already an Empia EM28XX driver in the official tree. If your driver
is based on it, could you point at the first commit in *your* tree at
mcentral.de which
corresponds to that driver? (if you do, your history can be moved into
central Git
repo completely, every commit of it)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Em28xx] [PATCH] em28xx patches against the latest git tree
  2008-10-22 17:38 ` Markus Rechberger
  2008-10-22 17:59   ` Alex Riesen
@ 2008-10-22 18:02   ` Jelle de Jong
  2008-10-22 18:23   ` Markus Rechberger
  2 siblings, 0 replies; 12+ messages in thread
From: Jelle de Jong @ 2008-10-22 18:02 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: Linux Kernel Mailing List, em28xx

Markus Rechberger wrote:
> On Wed, Oct 22, 2008 at 7:34 PM, Markus Rechberger
> <mrechberger@gmail.com> wrote:
>> Following patch adds the latest em28xx driver from mcentral.de.
>>
>> merging mcentral.de/hg/~mrec/em28xx-new with upstream kernel
>>
>> * adding VBI support to most VBI capable devices
>> * radio support for cx25843 based devices
>> * extra cx25843 driver (registers match the em28xx configuration in
>> order to support proper VBI)
>> * all videostandards and inputs are tested with cx25843 based devices
>> * adding alternative audio driver for em28xx devices (independent
>> audio transfer, not depending on oss/alsa)
>> * adding em28xx-webcam support for videology webcams
>> * adding em28xx-audioep audio driver for alternate number 1 - if
>> vendor specific and not USB audio conform
>> * adding s921 driver (ISDB-T 1Seg support tunneling parameters through
>> DVB-T API setting specific registers to auto)
>> * adding xc3028 mostly original sourcecode from the manufacturer (most
>> recent version), merged xc3028/xc3028l into
>>  one external firmware blob - important for signal quality
>> * adding xc5000 mostly original sourcecode from the manufacturer (most
>> recent version) - important for signal quality
>> * adding lgdt3304, although currently disabled
>> * remote control handling *works* but is broken by design and disabled
>> since different rc5/rc6/nec remotes return
>>  different values. Handling can be done using interrupt transfers too (TODO)
>> * fixed a couple of bugs in the em28xx-audio driver which can lead to
>> system hangs.
>>
>> ----
>>
>> as for testing:
>> * analog TV: patched tvtime (for analog TV) version available on
>> mcentral.de which supports 1. software rendering 2. digital
>> audio/alsa/aad
>> * FM radio: gqradio from mcentral.de, there's also an older radio
>> patch for vlc available.
>> * DVB-T: all applications should work with it
>> * ISDB-T: relevant for China and Brazil only, can be used with
>> dvbtune, dvbscan (the channel file cannot be used due problems with
>> the characters), for transferring the MPEG-TS stream dvbstream,
>> dvbsnoop, for playback gstreamer/mplayer (h264/aac isn't supported
>> well with it).
>>
>> commit history is available at:
>> http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new
>>
> 
> this should be:
> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
> 
>> This patch adds a separate instance of the driver to the git
>> repository, not affecting anything existing.
>>
>> the full patch against the git repository:
>>
>>
>> Contributors:
>> user:        acano@fastmail.fm
>> user:        Andre Kelmanson <akelmanson@gmail.com>
>> user:        Bouwsma Barry <freebeer.bouwsma@gmail.com>
>> user:        Dan Kreiser <kreiser@informatik.hu-berlin.de>
>> user:        Frank Neuber <fn@kernelport.de>
>> user:        Jelle de Jong <jelledejong@powercraft.nl>
>> user:        John Stowers <john.stowers.lists@gmail.com>
>> user:        Lukas Kuna <lukas.kuna@evkanet.net>
>> user:        Stefan Vonolfen <stefan.vonolfen@gmail.com>
>> user:        Stephan Berberig <s.berberig@arcor.de>
>> user:        Thomas Giesecke <thomas.giesecke@ibgmbh-naumburg.de>
>> user:        Vitaly Wool <vwool@ru.mvista.com>
>> user:        Zhenyu Wang <zhen78@gmail.com>
>>
>> Signed-off-by: Markus Rechberger <mrechberger@sundtek.de>
>>
> 

Thumbs up for the git merge process, keep up the good work!

Kind regards,

Jelle

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 17:59   ` Alex Riesen
@ 2008-10-22 18:10     ` Markus Rechberger
  2008-10-22 18:29       ` Alex Riesen
  0 siblings, 1 reply; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 18:10 UTC (permalink / raw)
  To: Alex Riesen; +Cc: Linux Kernel Mailing List, em28xx

On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
> 2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
>>> commit history is available at:
>>> http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new
>>>
>>
>> this should be:
>> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
>>
>
> There is already an Empia EM28XX driver in the official tree. If your driver
> is based on it, could you point at the first commit in *your* tree at
> mcentral.de which
> corresponds to that driver? (if you do, your history can be moved into
> central Git
> repo completely, every commit of it)
>

The development has been split off for 3 years from the original
repository. The internal driver differs alot.
The full history of that driver can be seen when looking at:
http://mcentral.de/hg/~mrec/v4l-dvb-experimental

that code back then got split out of the linuxtv repository and moved to:
http://mcentral.de/hg/~mrec/em28xx-new

The driver has a long and rather bad history, which I'd like to avoid
by using the different directory.
Some patches got ported from my repository into the kernel although
most devices don't work at all with the current inkernel driver (eg.
em2888, flash based, isdb-t, cx25843, some saa7114.. based devices).

here's some development status history starting in 2006.
http://mcentral.de/wiki/index.php5/Em2880/Status
moved over to a mailinglist and support people from 2007 - currently
http://mcentral.de/pipermail/em28xx/

there's almost nothing of that work merged yet, and there are tonns of
howtos out there which are based on all that right now.

regards,
Markus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 17:38 ` Markus Rechberger
  2008-10-22 17:59   ` Alex Riesen
  2008-10-22 18:02   ` [Em28xx] " Jelle de Jong
@ 2008-10-22 18:23   ` Markus Rechberger
  2 siblings, 0 replies; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 18:23 UTC (permalink / raw)
  To: Linux Kernel Mailing List, em28xx, Linux and Kernel Video

On Wed, Oct 22, 2008 at 7:38 PM, Markus Rechberger
<mrechberger@gmail.com> wrote:
> On Wed, Oct 22, 2008 at 7:34 PM, Markus Rechberger
> <mrechberger@gmail.com> wrote:
>> Following patch adds the latest em28xx driver from mcentral.de.
>>
>> merging mcentral.de/hg/~mrec/em28xx-new with upstream kernel
>>
>> * adding VBI support to most VBI capable devices
>> * radio support for cx25843 based devices
>> * extra cx25843 driver (registers match the em28xx configuration in
>> order to support proper VBI)
>> * all videostandards and inputs are tested with cx25843 based devices
>> * adding alternative audio driver for em28xx devices (independent
>> audio transfer, not depending on oss/alsa)
>> * adding em28xx-webcam support for videology webcams
>> * adding em28xx-audioep audio driver for alternate number 1 - if
>> vendor specific and not USB audio conform
>> * adding s921 driver (ISDB-T 1Seg support tunneling parameters through
>> DVB-T API setting specific registers to auto)
>> * adding xc3028 mostly original sourcecode from the manufacturer (most
>> recent version), merged xc3028/xc3028l into
>>  one external firmware blob - important for signal quality
>> * adding xc5000 mostly original sourcecode from the manufacturer (most
>> recent version) - important for signal quality
>> * adding lgdt3304, although currently disabled
>> * remote control handling *works* but is broken by design and disabled
>> since different rc5/rc6/nec remotes return
>>  different values. Handling can be done using interrupt transfers too (TODO)
>> * fixed a couple of bugs in the em28xx-audio driver which can lead to
>> system hangs.
>>

one more thing which I forgot it also adds support for em2888 based
which also support
flash beside analog TV, digital TV and radio

>> ----
>>
>> as for testing:
>> * analog TV: patched tvtime (for analog TV) version available on
>> mcentral.de which supports 1. software rendering 2. digital
>> audio/alsa/aad
>> * FM radio: gqradio from mcentral.de, there's also an older radio
>> patch for vlc available.
>> * DVB-T: all applications should work with it
>> * ISDB-T: relevant for China and Brazil only, can be used with
>> dvbtune, dvbscan (the channel file cannot be used due problems with
>> the characters), for transferring the MPEG-TS stream dvbstream,
>> dvbsnoop, for playback gstreamer/mplayer (h264/aac isn't supported
>> well with it).
>>
>> commit history is available at:
>> http://mcentral.de/http://git.kernel.org/?p=linux/kernel/git/mrec/linux-2.6.git;a=commit;h=f1be9ae8f8489a6598417a194e0899ac00c7530ehg/~mrec/em28xx-new
>>
>
> this should be:
> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
>
>> This patch adds a separate instance of the driver to the git
>> repository, not affecting anything existing.
>>
>> the full patch against the git repository:
>>
>>
>> Contributors:
>> user:        acano@fastmail.fm
>> user:        Andre Kelmanson <akelmanson@gmail.com>
>> user:        Bouwsma Barry <freebeer.bouwsma@gmail.com>
>> user:        Dan Kreiser <kreiser@informatik.hu-berlin.de>
>> user:        Frank Neuber <fn@kernelport.de>
>> user:        Jelle de Jong <jelledejong@powercraft.nl>
>> user:        John Stowers <john.stowers.lists@gmail.com>
>> user:        Lukas Kuna <lukas.kuna@evkanet.net>
>> user:        Stefan Vonolfen <stefan.vonolfen@gmail.com>
>> user:        Stephan Berberig <s.berberig@arcor.de>
>> user:        Thomas Giesecke <thomas.giesecke@ibgmbh-naumburg.de>
>> user:        Vitaly Wool <vwool@ru.mvista.com>
>> user:        Zhenyu Wang <zhen78@gmail.com>
>>
>> Signed-off-by: Markus Rechberger <mrechberger@sundtek.de>
>>
>

also adding video4linux-list

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:10     ` Markus Rechberger
@ 2008-10-22 18:29       ` Alex Riesen
  2008-10-22 18:39         ` Markus Rechberger
  2008-10-22 18:40         ` Alex Riesen
  0 siblings, 2 replies; 12+ messages in thread
From: Alex Riesen @ 2008-10-22 18:29 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: Linux Kernel Mailing List, em28xx

Markus Rechberger, Wed, Oct 22, 2008 20:10:49 +0200:
> On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
> > 2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
> >>> commit history is available at:
> >> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
> >>
> >
> > There is already an Empia EM28XX driver in the official tree. If your driver
> > is based on it, could you point at the first commit in *your* tree at
> > mcentral.de which
> > corresponds to that driver? (if you do, your history can be moved into
> > central Git
> > repo completely, every commit of it)
> >
> 
> The development has been split off for 3 years from the original
> repository. The internal driver differs alot.

So it is more like a new driver. I tried merging them about half a
year ago (unsuccessfully, of course). In the end your driver worked
with that piece of hardware I have (it seem to produce an awful lot of
tracing though) and I stayed with it.

> The driver has a long and rather bad history, which I'd like to avoid
> by using the different directory.

You could submit patches depricating it. Does the old driver support
something yours does not?

> Some patches got ported from my repository into the kernel although
> most devices don't work at all with the current inkernel driver (eg.
> em2888, flash based, isdb-t, cx25843, some saa7114.. based devices).

Mine (a Pinnacle-Apple-something, USB) does not work with it at all.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:29       ` Alex Riesen
@ 2008-10-22 18:39         ` Markus Rechberger
  2008-10-22 18:45           ` Alex Riesen
  2008-10-22 18:40         ` Alex Riesen
  1 sibling, 1 reply; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 18:39 UTC (permalink / raw)
  To: Alex Riesen; +Cc: Linux Kernel Mailing List, em28xx, Linux and Kernel Video

On Wed, Oct 22, 2008 at 8:29 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
> Markus Rechberger, Wed, Oct 22, 2008 20:10:49 +0200:
>> On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
>> > 2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
>> >>> commit history is available at:
>> >> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
>> >>
>> >
>> > There is already an Empia EM28XX driver in the official tree. If your driver
>> > is based on it, could you point at the first commit in *your* tree at
>> > mcentral.de which
>> > corresponds to that driver? (if you do, your history can be moved into
>> > central Git
>> > repo completely, every commit of it)
>> >
>>
>> The development has been split off for 3 years from the original
>> repository. The internal driver differs alot.
>
> So it is more like a new driver. I tried merging them about half a
> year ago (unsuccessfully, of course). In the end your driver worked
> with that piece of hardware I have (it seem to produce an awful lot of
> tracing though) and I stayed with it.
>
>> The driver has a long and rather bad history, which I'd like to avoid
>> by using the different directory.
>
> You could submit patches depricating it. Does the old driver support
> something yours does not?
>

There are some devices with a knob available that reading that
register is currently
not implemented in the newer driver, netBSD people figured out that
interrupts are delivered
when a key gets pressed (even on the remote control). This is a
construction side at the moment
and it should be changed to something appropriate like the netBSD
people implemented.

>> Some patches got ported from my repository into the kernel although
>> most devices don't work at all with the current inkernel driver (eg.
>> em2888, flash based, isdb-t, cx25843, some saa7114.. based devices).
>
> Mine (a Pinnacle-Apple-something, USB) does not work with it at all.
>
>

There's one limitation I cut out the drx3975d (might re-add it within
the next week
to the git repository)
I know this one is required for the Pinnacle 330e and an Hauppauge based device.

If you have problems with your device please start a thread on the em28xx ML:
http://mcentral.de/pipermail/em28xx/

regards,
Markus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:29       ` Alex Riesen
  2008-10-22 18:39         ` Markus Rechberger
@ 2008-10-22 18:40         ` Alex Riesen
  2008-10-22 18:50           ` Markus Rechberger
  2008-10-23  6:17           ` Alex Riesen
  1 sibling, 2 replies; 12+ messages in thread
From: Alex Riesen @ 2008-10-22 18:40 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: Linux Kernel Mailing List, em28xx

Alex Riesen, Wed, Oct 22, 2008 20:29:24 +0200:
> Markus Rechberger, Wed, Oct 22, 2008 20:10:49 +0200:
> > On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
> > > 2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
> > >>> commit history is available at:
> > >> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
> > >>
> > The [old] driver has a long and rather bad history, which I'd like to avoid
> > by using the different directory.
> 
> You could submit patches depricating it. Does the old driver support
> something yours does not?
> 

BTW, you forgot to a patch to include your driver into Kconfig of
drivers/media/video. Something like this, perhaps:

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 47102c2..1bbee59 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -781,7 +781,7 @@ source "drivers/media/video/gspca/Kconfig"
 
 source "drivers/media/video/pvrusb2/Kconfig"
 
-source "drivers/media/video/em28xx/Kconfig"
+source "drivers/media/video/empia/Kconfig"
 
 source "drivers/media/video/usbvision/Kconfig"
 

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:39         ` Markus Rechberger
@ 2008-10-22 18:45           ` Alex Riesen
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Riesen @ 2008-10-22 18:45 UTC (permalink / raw)
  To: Markus Rechberger
  Cc: Linux Kernel Mailing List, em28xx, Linux and Kernel Video

Markus Rechberger, Wed, Oct 22, 2008 20:39:51 +0200:
> >> Some patches got ported from my repository into the kernel although
> >> most devices don't work at all with the current inkernel driver (eg.
> >> em2888, flash based, isdb-t, cx25843, some saa7114.. based devices).
> >
> > Mine (a Pinnacle-Apple-something, USB) does not work with it at all.
> >
> 
> There's one limitation I cut out the drx3975d (might re-add it
> within the next week to the git repository) I know this one is
> required for the Pinnacle 330e and an Hauppauge based device.
> 
> If you have problems with your device please start a thread on the em28xx ML:
> http://mcentral.de/pipermail/em28xx/
> 

Ok, as soon as I get my hands on that card again.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:40         ` Alex Riesen
@ 2008-10-22 18:50           ` Markus Rechberger
  2008-10-23  6:17           ` Alex Riesen
  1 sibling, 0 replies; 12+ messages in thread
From: Markus Rechberger @ 2008-10-22 18:50 UTC (permalink / raw)
  To: Alex Riesen; +Cc: Linux Kernel Mailing List, em28xx

On Wed, Oct 22, 2008 at 8:40 PM, Alex Riesen
<fork0@users.sourceforge.net> wrote:
> Alex Riesen, Wed, Oct 22, 2008 20:29:24 +0200:
>> Markus Rechberger, Wed, Oct 22, 2008 20:10:49 +0200:
>> > On Wed, Oct 22, 2008 at 7:59 PM, Alex Riesen <raa.lkml@gmail.com> wrote:
>> > > 2008/10/22 Markus Rechberger <mrechberger@gmail.com>:
>> > >>> commit history is available at:
>> > >> http://mcentral.de/hg/~mrec/em28xx-new/shortlog
>> > >>
>> > The [old] driver has a long and rather bad history, which I'd like to avoid
>> > by using the different directory.
>>
>> You could submit patches depricating it. Does the old driver support
>> something yours does not?
>>
>
> BTW, you forgot to a patch to include your driver into Kconfig of
> drivers/media/video. Something like this, perhaps:
>
> diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
> index 47102c2..1bbee59 100644
> --- a/drivers/media/video/Kconfig
> +++ b/drivers/media/video/Kconfig
> @@ -781,7 +781,7 @@ source "drivers/media/video/gspca/Kconfig"
>
>  source "drivers/media/video/pvrusb2/Kconfig"
>
> -source "drivers/media/video/em28xx/Kconfig"
> +source "drivers/media/video/empia/Kconfig"
>
>  source "drivers/media/video/usbvision/Kconfig"
>
>

this one slipped through thanks :-)

Markus

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] em28xx patches against the latest git tree
  2008-10-22 18:40         ` Alex Riesen
  2008-10-22 18:50           ` Markus Rechberger
@ 2008-10-23  6:17           ` Alex Riesen
  1 sibling, 0 replies; 12+ messages in thread
From: Alex Riesen @ 2008-10-23  6:17 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: Linux Kernel Mailing List, em28xx

Alex Riesen, Wed, Oct 22, 2008 20:40:58 +0200:
> 
> BTW, you forgot to a patch to include your driver into Kconfig of
> drivers/media/video. ...
> 

And the upper-level Makefile. Otherwise the driver wasn't even
compiled. It has some warnings regarding unused inc_ref/dec_ref, BTW


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-10-23  6:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-22 17:34 [PATCH] em28xx patches against the latest git tree Markus Rechberger
2008-10-22 17:38 ` Markus Rechberger
2008-10-22 17:59   ` Alex Riesen
2008-10-22 18:10     ` Markus Rechberger
2008-10-22 18:29       ` Alex Riesen
2008-10-22 18:39         ` Markus Rechberger
2008-10-22 18:45           ` Alex Riesen
2008-10-22 18:40         ` Alex Riesen
2008-10-22 18:50           ` Markus Rechberger
2008-10-23  6:17           ` Alex Riesen
2008-10-22 18:02   ` [Em28xx] " Jelle de Jong
2008-10-22 18:23   ` Markus Rechberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).