Linux bluetooth development
 help / color / mirror / Atom feed
From: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Subject: [PATCH 01/17] monitor: Allow to modify epoll even events are the same
Date: Wed, 26 Feb 2014 02:57:12 +0100	[thread overview]
Message-ID: <1393379848-4031-2-git-send-email-lukasz.rymanowski@tieto.com> (raw)
In-Reply-To: <1393379848-4031-1-git-send-email-lukasz.rymanowski@tieto.com>

This is epsecially needed when we want to modify timer.
---
 monitor/mainloop.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/monitor/mainloop.c b/monitor/mainloop.c
index 8c94bfe..7f97e65 100644
--- a/monitor/mainloop.c
+++ b/monitor/mainloop.c
@@ -222,9 +222,6 @@ int mainloop_modify_fd(int fd, uint32_t events)
 	if (!data)
 		return -ENXIO;
 
-	if (data->events == events)
-		return 0;
-
 	memset(&ev, 0, sizeof(ev));
 	ev.events = events;
 	ev.data.ptr = data;
-- 
1.8.4


  reply	other threads:[~2014-02-26  1:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26  1:57 [PATCH 00/17] Test and fix for cancel discovery Lukasz Rymanowski
2014-02-26  1:57 ` Lukasz Rymanowski [this message]
2014-02-26  1:57 ` [PATCH 02/17] monitor: Use miliseconds instead of seconds in the timeout Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 03/17] shared: Add header for timeout abstraction Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 04/17] shared: Add timeout handling with Glib support Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 05/17] shared: Add timeout handling with mainloop support Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 06/17] emulator: Minor style fix Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 07/17] emulator: Use timeout for sending inquiry results Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 08/17] emulator: Add inquiry cancel Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 09/17] emulator: Add handling inquiry number of responses Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 10/17] emulator: Add handling inquiry_lenght from inquiry command Lukasz Rymanowski
2014-02-26 10:32   ` Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 11/17] emulator: Add support to create many remote devices in hciemu Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 12/17] android/tester: Add discovery cancel test Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 13/17] android/tester: Remove not needed hook for inquiry complete Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 14/17] android/tester: Increase timeout for test failure Lukasz Rymanowski
2014-02-27 17:18   ` Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 15/17] android: Add tracking for pending confirm name command Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 16/17] android: Cancel all pending confirm name before stop discovery Lukasz Rymanowski
2014-02-26  1:57 ` [PATCH 17/17] android: Send confirm name request with mgmt_send Lukasz Rymanowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1393379848-4031-2-git-send-email-lukasz.rymanowski@tieto.com \
    --to=lukasz.rymanowski@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox