On Thu, Sep 02, 2010 at 11:09:07AM +0400, Nikolai Kondrashov wrote: > On 09/02/2010 05:56 AM, Greg KH wrote: > >>OK, usbhid-dump 1.1 is released, you could use tag "1.1" now. > >How would I do that (I've never messed with git submodules before.) > I guess going into usbhid-dump directory and running "git checkout 1.1" > should be enough. After that you could add the revision change to the cache > with "git add usbhid-dump". But wouldn't that break the "subproject" type link and check in a "real" version? How is this going to work when I do a 'make distcheck' to generate a tarball? It looks like that works, but I want to make sure here. > >I applied your original patch and that seems to work here, anything else > >I need to do? > Well, no, apart from maybe adding a usbhid-dump/bootstrap call to > autogen.sh. Like this: > > diff --git a/autogen.sh b/autogen.sh > index 668d8a3..2e7bfc5 100755 > --- a/autogen.sh > +++ b/autogen.sh > @@ -1,5 +1,9 @@ > #!/bin/sh -e > > +cd usbhid-dump > +./bootstrap > +cd .. > + > #gtkdocize > autoreconf --install --symlink That works, I've added this. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html