Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Marc, > doing the from-git-to-svn way has one drawback, after importing from svn > again, the author information of your patches was trashed :(, Now I'm > the author, because I commited the patches to svn. > > Hope you don't mind. Grmbl, now I cannot sleep anymore tonight ;-))) No, I do no

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Marc Kleine-Budde
Marc Kleine-Budde wrote: >> I did not ask you to move to git... >> I just thought it was currently the opposite around, that the svn tree >> was generated from git these days... My mistake. > > If we decide to switch to git, then svn will probably be switched off. > But until then svn is the refer

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Hello Robert, > >> Is there a reason to have more than one version in ptxdist at one time? >> If not, we shouldn't make it configurable, because maintenance effort >> explodes then. If yes, it can be done. Note that, if a new version is >> available, it can be changed in the .

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Robert, > Is there a reason to have more than one version in ptxdist at one time? > If not, we shouldn't make it configurable, because maintenance effort > explodes then. If yes, it can be done. Note that, if a new version is > available, it can be changed in the .make file. But making it >

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Hello Marc, > > Thanks for looking into the patches. > Here are a few answers to your questions: > >> just call it LIBUSB_COMPAT, i'm lazy typer :) > > You should not have to type that name, it is generated by Kconfig ;-) > OK, I will change that. > >>> +config LIBUSB_VERSI

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Robert Schwebel
On Wed, Mar 04, 2009 at 09:49:25AM +0100, Remy Bohmer wrote: > >> +config LIBUSB_VERSION_COMPAT > >> +     string > >> +     prompt "Version number of libusb-compat" > >> +     default "0.1.0" > >> +     help > >> +       Version number of the libusb compatibility layer > >> +       First version r

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Marc, Thanks for looking into the patches. Here are a few answers to your questions: > > just call it LIBUSB_COMPAT, i'm lazy typer :) You should not have to type that name, it is generated by Kconfig ;-) OK, I will change that. >> +config LIBUSB_VERSION_COMPAT >> +     string >> +     pr