View Single Post
  #179 (permalink)  
Old 07-31-2008, 05:08 PM
rcintorino's Avatar
rcintorino
Lurker
Offline
Location: Coram, NY
 
Join Date: Jun 2008
Posts: 7
Reputation: 0
rcintorino is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to rcintorino
Re: Linux/Android working on Titan

if we're trying to get hardware keyboard working, shouldn't we be looking at IRQ's and I/O address's? after all, a keyboard puts a value in an I/O address (mailbox) then flags and IRQ so the processor can then go the the I/O address (mailbox) and get the data (mail). at least that's a simplified version of what a real keyboard words.

I also think that a lot of the buttons are done the same was, because no GPIO is pulled, so maybe an IRQ is. I haven't had much time to play with it, just during lunch break.


The power button is GPIO 205, Voice command input GPIO is 291, it has an output GPIO of 131 (not sure exactly what this is, but I know it's changed by software) yes I know these are only what haret considers them and that the're not the true address of gpio

anyone else have any luck?
Reply With Quote