Quoting Michael Buesch <mb@xxxxxxxxx>: > Uh, why? I thought it is just an optimization and > git walks the tree, if the server info is not updated. > > But I ran it manually now. The driver is working now! As for git, I think all you need to make hooks/post-update executable, since it already has the right command in it. The problem is that git-fetch trusts refs/info instead of making individual requests to refs/branches/*. Git needs to request refs/info anyway because it never relies on the ability to request and parse http directory listings. And since refs/info already has the branch heads, why request more files? I know, this sounds weird. It must be caused by the git developers' attitude towards http as a dumb protocol. -- Regards, Pavel Roskin - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html