All of lore.kernel.org
 help / color / mirror / Atom feed
* Unknown symbol usb_register_driver
@ 2011-08-29 19:15 Prajosh Premdas
  2011-08-29 19:32 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Prajosh Premdas @ 2011-08-29 19:15 UTC (permalink / raw)
  To: kernelnewbies

Hi

I am using Linux-2.6.31-14 based on Ubuntu karmic. I am developing
a proprietary usb driver and was doing my study . I have hit upon a problem,
when i insert my driver using lsmod, i get an error

*Unknown symbol usb_register_driver*
*Unknown symbol usb_deregister*

I have used these function in my init and exit.

I searched through the Linux source code 2.6.35 and 2.6.31. I find that
these routines are present but has not been used in even a single driver.

My questions
1. Are these some obsolete technique of registering the drivers. If yes then
what is the correct method.
2. Are there any code which i have to include before compiling the kernel
itself.
3. Are these functions part of any modules which i have to insert using
modprobe etc technique

-- 
Regards,

Prajosh Premdas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110830/4a891681/attachment.html 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-30  3:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 19:15 Unknown symbol usb_register_driver Prajosh Premdas
2011-08-29 19:32 ` Greg KH
2011-08-29 20:56   ` Jeff Haran
2011-08-29 21:06     ` Greg KH
2011-08-29 22:32     ` StephanT
2011-08-30  3:45       ` Prajosh Premdas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.