[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-28 Thread superspirit
hi Eric, good to know your experience, wht i heard is omap-BB usbport does not support low speed and full speed devices, for that u need to put powerd usb-hub. i have yet to get one powerd usb-hub. -super On Oct 28, 1:36 am, Eric Finseth eric.fins...@gmail.com wrote: Here is my

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-27 Thread Eric Finseth
Here is my experience with keyboards on Beagleboard. 1. Make sure the USB hub has external power (I'm not 100% sure this is a requirement). 2. Make sure the keyboard is plugged in before the BeagleBoard is turned on. 3. Make sure the keyboard is simple. My fancy ergonomic keyboard will not work

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread Sunny Liu
Please check your device is detected and initial to USB HID driver! To have log messages will be helpful to figure-out your problem! Sunny 2009/10/24 superspirit superspiri...@gmail.com Hi sunny, i dont think connecting usb keyboard before power ON does any difference. i have tryed it, then

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread superspirit
hi sunny, throughout the log messages i found only one usb line, that is E/BatteryService( 665): Could not open '/sys/class/power_supply/usb/ online' thats all. -super On Oct 26, 12:48 pm, Sunny Liu sunnycj...@gmail.com wrote: Please check your device is detected and initial to USB HID

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread Sunny Liu
Hi, Here are Kernel log message : input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-2/2-2.1/2-2.1:1.0/input/input2 input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-ehci-omap.0-2.1 input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-2/2-2.1/2-2.1:1.1/input/input3 input:

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-24 Thread superspirit
hi, may be your can tryout these things. 1) you can check the logcat may be you can get some information about keyboard. 2) you may need to compile the android (kernel) and include the drivers for usb-keyboard. update us your tryouts. thanks super On Oct 23, 7:41 pm, Robotor Dicosta

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-24 Thread Sunny Liu
As I know that Android system can't support hot plug from USB device now! To plug USB keyboard then let system power on! Sunny 2009/10/21 Robo robotronic...@gmail.com Hi, Please tell me the procedure how to work USB keyboard which is connected to USB HUB to the beagleboard with Android

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-24 Thread superspirit
Hi sunny, i dont think connecting usb keyboard before power ON does any difference. i have tryed it, then also androind wont detect usb- keyboard. -super On Oct 24, 11:59 am, Sunny Liu sunnycj...@gmail.com wrote: As I know that Android system can't support hot plug from USB device now! To

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-23 Thread Robotor Dicosta
Hi, I have checked, when the android kernel boots initially there is light on the USB Keyboard (if CAPS ON)connected to USB Hub then it stop. Even if it is externally powered then also USB keyboard is not working? This means that kernel is not detecting the USB Hub connected to USB mouse. Please

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-22 Thread superspirit
hi, is the hub externally powered ? On Oct 21, 4:42 pm, Robo robotronic...@gmail.com wrote: Hi, Please tell me the procedure how to work USB keyboard which is connected to USB HUB to the beagleboard with Android image.I refered to qwerty.kl. But i don't know how to modify. After compile,