[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2016-07-24 Thread Paulo Villi
Bug happens on fully updated Linux Mint 18 Cinnamon (based on Ubuntu
16.04) with linux kernel 4.4.0-31.

I see my Microsoft Wireless Keyboard 2000 as "Microsoft Microsoft®
2.4GHz Transceiver v7.0" with Axes:37 Buttons:75 as
Device:/dev/input/js0 on jstest-gtk.

On Steam version of Doom & Destiny it really treats the transceiver as a
joystick and registers a constant "directional up" from it, making the
game unplayable.

On Steam version of The Banner Saga it works as keyboard but at the same
time when I try using volume up and volume down it detects these as a
gamepad input and starts the built-in gamepad setup in mid-game.

** Also affects: linuxmint
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2015-05-15 Thread Denilson Sá
As a workaround, I tried collecting several Vendor/Product IDs that
trigger this bug, and created a udev rule for disabling the joystick
device for them. I'm sharing this udev rule file at:
https://gist.github.com/denilsonsa/978f1d842cf5430f57f6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2015-05-02 Thread idaho06
I have a Microsoft Wired Keyboard 600. 
Used the command:
$ udevadm info -q path -a -n input/js0

to get the precise parameters for the udev rules file.

And this is my workaround:

pre
idaho@streetfighter2:~$ cat /etc/udev/rules.d/99-false-joystick-microsoft.rules
SUBSYSTEM==input, ATTRS{name}==Microsoft Wired Keyboard 600, 
ATTRS{phys}==*/input1, RUN{program}+=/bin/rm %p, RUN{program}+=/bin/rm 
/dev/input/%k
/pre

This deletes every /dev entry for the second device of the keyboard
(input1), including /dev/input/js0 and /dev/input/event3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2015-04-27 Thread Alexander
this bug is still present, affecting Microsoft brand wireless mice and
keyboards.  in 2015, six years after the first bug report.

come on guys.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-11-11 Thread Jarkko Korpi
https://bugs.winehq.org/show_bug.cgi?id=35954


** Bug watch added: Wine Bugzilla #35954
   http://bugs.winehq.org/show_bug.cgi?id=35954

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-09-04 Thread Martin Spacek
I seem to be having the same problem with a Microsoft Sculpt Mobile
Mouse I just bought.

http://www.microsoft.com/hardware/en-ca/p/sculpt-mobile-mouse

This is in Xubuntu 14.04 amd64 on a Thinkpad W510. In the xfce Mouse
and Touchpad settings I get two entries for Microsoft Microsoft (R)
Nano Transceiver v1.0.

Some more details:

$ udevadm info /dev/input/js0

https://gist.github.com/mspacek/c805f36a7129a30a0bcf

$ udevadm info --attribute-walk /dev/input/js0

https://gist.github.com/mspacek/96673b195fa0b16f9e20

$ uname -a
Linux Escher 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-09-01 Thread Alexander
Same for Microsoft 2.4GHz Transceiver v9.0 from MS Sculpt Ergonomic Desktop 
045e:07a5
$ udevadm info /dev/input/js0 http://pastebin.com/JKJuPWQq
$ udevadm info --attribute-walk /dev/input/js0 http://pastebin.com/0drxcrS5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-09-01 Thread Alexander
Same for Microsoft 2.4GHz Transceiver v9.0 from MS Sculpt Ergonomic Desktop 
045e:07a5
$ udevadm info /dev/input/js0 http://pastebin.com/JKJuPWQq
$ udevadm info --attribute-walk /dev/input/js0 http://pastebin.com/0drxcrS5

Looks like a workaround is here:
https://forum.manjaro.org/index.php?PHPSESSID=edmjqlp8356fi33uc12ag0hfj0topic=15275.msg144519#msg144519

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-09-01 Thread Christopher M. Penalver
Alexander, thank you for your comment. Could you please file a new report with 
Ubuntu by executing the following in a terminal while booted into the default 
Ubuntu kernel (not a mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-06-17 Thread Christopher M. Penalver
Josef Schlehofer, thank you for your comment. So your hardware and problem may 
be tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into the default Ubuntu kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Attachment removed: Syslog
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/390959/+attachment/4132778/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-06-16 Thread Josef Schlehofer
Same issue with other keyboard - Aula Adjudication

Kernel:  3.15.0-031500-generic
Ubuntu: 14.04 64bit

lsusb  lspci
http://pastebin.com/N7jSVH41

dmesg
http://pastebin.com/bR5AgnR4

kern:
https://friendpaste.com/2MCgzw3g18ATOWyLGBBBvy

** Attachment added: Syslog
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/390959/+attachment/4132778/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-06-06 Thread Sérgio Pace
I am having the same issue with Microsoft Wireless Mobile Mouse 1000
(Product Id: 0745) and Microsoft Wireless Keyboard 800 (Product Id:
07b2) on Xubuntu 14.04. Each dongle creates 3 devices: a keyboard, a
mouse and a generic HID device that is recognized as a joystick.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-04-21 Thread Foul
Still present in Kubuntu 14.14 :\

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2014-04-21 Thread Foul
14.04 sorry..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2013-06-14 Thread papukaija
** Tags added: raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2013-06-10 Thread Roger Binns
This bug is still present in 13.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2013-03-20 Thread Arcturus691
This bug causes supertuxcart to malfunction and when you perform the
workaround(calibrating the keyboard) it actually causes supertuxcart to
crash in kubuntu 12.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2013-01-12 Thread Christopher M. Penalver
Marking Triaged as per
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/390959/comments/72
.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

** Tags added: amd64 kernel-bug-exists-upstream-v3.4-rc4 oneiric precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390959] Re: 045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised as joystick - interferes with some games

2013-01-11 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

** Changed in: linux
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs