From: Oliver Endriss <o.endriss@gmx.de>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media@vger.kernel.org, Hans Verkuil <hverkuil@xs4all.nl>,
Devin Heitmueller <dheitmueller@kernellabs.com>,
Jean-Francois Moine <moinejf@free.fr>,
Hans de Goede <hdegoede@redhat.com>
Subject: Re: Debug code in HG repositories
Date: Tue, 11 Jan 2011 02:20:59 +0100 [thread overview]
Message-ID: <201101110221.01249@orion.escape-edv.de> (raw)
In-Reply-To: <4D2AFB1D.5080708@redhat.com>
On Monday 10 January 2011 13:27:09 Mauro Carvalho Chehab wrote:
> > ...
> > diff -upr /tmp/stripped/drivers/media/dvb/ngene/ngene-cards.c /tmp/not_stripped/drivers/media/dvb/ngene/ngene-cards.c
> > --- /tmp/stripped/drivers/media/dvb/ngene/ngene-cards.c 2011-01-10 10:01:49.000000000 -0200
> > +++ /tmp/not_stripped/drivers/media/dvb/ngene/ngene-cards.c 2011-01-10 10:02:05.000000000 -0200
> > @@ -272,6 +272,32 @@ static const struct pci_device_id ngene_
> > NGENE_ID(0x18c3, 0xdd10, ngene_info_duoFlexS2),
> > NGENE_ID(0x18c3, 0xdd20, ngene_info_duoFlexS2),
> > NGENE_ID(0x1461, 0x062e, ngene_info_m780),
> > +#if 0 /* not (yet?) supported */
> > + NGENE_ID(0x18c3, 0x0000, ngene_info_appboard),
> > + NGENE_ID(0x18c3, 0x0004, ngene_info_appboard),
> > + NGENE_ID(0x18c3, 0x8011, ngene_info_appboard),
> > + NGENE_ID(0x18c3, 0x8015, ngene_info_appboard_ntsc),
> > + NGENE_ID(0x153b, 0x1167, ngene_info_terratec),
> > + NGENE_ID(0x18c3, 0x0030, ngene_info_python),
> > + NGENE_ID(0x18c3, 0x0052, ngene_info_sidewinder),
> > + NGENE_ID(0x18c3, 0x8f00, ngene_info_racer),
> > + NGENE_ID(0x18c3, 0x0041, ngene_info_viper_v1),
> > + NGENE_ID(0x18c3, 0x0042, ngene_info_viper_v2),
> > + NGENE_ID(0x14f3, 0x0041, ngene_info_vbox_v1),
> > + NGENE_ID(0x14f3, 0x0043, ngene_info_vbox_v2),
> > + NGENE_ID(0x18c3, 0xabcd, ngene_info_s2),
> > + NGENE_ID(0x18c3, 0xabc2, ngene_info_s2_b),
> > + NGENE_ID(0x18c3, 0xabc3, ngene_info_s2_b),
> > + NGENE_ID(0x18c3, 0x0001, ngene_info_appboard),
> > + NGENE_ID(0x18c3, 0x0005, ngene_info_appboard),
> > + NGENE_ID(0x18c3, 0x0009, ngene_info_appboard_atsc),
> > + NGENE_ID(0x18c3, 0x000b, ngene_info_appboard_atsc),
> > + NGENE_ID(0x18c3, 0x0010, ngene_info_shrek_50_fp),
> > + NGENE_ID(0x18c3, 0x0011, ngene_info_shrek_60_fp),
> > + NGENE_ID(0x18c3, 0x0012, ngene_info_shrek_50),
> > + NGENE_ID(0x18c3, 0x0013, ngene_info_shrek_60),
> > + NGENE_ID(0x18c3, 0x0000, ngene_info_hognose),
> > +#endif
> > {0}
> > };
> > MODULE_DEVICE_TABLE(pci, ngene_id_tbl);
>
> It is probably a good idea to backport this one. I would change it to #if 1, to allow
> people to test (or I would create a CONFIG_NGENE_EXPERIMENTAL to enable such support).
Nack, it would not work. If you have a look at a really unstripped ;-)
version of the file, you will notice that you have to invest a
considerable amount of effort to get these card types running.
This kind of stuff should be added one by one, whenever someone is
working on it.
CU
Oliver
--
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------
next prev parent reply other threads:[~2011-01-11 1:23 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 19:53 Debug code in HG repositories Oliver Endriss
2011-01-07 20:13 ` Devin Heitmueller
2011-01-07 21:06 ` Hans Verkuil
2011-01-07 23:42 ` Theodore Kilgore
2011-01-10 11:46 ` Mauro Carvalho Chehab
2011-01-10 13:05 ` Johannes Stezenbach
2011-01-10 22:00 ` Theodore Kilgore
2011-01-07 23:56 ` Oliver Endriss
2011-01-10 12:04 ` Mauro Carvalho Chehab
2011-01-10 12:27 ` Mauro Carvalho Chehab
2011-01-11 1:20 ` Oliver Endriss [this message]
2011-01-11 1:10 ` Oliver Endriss
2011-04-03 13:40 ` Mauro Carvalho Chehab
2011-01-08 1:02 ` Vincent McIntyre
2011-01-10 12:33 ` Mauro Carvalho Chehab
2011-01-11 10:37 ` Vincent McIntyre
2011-01-11 16:21 ` Mauro Carvalho Chehab
2011-01-11 10:47 ` Vincent McIntyre
2011-01-11 16:26 ` Mauro Carvalho Chehab
2011-01-08 4:08 ` VDR User
2011-01-10 11:27 ` Mauro Carvalho Chehab
2011-01-08 6:06 ` Jarod Wilson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201101110221.01249@orion.escape-edv.de \
--to=o.endriss@gmx.de \
--cc=dheitmueller@kernellabs.com \
--cc=hdegoede@redhat.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=moinejf@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox