Re: [android-kernel] USB Data Transfer

2010-03-08 Thread Chris Stratton
It sounds like this device might be based around a usb serial converter. Your best bet is to figure out how to get it to work on an ordinary linux box, then port those drivers to a rooted android dwvice with the usb host patches. On Mar 8, 2010 4:15 PM, "Greg KH" wrote: On Mon, Mar 8, 2010 at 1

Re: [android-kernel] USB Data Transfer

2010-03-08 Thread Greg KH
On Mon, Mar 8, 2010 at 10:31 AM, AnthonyB wrote: > Hi, I'm a student working on an undergraduate senior design project, > and I've been reading up on your host patch because we are using the > HTC Sprint Hero in our project.  You seem to know a lot about the USB > so I was wondering if you could h

[android-kernel] USB Data Transfer

2010-03-08 Thread AnthonyB
Hi, I'm a student working on an undergraduate senior design project, and I've been reading up on your host patch because we are using the HTC Sprint Hero in our project. You seem to know a lot about the USB so I was wondering if you could help me. We are trying to take in a serial string of data

Re: [android-kernel] /proc/wakelocks kernel Null pointer panic

2010-03-08 Thread Mike Chan
What kernel are you on? Does this happen with you have a very large number of wakelocks in the system? -- Mike On Thu, Mar 4, 2010 at 1:50 AM, Johnny Lin wrote: > Hi Arve Hjønnevåg, > I met a kernel panic that shows NULL pointer dereference while the PC > is at wakelocks_read_proc function. Do

[android-kernel] inhibit device

2010-03-08 Thread Ben Linus
Hi all, how can inhibit the use of the device? Thanks in advance -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Powertop tool issue on OMAP_Zoom

2010-03-08 Thread omap_guy
hi all, I am trying to use powertop tool on zoom2 board. I am following the instructions as mentioned in http://tiexpressdsp.com/index.php?title=Running_PowerTOP_on_OMAP35x_platform now when I try to build the powertop I am getting this error cc -march=armv7a -DOMAP3 -pipe -O1 -g -Wall -

[android-kernel] /proc/wakelocks kernel Null pointer panic

2010-03-08 Thread Johnny Lin
Hi Arve Hjønnevåg, I met a kernel panic that shows NULL pointer dereference while the PC is at wakelocks_read_proc function. Do you have any idea about this? The device was just idle. The UeventObserver process tries to read / proc/wakelocks then this panic happens..But this is not easy to reproduc

[android-kernel] Re: beagle board android port

2010-03-08 Thread mizmit1222
Hi, http://groups.google.com/group/beagleboard is a better place to ask. Cheers, On Mar 3, 8:05 pm, pavan savoy wrote: > Hi, > > I remember some guys from 0xdroid mentioning existence of a full port of > android for omap35xx based beagle board. > What version of android have been run on that ?