Re: Issue in ioctl func call of character driver.

2012-06-02 Thread Chetan Nanda
On Sat, Jun 2, 2012 at 5:45 PM, KARTHIK SEKURU wrote: > Hi, > I am new to kernel device drivers. > > I wrote a simple character driver built statically having the fops as > shown: > > *static const struct file_operations mfcfpga65_usb_fops = {* > * .owner = THIS_MODULE,* > * .open = mfcfpga65_usb_

Issue in ioctl func call of character driver.

2012-06-02 Thread KARTHIK SEKURU
Hi, I am new to kernel device drivers. I wrote a simple character driver built statically having the fops as shown: *static const struct file_operations mfcfpga65_usb_fops = {* * .owner = THIS_MODULE,* * .open = mfcfpga65_usb_open,* * .read = mfcfpga65_usb_read,* * .unlocked_ioctl = mfcfpga65_usb

Re: rev2 - Driver for BlinkM i2c LED module

2012-06-02 Thread Jan-Simon Möller
Hi! Attached is revision 2 of the BlinkM i2c rgb led driver. A git tree with the patch applied on top of linux-next is available here: git://github.com/dl9pf/linux.git Find my comments inline ... Am Freitag, Juni 01, 2012, 05:16:12 PM schrieb Jonathan Neuschäfer: [...] > > I'm also looking for