About USB module

2009-01-17 Thread niamathullah sharief
Hello,    I know that modules "usbcore" and "host drivers" are needed to make USB port to workbut i dont why this host drivers really do...why it is needed?can anyone tell me..please Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/

Re: question about kobject log?

2009-01-17 Thread Greg KH
On Sat, Jan 17, 2009 at 10:16:31PM +0800, loody wrote: > 1. please let me briefly explain what I mean "how kernel find out root > file system" above. > In my assumption, I should put kernel and root file system separately > in the dram and let the kernel know where the root file system is. You can

Re: question about kobject log?

2009-01-17 Thread loody
2009/1/16 Greg KH : > On Fri, Jan 16, 2009 at 11:12:56PM +0800, loody wrote: >> >> 2. My kernel seems ready so far because it can successfully keep >> >> running before run_init_process("/sbin/init"), then it tells me "No >> >> init found. Try passing init= option to kernel." >> >> I know the

Re: Hierarchical RCU by Paul McKenney

2009-01-17 Thread Leon Woestenberg
Hello, On Mon, Jan 12, 2009 at 3:25 PM, Peter Teoh wrote: > An incredible good technical article: > > http://lwn.net/Articles/305782/ > > May be someone would like to summarize it in 3 or 4 sentences? > Uhh, impossible. My lousy attempt, I have CC: Paul as the designer and author: Read-copy upda

Re: Windows XP LoadResource etc. equivalent Linux API dlopen etc.

2009-01-17 Thread shark huang
Hi: On Thu, Jan 15, 2009 at 9:47 PM, Srinivas G. wrote: > Dear All, > > > > I am currently porting a Windows XP video application on to Linux box. I > need some equivalent Linux API for LoadResource, FindResource, > GetModuleHandleEx etc. Windows XP API. > > > > After some google, I have found th