This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11401 - HDD63x0 Keymap fixes
Attached to Project:
Rockbox
Opened by Joe Balough (scallopedllama) - Monday, 14 June 2010, 10:51 GMT+2
Last edited by Szymon Dziok (b0hoon) - Saturday, 18 September 2010, 22:35 GMT+2
Opened by Joe Balough (scallopedllama) - Monday, 14 June 2010, 10:51 GMT+2
Last edited by Szymon Dziok (b0hoon) - Saturday, 18 September 2010, 22:35 GMT+2
|
DetailsI hacked away at the button-hdd6330.c file and managed to get all of the buttons working, eliminating the keymap issue.
There were some odd issues because this thing actually has two scrollbars. The previous, play/pause and next buttons are one one and the standard vertical scroll bar is another. It checks the index value in the forth data byte and uses that to determine which is reporting a button press. Interestingly, there is a hidden button opposite the menu button that I enabled as BUTTON_VIEW, if something else would be more useful, let me know. |
This task depends upon
Closed by Szymon Dziok (b0hoon)
Saturday, 18 September 2010, 22:35 GMT+2
Reason for closing: Accepted
Additional comments about closing: Different version commited in r27274
Saturday, 18 September 2010, 22:35 GMT+2
Reason for closing: Accepted
Additional comments about closing: Different version commited in r27274
my code works for now but b0hoon said has better stuff that he'll commit in the future.