Solomon Peachy

Results 25 comments of Solomon Peachy

I just got bit by something similar to this, authenticating against gitlab. I'm currently using gerrit 2.14.20 and the 2.14.6.2 gerrit-oauth-plugin release. I tried to enable gitlab autnentication, configured gitlab...

I've spent some quality time on this today, after having upgraded to gerrit 2.16.23, and the latest version of the 2.16 build of the oauth plugin. I discovered that the...

[hiby_player_mips_elf.zip](https://github.com/avast-tl/retdec/files/2428269/hiby_player_mips_elf.zip) Here you go.

xburst is stock mips32r1 (or mips32r2) plus proprietary DSP/SIMD extensions. I do not know if the executable in question utilizes anything that isn't bog-standard mips32. But be that as it...

Hmm, building and running directly out of the git repo yields an endless loop of: ``` ! PNP Bus 003 Device 017: libusb_get_device_descriptor: Pipe error + PNP Bus 003 Device...

Post-update: ``` ! PNP Bus 003 Device 017: libusb_get_descriptor(0x21): Pipe error + PNP Bus 003 Device 017: retry ``` It seems that the commit (10450463) only changes a string, rather...

bisecting between the 0.9.19 and master shows "nothing but pipe errors" started with commit 971f06606b7fa8ee4725a41d7d EDIT: pasted the wrong commit.

Ok, the current problem is that you're looking at the top-level interface descriptor type (which is 0x04, ie "DT_INTERFACE"), not the class-specific descriptor. This information is not directly exposed via...

Yes, ubutils works fine -- I originally wrote that patch for this very CP1200. :) The problem is that you're asking for a _device_ descriptor; whereas the class-specific stuff is...

Full lsusb -v output for the device: ``` Bus 003 Device 017: ID 04a9:32b1 Canon, Inc. SELPHY CP1200 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 bDeviceSubClass 0...