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
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
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 .
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
>
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
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
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
Remy Bohmer wrote:
> Signed-off-by: Remy Bohmer ---
> rules/libusb.in | 38 ++
> rules/libusb.make | 20 ++--
> 2 files changed, 56 insertions(+), 2 deletions(-)
see comments below,
>
> diff --git a/rules/libusb.in b/rules/libusb.in
> i
Signed-off-by: Remy Bohmer