Re: Working with usbfs

2015-01-11 Thread Greg KH
On Sun, Jan 11, 2015 at 04:34:08PM +0600, Rohan Vichare wrote: > Hi, > > I wanted to create a small simple usbfs using VFS framework of Linux > USB. so I was in need for this function. > Source I have is totally sufficient for me. > I am not writing USB kernel driver, As explained I was just tryin

Re: Working with usbfs

2015-01-11 Thread Rohan Vichare
Hi, I wanted to create a small simple usbfs using VFS framework of Linux USB. so I was in need for this function. Source I have is totally sufficient for me. I am not writing USB kernel driver, As explained I was just trying to create the usbfs which will give me notifications of devices and buses

Re: Working with usbfs

2015-01-10 Thread Greg KH
On Sun, Jan 11, 2015 at 03:01:55AM +0600, Rohan Vichare wrote: > Hi Sir, > > Actually, I wanted use the usbfs_get_node function to get the inode. Really? For what? Care to point me at your kernel code that uses this function? > Can you let me how can i approach this now. Where can read somethi

Re: Working with usbfs

2015-01-10 Thread Alan Stern
On Sun, 11 Jan 2015, Rohan Vichare wrote: > Hi, > > Wanted to use the usbfs, Inode/Dentry functions. I used to work with > 2..6.32. Now using the Linux 3.x but didn't found > driver/usb/core/inode.c file. Please how this changes are placed in > new kernel version. The usbfs code is now contained

Re: Working with usbfs

2015-01-10 Thread Greg KH
On Sun, Jan 11, 2015 at 01:34:51AM +0600, Rohan Vichare wrote: > Hi, > > Wanted to use the usbfs, Inode/Dentry functions. I used to work with > 2..6.32. Now using the Linux 3.x but didn't found > driver/usb/core/inode.c file. Please how this changes are placed in > new kernel version. Use the dev

Working with usbfs

2015-01-10 Thread Rohan Vichare
Hi, Wanted to use the usbfs, Inode/Dentry functions. I used to work with 2..6.32. Now using the Linux 3.x but didn't found driver/usb/core/inode.c file. Please how this changes are placed in new kernel version. Thanks & Regards, Rohan. -- To unsubscribe from this list: send the line "unsubscribe