shaybc Posted August 7, 2008 Share Posted August 7, 2008 hello, i have tried for the last two months to write an LG laptop keyboard driver, using the apple PS2 Keyboard code, i have managed to initialize the keyboard and receive some hex codes in response, i have registered the driver to receive key events, and no matter what i do i cannot receive click events (the callback method never runs), are there any driver developers here that have a direction what can i do next? thanks ahead for any thought and idea, Shay. Link to comment Share on other sites More sharing options...
Guest BuildSmart Posted August 8, 2008 Share Posted August 8, 2008 hello, i have tried for the last two months to write an LG laptop keyboard driver, using the apple PS2 Keyboard code, i have managed to initialize the keyboard and receive some hex codes in response, i have registered the driver to receive key events, and no matter what i do i cannot receive click events (the callback method never runs), are there any driver developers here that have a direction what can i do next? thanks ahead for any thought and idea, Shay. Archive your project, attach it to the first post and I'll take a look at it when I have time. Link to comment Share on other sites More sharing options...
shaybc Posted August 12, 2008 Author Share Posted August 12, 2008 Archive your project, attach it to the first post and I'll take a look at it when I have time. hi and thanks for the answer, i havent changed the attached link code, i have tried to play with it in many direction but none of them worked, as i mentioned the registering and initializing is succeeding but no response from the callback method. any idea what to try next? Link to comment Share on other sites More sharing options...
Recommended Posts