debian/rules compatibility-fix for Ubuntu: Use DEPMOD="/bin/true" instead of DEPMOD="" during install.
$(MAKE) KSRC=$(KSRC) KVERS=$(KVERS)
# Install the module
- $(MAKE) install KSRC=$(KSRC) DESTDIR=$(CURDIR)/debian/$(PKGNAME) INSTDIR=extra DEPMOD=""
+ $(MAKE) install KSRC=$(KSRC) DESTDIR=$(CURDIR)/debian/$(PKGNAME) INSTDIR=extra DEPMOD="/bin/true"
dh_installdocs
dh_compress
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,19))
INIT_WORK(&priv_data->fnkey_work, *omnibook_handle_fnkey);
#else
- INIT_WORK(&priv_data->fnkey_work, *omnibook_handle_fnkey, NULL);
+ INIT_WORK(&priv_data->fnkey_work, *omnibook_handle_fnkey, priv_data);
#endif