On Sat, May 26, 2012 at 6:35 PM, Xiaofan Chen wrote:
> On Sat, May 26, 2012 at 6:26 PM, Xiaofan Chen wrote:
>> On Fri, May 25, 2012 at 2:01 AM, Pete Batard wrote:
>>> This one does a few things:
>>>
>>> 1. It sets the origin of the timestamps to the first libusb_init() call
>>> issued by the app
On Sat, May 26, 2012 at 6:26 PM, Xiaofan Chen wrote:
> On Fri, May 25, 2012 at 2:01 AM, Pete Batard wrote:
>> This one does a few things:
>>
>> 1. It sets the origin of the timestamps to the first libusb_init() call
>> issued by the application. The idea is to avoid getting an arbitrary origin
>>
On Fri, May 25, 2012 at 2:01 AM, Pete Batard wrote:
> This one does a few things:
>
> 1. It sets the origin of the timestamps to the first libusb_init() call
> issued by the application. The idea is to avoid getting an arbitrary origin
> once we have toggleable logging, as it is currently set to t
On Thu, May 24, 2012 at 11:39 PM, Pete Batard wrote:
> This one should work a bit better.
>
Tested under Mac OS X Lion.
I am not so sure why there is the last warning about pipe stall.
The first two warning messages are because of the Apple
USB Bluetooth controller.
+++
mymacmini:examples
On Sat, May 26, 2012 at 4:40 PM, Tormod Volden wrote:
> To remove the latest commit in your own git tree, run
> git reset --hard HEAD^
> This resets the tree to the current 2nd commit (HEAD is a short for
> the top commit, HEAD^ is second, HEAD^^ us third, etc.).
Great, this works perfectly.
I
2012/5/26 Yves Arrouye :
> Sorry for the slight thread hijack, but how/when do patches make it
> into GIT, so we can just pull from GIT?
Mainly when Pete Batard decides to commit and push the change.
The list of people allowed to push changes is available at [1]. I am
one of them but I prefer to l
On Sat, May 26, 2012 at 7:16 AM, Xiaofan Chen wrote:
> On Thu, May 24, 2012 at 11:39 PM, Pete Batard wrote:
>> This one should work a bit better.
>>
>
> Let me try to use this as an exercise to learn how to revert the
> existing v1 patch and then apply this v2 patch.
>
>> On 2012.05.24 14:17, Xiaof