[Pkg-bluetooth-commits] r1514 - /packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Mon Oct 24 21:00:50 UTC 2016
Author: iwamatsu
Date: Mon Oct 24 21:00:50 2016
New Revision: 1514
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1514
Log:
Fix patches/0002-autopair-Don-t-handle-the-iCade.patch
Modified:
packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch
Modified: packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch?rev=1514&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch (original)
+++ packages/bluez/trunk/debian/patches/0002-autopair-Don-t-handle-the-iCade.patch Mon Oct 24 21:00:50 2016
@@ -36,7 +36,7 @@
+ g_message ("vendor 0x%X product: 0x%X", btd_device_get_vendor (device), btd_device_get_product (device));
+
+ /* The iCade shouldn't use random PINs like normal keyboards */
-+ if (name != NULL && strstr(name, "iCade") != NULL)
++ if (name != NULL && strstr(name, "iCade") != NULL)
+ return 0;
/* This is a class-based pincode guesser. Ignore devices with an
More information about the Pkg-bluetooth-commits
mailing list