<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/pvrusb2/Kconfig, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE</title>
<updated>2009-03-20T22:33:59+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-20T22:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a728c348653d59c62786e26db627004f9b402519'/>
<id>a728c348653d59c62786e26db627004f9b402519</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependencies</title>
<updated>2009-03-10T05:30:23+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-10T05:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b08b8d66d6c66efb91344fad801cabb14ced6c33'/>
<id>b08b8d66d6c66efb91344fad801cabb14ced6c33</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of the other occurrences of DVB_FE_CUSTOMIZE typo</title>
<updated>2009-03-08T11:02:53+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-08T11:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=0f150356bedfcbfe38b12f5f70c01c3daff98ed0'/>
<id>0f150356bedfcbfe38b12f5f70c01c3daff98ed0</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kconfig: replace DVB_FE_CUSTOMIZE to DVB_FE_CUSTOMISE</title>
<updated>2009-03-06T11:25:35+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-06T11:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=3ab3e879ca4a6d8a00f98d751af7890688b4aee4'/>
<id>3ab3e879ca4a6d8a00f98d751af7890688b4aee4</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

The name of the option is DVB_FE_CUSTOMISE. However, on a few places, a wrong
name were used, due to a typo (DVB_FE_CUSTOMIZE).

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

The name of the option is DVB_FE_CUSTOMISE. However, on a few places, a wrong
name were used, due to a typo (DVB_FE_CUSTOMIZE).

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changeset 9886</title>
<updated>2008-12-16T18:25:46+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2008-12-16T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=1e115775994e75b023a2b0a53fecb75bb949cc95'/>
<id>1e115775994e75b023a2b0a53fecb75bb949cc95</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Changeset 9886 were applied by mistake, reverting changeset 9885, that
got a wrong comment. Let's revert it.

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Changeset 9886 were applied by mistake, reverting changeset 9885, that
got a wrong comment. Let's revert it.

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove select's of FW_LOADER</title>
<updated>2008-07-27T13:04:55+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-07-27T13:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256'/>
<id>b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256</id>
<content type='text'>
From: Adrian Bunk &lt;bunk@kernel.org&gt;

After commit d9b19199e4894089456aaad295023263b5225c1a
(always enable FW_LOADER unless EMBEDDED=y) we can remove
the FW_LOADER select's and corresponding dependencies
on HOTPLUG.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Adrian Bunk &lt;bunk@kernel.org&gt;

After commit d9b19199e4894089456aaad295023263b5225c1a
(always enable FW_LOADER unless EMBEDDED=y) we can remove
the FW_LOADER select's and corresponding dependencies
on HOTPLUG.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb: Fix Kconfig if DVB=m V4L_core=y</title>
<updated>2008-05-14T05:08:19+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-05-14T05:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=ff9096bbd55f8b8c208aa367374abc7951145491'/>
<id>ff9096bbd55f8b8c208aa367374abc7951145491</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


As reported by Ingo Molnar:

x86.git testing found the following build failure:

  drivers/built-in.o: In function `pvr2_dvb_feed_thread':
  pvrusb2-dvb.c:(.text+0x127e78): undefined reference to `dvb_dmx_swfilter'
  drivers/built-in.o: In function `pvr2_dvb_adapter_exit':
  pvrusb2-dvb.c:(.text+0x128357): undefined reference to `dvb_net_release'
  pvrusb2-dvb.c:(.text+0x12836f): undefined reference to `dvb_dmxdev_release'
  [...]

with this config:

  CONFIG_VIDEO_PVRUSB2=y
  CONFIG_DVB_CORE=m

i.e. pvrusb2 is built-in, dvb-core is modular.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


As reported by Ingo Molnar:

x86.git testing found the following build failure:

  drivers/built-in.o: In function `pvr2_dvb_feed_thread':
  pvrusb2-dvb.c:(.text+0x127e78): undefined reference to `dvb_dmx_swfilter'
  drivers/built-in.o: In function `pvr2_dvb_adapter_exit':
  pvrusb2-dvb.c:(.text+0x128357): undefined reference to `dvb_net_release'
  pvrusb2-dvb.c:(.text+0x12836f): undefined reference to `dvb_dmxdev_release'
  [...]

with this config:

  CONFIG_VIDEO_PVRUSB2=y
  CONFIG_DVB_CORE=m

i.e. pvrusb2 is built-in, dvb-core is modular.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FW_LOADER depencency at v4l/dvb</title>
<updated>2008-05-06T14:09:01+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-05-06T14:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d2e4d325373507cb36a3c4993cd675331edad4cd'/>
<id>d2e4d325373507cb36a3c4993cd675331edad4cd</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Since:

1) FW_LOADER is defined as:

config FW_LOADER
        tristate "Userspace firmware loading support"
        depends on HOTPLUG

2) several V4L/DVB driver just selects it;

3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.

So, All drivers that select FW_LOADER should also depend on HOTPLUG.

