|
usb / rs232 drivers
Hi
I'm having the source code for usb to rs232 converter driver written for linux kernel 2.4 When I tried to run this in linux kernel 2.6, the object file and .ko file is created but it was unable to load this module in to the kernel.The error mainly was that a group of generic functions are not getting loaded like
generic_open
generic_close
generic_read_bulk_callback
etc
From our sir we came to know that these functions are actually defined in some usb driver file (to be specified in the configuration space)which we don't know where to get.
I am a beginner in linux and doing my project in the same.Please inform me if the information is not sufficient.please reply, it is urgent
Yours faithfully
Anoop N
|