On 07/07/2012 01:22 AM, Mauro Carvalho Chehab wrote:
Em 03-07-2012 18:47, Antti Palosaari escreveu:
On 07/02/2012 04:08 PM, Antti Palosaari wrote:
Here it is finally - quite totally rewritten DVB-USB-framework. I
haven't got almost any feedback so far...

I rebased it in order to fix compilation issues coming from Kconfig.


regards
Antti


The following changes since commit
6887a4131da3adaab011613776d865f4bcfb5678:

    Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)

are available in the git repository at:

    git://linuxtv.org/anttip/media_tree.git dvb_usb_pull

for you to fetch changes up to 747abaa1e0ee4415e67026c119cb73e6277f4898:

    dvb_usb_v2: remove usb_clear_halt() from stream (2012-07-02 15:54:29
+0300)

----------------------------------------------------------------
Antti Palosaari (103):
        dvb_usb_v2: copy current dvb_usb as a starting point

Naming the DVB USB v2 as dvb_usb, instead of dvb-usb is very very ugly.
It took me some time to discover what happened.

You should have named it as dvb-usb-v2 instead, or to store it into
a separate directory.

This is even worse as it seems that this series doesn't change all
drivers to use dvb usb v2. So, it will be harder to discover what
drivers are at V1 and what are at V2.

I won't merge it as-is at staging/for_v3.6. I may eventually create
a separate topic branch and add them there, while the namespace mess
is not corrected, if I still have some time today. Otherwise, I'll only
handle that after returning from vacations.

I moved it to the dvb-usb-v2 directory. Same location only added patch top of that.

Surely I can convert all drivers and use old directory, but IMHO it is simply too risky. We have already too much problems coming from that kind of big changes.

And what goes to file naming hyphen (-) vs. underscore (_), underscore seems to be much more common inside Kernel. Anyhow, I keep directory name as dvb-usb-v2 to follow old naming.

$ find ./ -type f -printf "%f\n" | grep "_" | wc -l
21465
$ find ./ -type f -printf "%f\n" | grep "-" | wc -l
13927


regards
Antti


--
http://palosaari.fi/


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to