An easier solution (for the end-user perspective) would be to "select HOTPLUG".
However, live is not simple. This would cause recursive dependency issues like
this one:

drivers/usb/Kconfig:62:error: found recursive dependency: USB -&gt; USB_OHCI_HCD
-&gt; I2C -&gt; MEDIA_TUNER -&gt; MEDIA_TUNER_XC2028 -&gt; HOTPLUG -&gt; PCCARD -&gt; PCMCIA -&gt;
USB_ARCH_HAS_HCD -&gt; MOUSE_APPLETOUCH -&gt; USB

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Since:

1) FW_LOADER is defined as:

config FW_LOADER
        tristate "Userspace firmware loading support"
        depends on HOTPLUG

2) several V4L/DVB driver just selects it;

3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.

So, All drivers that select FW_LOADER should also depend on HOTPLUG.

An easier solution (for the end-user perspective) would be to "select HOTPLUG".
However, live is not simple. This would cause recursive dependency issues like
this one:

drivers/usb/Kconfig:62:error: found recursive dependency: USB -&gt; USB_OHCI_HCD
-&gt; I2C -&gt; MEDIA_TUNER -&gt; MEDIA_TUNER_XC2028 -&gt; HOTPLUG -&gt; PCCARD -&gt; PCMCIA -&gt;
USB_ARCH_HAS_HCD -&gt; MOUSE_APPLETOUCH -&gt; USB

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-creates VIDEO_TUNER</title>
<updated>2008-05-06T12:35:58+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-05-06T12:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9493be0fed378b8b160c7df7bffa6aeb66c65cf8'/>
<id>9493be0fed378b8b160c7df7bffa6aeb66c65cf8</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
previous behaviour before the creation of MEDIA_TUNER.

Before this patch, tuner.ko were created even for drivers that don't need a
tuner (like webcam drivers).

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
previous behaviour before the creation of MEDIA_TUNER.

Before this patch, tuner.ko were created even for drivers that don't need a
tuner (like webcam drivers).

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same name convention for all tuners under common/tuners</title>
<updated>2008-04-30T03:09:25+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-04-30T03:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=c8566d4e92c2279fd31da9154b12034dd1d1984d'/>
<id>c8566d4e92c2279fd31da9154b12034dd1d1984d</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

kernel-sync:

Auto generated by this script:
for i in `find drivers/media/ -name Kconfig`; do
  cat $i                                        |\
  sed s,DVB_CORE_ATTACH,MEDIA_ATTACH,g          |\
  sed s,VIDEO_TUNER,MEDIA_TUNER,g               |\
  sed s,TUNER_SIMPLE,MEDIA_TUNER_SIMPLE,g       |\
  sed s,TUNER_TDA8290,MEDIA_TUNER_TDA8290,g     |\
  sed s,DVB_TDA827X,MEDIA_TUNER_TDA827X,g       |\
  sed s,DVB_TDA18271,MEDIA_TUNER_TDA18271,g     |\
  sed s,TUNER_TDA9887,MEDIA_TUNER_TDA9887,g     |\
  sed s,TUNER_TEA5761,MEDIA_TUNER_TEA5761,g     |\
  sed s,TUNER_TEA5767,MEDIA_TUNER_TEA5767,g     |\
  sed s,TUNER_MT20XX,MEDIA_TUNER_MT20XX,g       |\
  sed s,DVB_TUNER_MT2060,MEDIA_TUNER_MT2060,g   |\
  sed s,DVB_TUNER_MT2266,MEDIA_TUNER_MT2266,g   |\
  sed s,DVB_TUNER_MT2131,MEDIA_TUNER_MT2131,g   |\
  sed s,DVB_TUNER_QT1010,MEDIA_TUNER_QT1010,g   |\
  sed s,TUNER_XC2028,MEDIA_TUNER_XC2028,g       |\
  sed s,DVB_TUNER_XC5000,MEDIA_TUNER_XC5000,g   &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

for i in `find drivers/media/ -type f`; do
  cat $i                                                        |\
  sed s,CONFIG_DVB_CORE_ATTACH,CONFIG_MEDIA_ATTACH,g            |\
  sed s,CONFIG_VIDEO_TUNER,CONFIG_MEDIA_TUNER,g                 |\
  sed s,CONFIG_TUNER_SIMPLE,CONFIG_MEDIA_TUNER_SIMPLE,g         |\
  sed s,CONFIG_TUNER_TDA8290,CONFIG_MEDIA_TUNER_TDA8290,g       |\
  sed s,CONFIG_DVB_TDA827X,CONFIG_MEDIA_TUNER_TDA827X,g         |\
  sed s,CONFIG_DVB_TDA18271,CONFIG_MEDIA_TUNER_TDA18271,g       |\
  sed s,CONFIG_TUNER_TDA9887,CONFIG_MEDIA_TUNER_TDA9887,g       |\
  sed s,CONFIG_TUNER_TEA5761,CONFIG_MEDIA_TUNER_TEA5761,g       |\
  sed s,CONFIG_TUNER_TEA5767,CONFIG_MEDIA_TUNER_TEA5767,g       |\
  sed s,CONFIG_TUNER_MT20XX,CONFIG_MEDIA_TUNER_MT20XX,g         |\
  sed s,CONFIG_DVB_TUNER_MT2060,CONFIG_MEDIA_TUNER_MT2060,g     |\
  sed s,CONFIG_DVB_TUNER_MT2266,CONFIG_MEDIA_TUNER_MT2266,g     |\
  sed s,CONFIG_DVB_TUNER_MT2131,CONFIG_MEDIA_TUNER_MT2131,g     |\
  sed s,CONFIG_DVB_TUNER_QT1010,CONFIG_MEDIA_TUNER_QT1010,g     |\
  sed s,CONFIG_TUNER_XC2028,CONFIG_MEDIA_TUNER_XC2028,g         |\
  sed s,CONFIG_DVB_TUNER_XC5000,CONFIG_MEDIA_TUNER_XC5000,g     &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

kernel-sync:

Auto generated by this script:
for i in `find drivers/media/ -name Kconfig`; do
  cat $i                                        |\
  sed s,DVB_CORE_ATTACH,MEDIA_ATTACH,g          |\
  sed s,VIDEO_TUNER,MEDIA_TUNER,g               |\
  sed s,TUNER_SIMPLE,MEDIA_TUNER_SIMPLE,g       |\
  sed s,TUNER_TDA8290,MEDIA_TUNER_TDA8290,g     |\
  sed s,DVB_TDA827X,MEDIA_TUNER_TDA827X,g       |\
  sed s,DVB_TDA18271,MEDIA_TUNER_TDA18271,g     |\
  sed s,TUNER_TDA9887,MEDIA_TUNER_TDA9887,g     |\
  sed s,TUNER_TEA5761,MEDIA_TUNER_TEA5761,g     |\
  sed s,TUNER_TEA5767,MEDIA_TUNER_TEA5767,g     |\
  sed s,TUNER_MT20XX,MEDIA_TUNER_MT20XX,g       |\
  sed s,DVB_TUNER_MT2060,MEDIA_TUNER_MT2060,g   |\
  sed s,DVB_TUNER_MT2266,MEDIA_TUNER_MT2266,g   |\
  sed s,DVB_TUNER_MT2131,MEDIA_TUNER_MT2131,g   |\
  sed s,DVB_TUNER_QT1010,MEDIA_TUNER_QT1010,g   |\
  sed s,TUNER_XC2028,MEDIA_TUNER_XC2028,g       |\
  sed s,DVB_TUNER_XC5000,MEDIA_TUNER_XC5000,g   &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

for i in `find drivers/media/ -type f`; do
  cat $i                                                        |\
  sed s,CONFIG_DVB_CORE_ATTACH,CONFIG_MEDIA_ATTACH,g            |\
  sed s,CONFIG_VIDEO_TUNER,CONFIG_MEDIA_TUNER,g                 |\
  sed s,CONFIG_TUNER_SIMPLE,CONFIG_MEDIA_TUNER_SIMPLE,g         |\
  sed s,CONFIG_TUNER_TDA8290,CONFIG_MEDIA_TUNER_TDA8290,g       |\
  sed s,CONFIG_DVB_TDA827X,CONFIG_MEDIA_TUNER_TDA827X,g         |\
  sed s,CONFIG_DVB_TDA18271,CONFIG_MEDIA_TUNER_TDA18271,g       |\
  sed s,CONFIG_TUNER_TDA9887,CONFIG_MEDIA_TUNER_TDA9887,g       |\
  sed s,CONFIG_TUNER_TEA5761,CONFIG_MEDIA_TUNER_TEA5761,g       |\
  sed s,CONFIG_TUNER_TEA5767,CONFIG_MEDIA_TUNER_TEA5767,g       |\
  sed s,CONFIG_TUNER_MT20XX,CONFIG_MEDIA_TUNER_MT20XX,g         |\
  sed s,CONFIG_DVB_TUNER_MT2060,CONFIG_MEDIA_TUNER_MT2060,g     |\
  sed s,CONFIG_DVB_TUNER_MT2266,CONFIG_MEDIA_TUNER_MT2266,g     |\
  sed s,CONFIG_DVB_TUNER_MT2131,CONFIG_MEDIA_TUNER_MT2131,g     |\
  sed s,CONFIG_DVB_TUNER_QT1010,CONFIG_MEDIA_TUNER_QT1010,g     |\
  sed s,CONFIG_TUNER_XC2028,CONFIG_MEDIA_TUNER_XC2028,g         |\
  sed s,CONFIG_DVB_TUNER_XC5000,CONFIG_MEDIA_TUNER_XC5000,g     &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
