From 359a61eee91dcefb5aec2a0f9ec60c7ba8e6149c Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 20 Feb 2019 22:29:23 +1300 Subject: [PATCH] Update for new upstream release. --- debian/changelog | 13 ++++++++++--- debian/patches/move_rmmod.diff | 28 ---------------------------- debian/patches/series | 1 - 3 files changed, 10 insertions(+), 32 deletions(-) delete mode 100644 debian/patches/move_rmmod.diff diff --git a/debian/changelog b/debian/changelog index 7e89fab..bf05131 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -sapphire-remote (7.1-1) UNRELEASED; urgency=medium +sapphire-remote (7.2-1) UNRELEASED; urgency=medium * New upstream release + * Remove patch move_rmmod.diff as it has been merged upstream. - -- Andrew Ruthven Sat, 16 Feb 2019 07:19:10 +0000 + -- Andrew Ruthven Wed, 20 Feb 2019 09:28:10 +0000 -sapphire-remote (6.6-1) stable; urgency=low +sapphire-remote (7.1-1) unstable; urgency=medium + + * New upstream release + + -- Andrew Ruthven Tue, 19 Feb 2019 08:19:10 +0000 + +sapphire-remote (6.6-1) unstable; urgency=low * Automatically packaged by DKMS. diff --git a/debian/patches/move_rmmod.diff b/debian/patches/move_rmmod.diff deleted file mode 100644 index e61c572..0000000 --- a/debian/patches/move_rmmod.diff +++ /dev/null @@ -1,28 +0,0 @@ -By leaving hid_topseed running, we can see what devices it had -bound, then move them over to sapphire. - -I was running into a problem where after unloading hid_topseed, -when I loaded sapphire the remote wasn't being registered -with sapphire until I unplugged it and plugged it back it. ---- a/sapphire_startup.sh -+++ b/sapphire_startup.sh -@@ -8,8 +8,9 @@ - # - TOPSEED=/sys/bus/hid/drivers/topseed - SAPPHIRE=/sys/bus/hid/drivers/sapphire --rmmod hid-topseed &>/dev/null - modprobe sapphire &>/dev/null -+ -+# Move any devices bound to hid-topseed over to sapphire. - if [ -d $SAPPHIRE -a -e $TOPSEED/unbind ]; then - cd $TOPSEED - for dev in [0-9]*[-0-9A-F] ; do -@@ -19,6 +20,8 @@ - fi - done - fi -+ -+rmmod hid-topseed &>/dev/null - # - # Ubuntu/Mint kernels (and likely others too) don't like it - # when we unload and reload the sapphire driver. diff --git a/debian/patches/series b/debian/patches/series index 9be992d..fa4e49b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ paths.diff -move_rmmod.diff dkms.diff -- 2.30.2