[gnome-bluetooth] input: Ignore audio/video devices earlier



commit 26c947fd4685f87ae89e71e7068094b3ded69e15
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 30 14:02:26 2013 +0100

    input: Ignore audio/video devices earlier

 wizard/bluetooth-input.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/wizard/bluetooth-input.c b/wizard/bluetooth-input.c
index 8dd0d17..c1ef530 100644
--- a/wizard/bluetooth-input.c
+++ b/wizard/bluetooth-input.c
@@ -113,7 +113,13 @@ bluetooth_input_ignore_device (const char *name)
                "Virtual core XTEST pointer",
                "Macintosh mouse button emulation",
                "Virtual core XTEST keyboard",
-               "Power Button"
+               "Power Button",
+               "Video Bus",
+               "Sleep Button",
+               "UVC Camera",
+               "USB Audio",
+               "Integrated Camera",
+               "ThinkPad Extra Buttons"
        };
 
        for (i = 0 ; i < G_N_ELEMENTS (names); i++) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]