[gnome-bluetooth] wizard: handle also the "tablet" attribute in the PIN code database



commit 8df782d4250554f756b6a6240b3d99b8a4d283a4
Author: Daniele Forsi <dforsi src gnome org>
Date:   Tue Nov 22 21:33:27 2011 +0100

    wizard: handle also the "tablet" attribute in the PIN code database
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664590

 wizard/pin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/wizard/pin.c b/wizard/pin.c
index 0b413c6..90ec757 100644
--- a/wizard/pin.c
+++ b/wizard/pin.c
@@ -43,6 +43,7 @@ static guint string_to_type(const char *type)
 {
 	TYPE_IS ("any", BLUETOOTH_TYPE_ANY);
 	TYPE_IS ("mouse", BLUETOOTH_TYPE_MOUSE);
+	TYPE_IS ("tablet", BLUETOOTH_TYPE_TABLET);
 	TYPE_IS ("keyboard", BLUETOOTH_TYPE_KEYBOARD);
 	TYPE_IS ("headset", BLUETOOTH_TYPE_HEADSET);
 	TYPE_IS ("headphones", BLUETOOTH_TYPE_HEADPHONES);



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