Hello Shakthi, I have HP pen drive v165w of 4 GB. I want to make HP pen drive device driver which has product id = 03f0 and vendor id = 5307. Now I want to make loadable kernel module which can detect pendrive and transfer data as our usual driver does.I want to use usb skeleton to build driver. I explained procedure what i have did uptil now. By inserting only product id and vendor id it can run the function uptil skel_prob(). It means product id and vendor id are matching in MODULE_DEVICE_TABLE. But Device is not opening. It means skel_open() function is not executing.
I think pen drive supports bulk transfer. I cant answers about 1st and 3rd question.Because I am novice in this field. You suggest me. What should I do now ? What other changes required ? On Sat, Jun 19, 2010 at 9:37 PM, Shakthi Kannan <[email protected]>wrote: > Hi, > > --- On Sat, Jun 19, 2010 at 9:23 PM, Chetan Shah <[email protected]> > wrote: > | okay.. can you provide me some link or some sample program for pen drive > usb > | device driver.? > \-- > > It depends on what you want to do. Please give us the big picture. > > You haven't yet answered all the questions I had asked for. > > SK > > -- > Shakthi Kannan > http://www.shakthimaan.com > > -- > l...@iitd - http://tinyurl.com/ycueutm > -- l...@iitd - http://tinyurl.com/ycueutm
