public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/files/
@ 2017-09-06 21:26 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-09-06 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     92fc642e0ccb0481b193a592de891936e7471ff8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 21:19:49 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 21:25:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fc642e

games-util/xboxdrv: Use https for dev.g.o

 games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch | 2 +-
 games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch b/games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch
index cb81f6d5147..3cc3649ca3d 100644
--- a/games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch
+++ b/games-util/xboxdrv/files/xboxdrv-0.8.5-scons.patch
@@ -1,4 +1,4 @@
-http://dev.gentoo.org/~vapier/scons-blows.txt
+https://dev.gentoo.org/~vapier/scons-blows.txt
 
 --- SConstruct
 +++ SConstruct

diff --git a/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch
index 7900b255ab1..d6df8d99e32 100644
--- a/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch
+++ b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch
@@ -1,4 +1,4 @@
-http://dev.gentoo.org/~vapier/scons-blows.txt
+https://dev.gentoo.org/~vapier/scons-blows.txt
 
 diff -Naur xboxdrv-linux-0.8.8.orig/SConstruct xboxdrv-linux-0.8.8/SConstruct
 --- xboxdrv-linux-0.8.8.orig/SConstruct	2015-11-09 10:19:35.000000000 +0000


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/files/
@ 2019-01-17 22:27 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2019-01-17 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0b0f686a875ae2df53c2c40346a80b3dcdba4611
Author:     Rafael Kitover <rkitover <AT> gmail <DOT> com>
AuthorDate: Sun Jan 13 14:26:26 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 22:27:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0f686a

games-util/xboxdrv: fix wireless pad udev match

Add "Xbox 360 Wireless Adapter" to the ID_MODEL_FROM_DATABASE match
patterns so that the wireless Xbox 360 controller adapter is detected.

Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10823
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/xboxdrv/files/xboxdrv.udev-rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/xboxdrv/files/xboxdrv.udev-rules b/games-util/xboxdrv/files/xboxdrv.udev-rules
index c571b2b5ab0..85b1d57dd26 100644
--- a/games-util/xboxdrv/files/xboxdrv.udev-rules
+++ b/games-util/xboxdrv/files/xboxdrv.udev-rules
@@ -1,5 +1,5 @@
 SUBSYSTEM=="usb", ACTION=="add",\
-	ENV{ID_MODEL_FROM_DATABASE}=="Xbox*Controller|Xbox*Controller S",\
+	ENV{ID_MODEL_FROM_DATABASE}=="Xbox*Controller|Xbox*Controller S|Xbox 360 Wireless Adapter",\
 	TAG+="systemd",\
 	ENV{SYSTEMD_ALIAS}="/sys/subsystem/usb/xbox/controller$number",\
 	ENV{SYSTEMD_WANTS}+="xboxdrv.service"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-17 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 21:26 [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/files/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-01-17 22:27 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox