thefloweringash / iousbhiddriver-descriptor-override

Fix broken USB HID descriptors. Now with Noppoo Choc Mini support!
http://thefloweringash.github.io/iousbhiddriver-descriptor-override
GNU Lesser General Public License v3.0
204 stars 25 forks source link

noppoo mini84 space&enter key exchange #8

Closed rhybroy closed 11 years ago

rhybroy commented 11 years ago

the driver is loaded and being used for your device. other keys behaving correctly except the space&enter key exchanged. it's so strange. this is my device info. "idProduct" => 33792 "bcdDevice" => 256 "idVendor" => 4103

thefloweringash commented 11 years ago

This could be caused by a keyboard with the same id as another keyboard but with a different report format. To verify I need to see the report descriptor: either the yaml file produced by rake scan, or failing that, a USB Bus probe.

If you're happy to investigate, try installing from source after a rake scan. This will generate the Info.plist from the report descriptor obtained from your keyboard.

rhybroy commented 11 years ago

Thanks for your replay.

i clone the source and installed normal way. it still has the same issue that the space and Ret key exchanged.

then i reinstalled after a rake scan, reboot and it worked.

here is the yaml file produced by rake scan.

On 2013-4-25, at 上午12:55, Andrew Childs notifications@github.com wrote:

This could be caused by a keyboard with the same id as another keyboard but with a different report format. To verify I need to see the report descriptor: either the yaml file produced by rake scan, or failing that, a USB Bus probe.

If you're happy to investigate, try installing from source after a rake scan. This will generate the Info.plist from the report descriptor obtained from your keyboard.

— Reply to this email directly or view it on GitHub.

thefloweringash commented 11 years ago

Closing since this is solved, but tracking the problem in another ticket.