]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- updated to 5.19
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 13:31:40 +0000 (15:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 13:31:40 +0000 (15:31 +0200)
- removed outdated wacom-mode-2 patch (quirk exists in hid-wacom kernel module)

bluez-wacom-mode-2.patch [deleted file]
bluez.spec

diff --git a/bluez-wacom-mode-2.patch b/bluez-wacom-mode-2.patch
deleted file mode 100644 (file)
index 858dfbc..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/profiles/input/device.c
-+++ b/profiles/input/device.c
-@@ -658,6 +658,19 @@ static int hidp_add_connection(const struct input_device *idev,
-               err = write(sk, buf, sizeof(buf));
-       }
-+      if (req->vendor == 0x056a && req->product == 0x81) {
-+              unsigned char buf[3];
-+              int sk = g_io_channel_unix_get_fd(idev->ctrl_io);
-+
-+              buf[0] = 0x53; /* HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_FEATURE */
-+              buf[1] = 0x03; buf[2] = 0x00;
-+              write(sk, buf, sizeof(buf));
-+
-+              buf[0] = 0x53; /* HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_FEATURE */
-+              /* 0x06 - high reporting speed, 0x05 - low speed */
-+              buf[1] = 0x05; buf[2] = 0x00;
-+              write(sk, buf, sizeof(buf));
-+      }
-       err = ioctl_connadd(req);
- cleanup:
-
index 1f26fa39b42d7c0c895f5710e8409a3ce35ba724..27d6789f7e9f4b4b1752b39b17cc72dff299f249 100644 (file)
@@ -4,15 +4,14 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.18
+Version:       5.19
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: 9c71404f86287cd9441e86783be3aae1
+# Source0-md5: 2d839c0bc9f8daaa6ca32e65d7701812
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-Patch0:                %{name}-wacom-mode-2.patch
 URL:           http://www.bluez.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -147,7 +146,6 @@ aplikacji Bluetooth.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.179535 seconds and 4 git commands to generate.