diff -Nru rtbth-dkms-3.9.6~git20181210/debian/changelog rtbth-dkms-3.9.6~git20181211/debian/changelog --- rtbth-dkms-3.9.6~git20181210/debian/changelog 2018-12-10 07:38:13.000000000 +0000 +++ rtbth-dkms-3.9.6~git20181211/debian/changelog 2018-12-11 15:28:36.000000000 +0000 @@ -1,6 +1,6 @@ -rtbth-dkms (3.9.6~git20181210-1~bionic1) bionic; urgency=medium +rtbth-dkms (3.9.6~git20181211-1~bionic1) bionic; urgency=medium - * Automatic upload from 20181210 - c1d507f82745f57b3c9d87d7fafe58c816434f26 + * Automatic upload from 20181211 + 1e8ba26bd5b763d90e54196f61afa7c2f5d8d332 - -- blaze Mon, 10 Dec 2018 10:38:13 +0300 + -- blaze Tue, 11 Dec 2018 18:28:36 +0300 diff -Nru rtbth-dkms-3.9.6~git20181210/modules.order rtbth-dkms-3.9.6~git20181211/modules.order --- rtbth-dkms-3.9.6~git20181210/modules.order 2018-12-06 16:32:45.000000000 +0000 +++ rtbth-dkms-3.9.6~git20181211/modules.order 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -kernel//home/blaze/code/rtbth-dkms/rtbth.ko diff -Nru rtbth-dkms-3.9.6~git20181210/rtbth_core_pci.o.ur-safe rtbth-dkms-3.9.6~git20181211/rtbth_core_pci.o.ur-safe --- rtbth-dkms-3.9.6~git20181210/rtbth_core_pci.o.ur-safe 2018-12-06 16:32:45.000000000 +0000 +++ rtbth-dkms-3.9.6~git20181211/rtbth_core_pci.o.ur-safe 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -/home/blaze/code/rtbth-dkms/rtbth_core_pci.o-.text-1609 -/home/blaze/code/rtbth-dkms/rtbth_core_pci.o-.text-16e2 -/home/blaze/code/rtbth-dkms/rtbth_core_pci.o-.text-1781 -/home/blaze/code/rtbth-dkms/rtbth_core_pci.o-.text-187a -/home/blaze/code/rtbth-dkms/rtbth_core_pci.o-.text-7f1 diff -Nru rtbth-dkms-3.9.6~git20181210/rtbth.mod.c rtbth-dkms-3.9.6~git20181211/rtbth.mod.c --- rtbth-dkms-3.9.6~git20181210/rtbth.mod.c 2018-11-08 15:05:12.000000000 +0000 +++ rtbth-dkms-3.9.6~git20181211/rtbth.mod.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -#include -#include -#include - -MODULE_INFO(vermagic, VERMAGIC_STRING); -MODULE_INFO(name, KBUILD_MODNAME); - -__visible 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, -}; - -#ifdef RETPOLINE -MODULE_INFO(retpoline, "Y"); -#endif - -static const char __module_depends[] -__used -__attribute__((section(".modinfo"))) = -"depends=bluetooth"; - -MODULE_ALIAS("pci:v00001814d00003298sv*sd*bc*sc*i*"); - -MODULE_INFO(srcversion, "F74E1C23A4457E8286D7588");