[Ubuntu-x-swat] [Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2014-04-04 Thread Karl Tomlinson
Why not use the existing bug, which already has some analysis and possible 
solution?
It sounds like the same bug.

Comment 6 and 7 seem to suggest that nothing would happen if a new bug
report were filed, anyway.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/1006156

Title:
  Mute button on USB headset steals and holds on to mouse focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1006156/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2012-06-06 Thread Karl Tomlinson
[487553.692] (II) config/udev: Adding input device Plantronics Plantronics 
.Audio 646 DSP (/dev/inpu
t/event17)
[487553.692] (**) Plantronics Plantronics .Audio 646 DSP: Applying InputClass 
evdev keyboard catcha
ll
[487553.692] (**) Plantronics Plantronics .Audio 646 DSP: Applying InputClass 
keyboard-all
[487553.692] (II) Using input driver 'evdev' for 'Plantronics Plantronics 
.Audio 646 DSP'
[487553.692] (**) Plantronics Plantronics .Audio 646 DSP: always reports core 
events
[487553.692] (**) evdev: Plantronics Plantronics .Audio 646 DSP: Device: 
/dev/input/event17
[487553.693] (--) evdev: Plantronics Plantronics .Audio 646 DSP: Vendor 0x47f 
Product 0xc001
[487553.693] (--) evdev: Plantronics Plantronics .Audio 646 DSP: Found 3 mouse 
buttons
[487553.693] (--) evdev: Plantronics Plantronics .Audio 646 DSP: Found keys
[487553.693] (II) evdev: Plantronics Plantronics .Audio 646 DSP: Configuring as 
mouse
[487553.693] (II) evdev: Plantronics Plantronics .Audio 646 DSP: Configuring as 
keyboard
[487553.693] (**) evdev: Plantronics Plantronics .Audio 646 DSP: YAxisMapping: 
buttons 4 and 5
[487553.693] (**) evdev: Plantronics Plantronics .Audio 646 DSP: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[487553.693] (**) Option config_info 
udev:/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.3/input/input40/event17

The mute button is sending a core button 1 down event.
This is also sent on uncapturing the audio input through alsa.

xinput float Plantronics Plantronics .Audio 646 DSP disables the
effect of the buttons/keys.

I expect putting this in xorg.conf would do similarly, but haven't tested:
Section InputClass
 Identifier Plantronics USB Sound Card
 MatchProduct Plantronics .Audio 646 DSP
 Option Floating on
EndSection

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/1006156

Title:
  Mute button on USB headset steals and holds on to mouse focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1006156/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 400374] Re: X server freezes while the application is executing XQueryPointer

2009-09-22 Thread Karl Tomlinson
gdk_display_get_window_at_pointer() (or more specifically
_gdk_windowing_window_at_pointer) grabs with XGrabServer() before calling
XQueryPointer.

The grab can be broken by switching to a virtual terminal and killing
the app using gdk_display_get_window_at_pointer (or attaching to that
process with a debugger and calling XUngrabServer(Display* display),
though I don't know if you can do that if a debugger is already
attached).

-- 
X server freezes while the application is executing XQueryPointer
https://bugs.launchpad.net/bugs/400374
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 220628] Re: [MASTER] firefox-3.0b5 received an X Window System error: 'BadIDChoice'

2009-07-08 Thread Karl Tomlinson
The bug Damian is seeing has existed for a long time.
It is more likely to occur in the same conditions (short XID range response) as 
lead to this bug.

The cause is described here:
http://bugzilla.gnome.org/show_bug.cgi?id=581526

** Bug watch added: GNOME Bug Tracker #581526
   http://bugzilla.gnome.org/show_bug.cgi?id=581526

-- 
[MASTER] firefox-3.0b5 received an X Window System error: 'BadIDChoice'
https://bugs.launchpad.net/bugs/220628
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libxcb in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp