From: "Fabrice Ménard" <menard.fabrice@orange.fr>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Lost connections - mouse and keyboard
Date: Sun, 9 Dec 2007 17:45:40 +0100 [thread overview]
Message-ID: <200712091745.40767.menard.fabrice@orange.fr> (raw)
In-Reply-To: <20071208135743.681df20f@neutrino.cosmos.net>
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
On Saturday 08 December 2007 13:57:43 Didier Link wrote:
> Le Sat, 8 Dec 2007 11:25:03 +0100,
>
>
> Hi Fabrice,
Hi
> Finally, Fabrice, your patches aren't accessible with the sourceforge
> and gmane archives of the list, can you resend or put it on pastebin or
> other web location please ??
Sure! Here it is.
Fabrice
[-- Attachment #2: hid2hci.patch --]
[-- Type: text/x-patch, Size: 441 bytes --]
--- bluez-utils-3.19/tools/hid2hci.c 2007-09-16 09:57:40.000000000 +0200
+++ bluez-utils-3.19/tools/hid2hci.c.new 2007-10-18 11:25:40.000000000 +0200
@@ -138,7 +138,7 @@ static int send_report(int fd, const cha
uref.field_index = 0;
uref.usage_index = i;
uref.usage_code = 0xff000001;
- uref.value = buf[i];
+ uref.value = buf[i] & 0x000000ff;
err = ioctl(fd, HIDIOCSUSAGE, &uref);
if (err < 0)
return err;
[-- Attachment #3: xserver.patch --]
[-- Type: text/x-patch, Size: 408 bytes --]
--- xorg-server-1.4/hw/xfree86/common/xf86Helper.c 2007-08-23 21:04:53.000000000 +0200
+++ xorg-server-1.4/hw/xfree86/common/xf86Helper.c.new 2007-10-12 22:42:00.000000000 +0200
@@ -388,7 +388,7 @@ xf86DeleteInput(InputInfoPtr pInp, int f
p->next = pInp->next;
/* Else the entry wasn't in the xf86InputDevs list (ignore this). */
}
- xfree(pInp);
+/* xfree(pInp); */
}
_X_EXPORT Bool
[-- Attachment #4: x11-input.fdi --]
[-- Type: application/xml, Size: 735 bytes --]
[-- Attachment #5: Type: text/plain, Size: 277 bytes --]
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
[-- Attachment #6: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2007-12-09 16:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-25 16:43 [Bluez-users] Lost connections - mouse and keyboard Brad Smith
2007-11-26 5:49 ` Marcel Holtmann
2007-11-29 3:03 ` Brad Smith
2007-11-29 8:06 ` Dave Young
2007-11-29 20:19 ` Marcel Holtmann
2007-11-29 20:43 ` Jiri Kosina
2007-11-30 1:06 ` Dave Young
2007-11-30 9:15 ` Jiri Kosina
2007-12-07 23:42 ` Didier Link
2007-12-08 10:25 ` Fabrice Ménard
2007-12-08 12:57 ` Didier Link
2007-12-09 16:45 ` Fabrice Ménard [this message]
2007-12-10 12:36 ` Didier Link
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=200712091745.40767.menard.fabrice@orange.fr \
--to=menard.fabrice@orange.fr \
--cc=bluez-users@lists.sourceforge.net \
/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