diff -Nru ubuntu-xboxdrv-20140424/debian/changelog ubuntu-xboxdrv-20140428/debian/changelog --- ubuntu-xboxdrv-20140424/debian/changelog 2014-04-25 02:40:47.000000000 +0000 +++ ubuntu-xboxdrv-20140428/debian/changelog 2014-04-28 13:47:57.000000000 +0000 @@ -1,3 +1,15 @@ +ubuntu-xboxdrv (20140428-1) trusty; urgency=low + + * Removing attempt to raise a global notification. + + -- Rael Gugelmin Cunha Mon, 28 Apr 2014 10:48:03 -0300 + +ubuntu-xboxdrv (20140427-1) trusty; urgency=low + + * Adding support for multiple controllers. + + -- Rael Gugelmin Cunha Sun, 27 Apr 2014 23:24:50 -0300 + ubuntu-xboxdrv (20140424-1) trusty; urgency=low * Adding support for options under /etc/default. diff -Nru ubuntu-xboxdrv-20140424/etc/init/xboxdrv.conf ubuntu-xboxdrv-20140428/etc/init/xboxdrv.conf --- ubuntu-xboxdrv-20140424/etc/init/xboxdrv.conf 2014-04-24 21:54:00.000000000 +0000 +++ ubuntu-xboxdrv-20140428/etc/init/xboxdrv.conf 2014-04-28 13:45:35.000000000 +0000 @@ -10,5 +10,5 @@ if [ -f /etc/default/xboxdrv ] ; then . /etc/default/xboxdrv fi - xboxdrv --daemon --detach-kernel-driver --silent --dbus disabled $XBOXDRV_OPTIONS + xboxdrv --daemon --silent --dbus disabled $XBOXDRV_OPTIONS --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver --next-controller --detach-kernel-driver end script