Re: [PATCH 2/10] ps3: AV Settings Driver
From: Christoph Hellwig <hch@lst.de>
Date: 2007-02-08 20:31:25
Also in:
linuxppc-dev
From: Christoph Hellwig <hch@lst.de>
Date: 2007-02-08 20:31:25
Also in:
linuxppc-dev
On Thu, Feb 08, 2007 at 02:58:31PM +0100, Geert Uytterhoeven wrote:
Add the PS3 AV Settings Driver. The AV Settings driver is used to control Audio and Video settings. It communicates with the policy manager through the virtual uart.
please don't use kernel_thread for new code, but rather kthread_create/ ktread_run. And check the possible errors it can return :) Using the kthread infrastructure also means you'll have to redo your synchronisation scheme as it doesn't work very well with this use of semaphores. But that's a good thing as these useages are not easily parseable for most kernel hackers despite beeing tought in OS101 :) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642