All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lamarque Vieira Souza <lamarque@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-input@vger.kernel.org,
	Marcel Holtmann <marcel@holtmann.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: Problem with Acer Bluetooth Optical Rechargeable Mouse
Date: Tue, 22 Sep 2009 13:19:44 -0300	[thread overview]
Message-ID: <200909221319.45013.lamarque@gmail.com> (raw)
In-Reply-To: <alpine.LSU.2.00.0909221733290.10090@wotan.suse.de>

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

Em Terça-feira 22 Setembro 2009, Jiri Kosina escreveu:
> Hi,
> 
> could you please resend your patch? It has either been lost somewhere on
> the way, or in the dark depths of my inbox, so I am not really sure which
> one you are referring to, sorry.

Marks Acer Bluetooth Optical Rechargeable Mouse from Ferrari 4005 notebook to 
be ignored by hid core. This change makes hid core to use input session 
instead of hid session with that mouse. With hid session the mouse cursor 
moves too laggy, using input session corrects this problem.

Signed-off-by: Lamarque V. Souza <lamarque@gmail.com>

diff -Nru --show-c-function a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
--- a/drivers/hid/hid-core.c	2009-08-13 20:45:11.000000000 -0300
+++ b/drivers/hid/hid-core.c	2009-08-13 22:25:54.504677594 -0300
@@ -1636,6 +1636,7 @@ static const struct hid_device_id hid_ig
 	{ HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20) 
},
 	{ HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_8_8_4_IF_KIT) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K) 
},
+	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_KYE, 0x0058) },
 	{ }
 };

[-- Attachment #2: bluetooth-fix-for-acer-bluetooth-optical-rechargeable-mouse.patch --]
[-- Type: text/x-patch, Size: 573 bytes --]

diff -Nru --show-c-function a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
--- a/drivers/hid/hid-core.c	2009-08-13 20:45:11.000000000 -0300
+++ b/drivers/hid/hid-core.c	2009-08-13 22:25:54.504677594 -0300
@@ -1636,6 +1636,7 @@ static const struct hid_device_id hid_ig
 	{ HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_8_8_4_IF_KIT) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K) },
+	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_KYE, 0x0058) },
 	{ }
 };
 

  reply	other threads:[~2009-09-22 16:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-07  1:47 Problem with Acer Bluetooth Optical Rechargeable Mouse Lamarque Vieira Souza
2009-08-08  0:38 ` Jiri Kosina
2009-08-08  1:23   ` Lamarque Vieira Souza
2009-08-13 11:47     ` Jiri Kosina
2009-08-13 23:05       ` Lamarque Vieira Souza
2009-08-13 23:52       ` Lamarque Vieira Souza
2009-08-14  1:30         ` Lamarque Vieira Souza
2009-08-14 11:08           ` Jiri Kosina
2009-08-14 16:34             ` Lamarque Vieira Souza
2009-09-16  0:44               ` Lamarque Vieira Souza
2009-09-22 15:34                 ` Jiri Kosina
2009-09-22 16:19                   ` Lamarque Vieira Souza [this message]
2009-09-24  9:39                     ` Jiri Kosina
2009-09-24 13:43                       ` Lamarque Vieira Souza
2009-12-26  0:40                     ` Lamarque Vieira Souza
2010-01-04 11:33                       ` Jiri Kosina
2010-01-04 11:54                         ` Lamarque Vieira Souza

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=200909221319.45013.lamarque@gmail.com \
    --to=lamarque@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=marcel@holtmann.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.