#include #define INCLUDE_VERMAGIC #include #include #include #include #include BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xeb9a76d4, "v4l2_device_unregister" }, { 0x37a0cba, "kfree" }, { 0xf42c30ab, "video_devdata" }, { 0x3ee3159c, "usb_control_msg" }, { 0x656e4a6e, "snprintf" }, { 0x4a4b2423, "usb_deregister" }, { 0x5a921311, "strncmp" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xc6e9f6ea, "v4l2_device_register" }, { 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" }, { 0x5fa3b699, "v4l2_ctrl_new_std" }, { 0xcefb0c9f, "__mutex_init" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0xe9033b0a, "video_device_release_empty" }, { 0x9c3f2ff6, "__video_register_device" }, { 0x9040242d, "_dev_err" }, { 0xcbd4898c, "fortify_panic" }, { 0xcfac1f6e, "v4l2_event_unsubscribe" }, { 0x17320dc8, "v4l2_ctrl_subscribe_event" }, { 0x8d190eef, "v4l2_ctrl_log_status" }, { 0xfe7c193b, "v4l2_ctrl_poll" }, { 0x24dad54d, "video_ioctl2" }, { 0x7366335b, "v4l2_fh_open" }, { 0xad49a505, "v4l2_fh_release" }, { 0xa7940382, "param_ops_int" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x5352ed42, "usb_register_driver" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x4835348d, "video_unregister_device" }, { 0xf959f668, "v4l2_device_disconnect" }, { 0x3213f038, "mutex_unlock" }, { 0x4ac4eeec, "v4l2_device_put" }, { 0x60f3819a, "v4l2_ctrl_handler_free" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "videodev"); MODULE_ALIAS("usb:v16C0p05DFd*dc*dsc*dp*ic03isc00ip00in*"); MODULE_INFO(srcversion, "30B83D7CF3D1A5997677551");