I am using a moblin developer's version, 2.6.30.3-4.moblin2-netbook, and I am working on a USB driver for a Bluetooth Dongle. I have compiled and 'insmod'ed the driver. When the device gets plugged in, the built-in kernel driver, which I assume is btusb.ko, claims the device and my probe function never gets called. I would have assumed that a module that gets loaded into after boot would be inserted into the head of the list to allow the built0in drivers to be over-ridden. How do I get my probe function called before the system grabs the device?
Tim _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
