[android-porting] Re: Broadcom STA drvier w/ nl80211

2012-03-08 Thread fuzzy7k
I tried this again with v8 WEXT. I get the same error about reloading firmware. Failed to reload STA firmware java.lang.IllegalStateException: Error communicating to native daemon -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Broadcom STA drvier w/ nl80211

2012-02-28 Thread fuzzy7k
Hello, I am trying to use the Broadcom hybrid driver with wpa_supplicant_8 in ics. This driver works with v6 using AWEXT, I don't remember if I tried v8 with WEXT. This driver compiles with the kernel and is self contained, meaning firmware is built in. Any ideas why it is failing? 02-28

[android-porting] monitoring sysfs for hardware state change?

2011-12-22 Thread fuzzy7k
I am porting to a tablet PC with some quirks. When I place the screen into tablet mode, the keyboard is disabled. This effectively kills two of the bezel buttons. I can get these buttons functional again by resetting the i8042 controller. echo serio0 /sys/bus/serio/drivers/atkbd/unbind

[android-porting] touchscreen calibration with .idc files

2011-11-30 Thread fuzzy7k
I'm working on a build that has a wacom device (Pen and Finger are separate events). The Pen does not need calibration, but the Finger will not reach the edges of the screen. I've found the documentation (http://source.android.com/tech/input/touch-devices.html#touch-device- classification) but