OK, I am on another hard drive which has Hardy Heron installed, a few things 
have come to my attention, after the xpad360 folders have been made in the 
terminal, I noticed that in Hardy Heron there are 5 other text like looking 
file, only one of which I can open as text, here is what's in that text which 
is called:xpad.mod.c:
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

MODULE_INFO(vermagic, VERMAGIC_STRING);

struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
 .name = KBUILD_MODNAME,
 .init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
 .exit = cleanup_module,
#endif
 .arch = MODULE_ARCH_INIT,
};

static const struct modversion_info ____versions[]
__attribute_used__
__attribute__((section("__versions"))) = {
        { 0x91dff6c7, "struct_module" },
        { 0x99aadb21, "param_get_ulong" },
        { 0x3360a963, "param_set_ulong" },
        { 0xbb055ee3, "usb_bulk_msg" },
        { 0x6c6c19dd, "input_register_device" },
        { 0xdd0a2ba2, "strlcat" },
        { 0x25da070, "snprintf" },
        { 0x6a43e6dd, "usb_alloc_urb" },
        { 0x1f9c3035, "usb_buffer_alloc" },
        { 0xfd5cc237, "input_free_device" },
        { 0x572fcdfe, "input_allocate_device" },
        { 0xee9a9f93, "kmem_cache_alloc" },
        { 0x564edcb, "kmalloc_caches" },
        { 0xb98b7751, "usb_register_driver" },
        { 0x7e70d32e, "input_event" },
        { 0xd358731, "usb_submit_urb" },
        { 0x1b7d4074, "printk" },
        { 0x37a0cba, "kfree" },
        { 0x66071ae0, "usb_buffer_free" },
        { 0x7061fa77, "usb_free_urb" },
        { 0xba30f72e, "input_unregister_device" },
        { 0x4153baa2, "usb_kill_urb" },
        { 0xf2db50ca, "usb_deregister" },
};

static const char __module_depends[]
__attribute_used__
__attribute__((section(".modinfo"))) =
"depends=usbcore";

MODULE_ALIAS("usb:v*p*d*dc*dsc*dp*ic58isc42ip00*");
MODULE_ALIAS("usb:v*p*d*dc*dsc*dp*ic03isc00ip00*");
MODULE_ALIAS("usb:v045Ep028Ed*dc*dsc*dp*ic*isc*ip*");
MODULE_ALIAS("usb:v045Ep0291d*dc*dsc*dp*ic*isc*ip*");
MODULE_ALIAS("usb:v045Ep0719d*dc*dsc*dp*ic*isc*ip*");
MODULE_ALIAS("usb:v1430p4748d*dc*dsc*dp*ic*isc*ip*");

MODULE_INFO(srcversion, "B43A9C83F39140333341384");

-- 
xbox 360 wireless controller acts like curser or mouse.
https://bugs.launchpad.net/bugs/365435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to