Re: [android-kernel] OMAP 2.6.32 branch on AOSP

2010-03-02 Thread Mike Lockwood
Hi Steve, Yes, there is a new TI wlan driver, but the source has not been released yet. I asked to see if we could release it now, but apparently the driver requires a new version of the binary firmware file (which we do not have rights to redistribute) so the updated driver code wouldn't do you

[android-kernel] OMAP 2.6.32 branch on AOSP

2010-03-02 Thread Steve Niemitz
I noticed there was an omap 2.6.32 branch recently pushed to AOSP in the OMAP repo (as opposed to in the experimental repo where it used to be), I'm curious what the state of the TI WLAN drivers are? Last time I tried to build them they were incompatible with any kernel above 2.6.31 due to changes

[android-kernel] Re: Kernel module development

2010-03-02 Thread MaheshSharma
How about creating a HOW-TO wiki ? I will try and make one. On Feb 27, 10:45 pm, Alberto Panizzo wrote: > On sab, 2010-02-27 at 04:57 -0800, Rafał Grzybowski wrote: > > > Thank you all for the help. > > > -- > > unsubscribe: android-kernel+unsubscr...@googlegroups.com > > website:http://groups.go

[android-kernel] Re: Managing File Through Module

2010-03-02 Thread nictam
I would assume you can use kernel debugfs for this. On Mar 2, 6:28 am, perumal316 wrote: > Hi, > > I am writing a kernel module which does logging. Currently I am > writing the messages to a textfile. But I don't want this file to > become too big. > > Is there any way I can specify to delete th

[android-kernel] Re: Managing File Through Module

2010-03-02 Thread perumal316
Sorry for asking, But is there any other way to create a log file from a module other than writing to a file and letting user to view it? Regards, Perumal On Mar 2, 6:07 pm, Giuseppe Calderaro wrote: > > Is there any way I can specify to delete the file if it exceeds a > > certain size or write