|
Subject:
|
device driver programming for a pen drive
|
|
Posted By:
|
rohit_md22
|
Post Date:
|
12/8/2006 11:10:28 AM
|
hey there!! i want to design a device driver for a pen drive for linux os for my project. can any one please guide me on this.
rohit dhamane
rohit dhamane
|
|
Reply By:
|
crmpicco
|
Reply Date:
|
12/8/2006 11:36:15 AM
|
try Libusb. Libusb is a high-level language API which conceals low-level kernel interactions with the USB modules. It provides a set of function which are adequate to develop a device driver for a USB device from the Userspace.
www.crmpicco.co.uk www.ie7.com
|
|
Reply By:
|
rohit_md22
|
Reply Date:
|
12/15/2006 10:54:07 AM
|
hey thanks, LIBUSB is great ,but what if i want do it in kernel space. do you have any idea regarding that.
rohit dhamane
|
|
Reply By:
|
crmpicco
|
Reply Date:
|
12/15/2006 11:17:11 AM
|
eh......i'm not too sure about that Rohit. does it HAVE to be in Kernel Space? what are you using for coding?
www.crmpicco.co.uk www.ie7.com
|