I have a ShuttlePRO v2 (Contour Design Inc) that identifies itself as a
USB HID. The kernel properly detects its and I can receive events from
the device. The ShuttlePRO v2 is a media controller for use with video
editing software, as well as for many other applications. The controller
itself h
Hi Allan,
This is Tommy from ALPS. Thanks for your contact and so sorry for my
overlooking your last week's mail.
> I've reported the problem I'm having in more detail here:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837
>
> In summary - I keep suffering from the mouse pointer jum
On Thu, Feb 06, 2014 at 09:05:05PM +0100, Christopher Heiny wrote:
> On 02/04/2014 06:31 PM, Courtney Cavin wrote:
> > On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote:
> >> On 01/23/2014 04:00 PM, Courtney Cavin wrote:
> >>> Since all the configuration needed for an irq can be pro
On Thu, Feb 06, 2014 at 09:05:09PM +0100, Christopher Heiny wrote:
> On 02/06/2014 01:28 AM, Linus Walleij wrote:
> > On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin
> > wrote:
> >> >On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote:
> >>> >>On 01/23/2014 04:00 PM, Courtney Cavin w
Discard cursor movements if they directly coincide with a change in the number
of fingers detected. This helps with two issues - a sudden jump of the cursor
when a second finger enters or leaves the touchpad, and an unexpected jump in
page scrolling under the same scenario. The fix doesn't compl
Use smoothed version of sensor array data to calculate movement and add weight
to prior values when calculating average. This gives more granular and more
predictable movement.
Signed-off-by: Clinton Sprain
---
drivers/input/mouse/appletouch.c | 60 ++
1 f
Dials back the default fuzz and threshold settings for most devices using this
driver, based on user input from forums and bug reports, increasing
sensitivity. These two settings can also now both be overridden as module
parameters in the event that users have hardware that does not respond well
These patches address some usability issues by dialing back the fuzz and
threshold parameters, by implementing some smoothing for the sensor data and by
discarding movements that directly coincide with a change in the number of
fingers detected on the touchpad.
Changes since last time:
1/3: Re
On Fri, Jan 10, 2014 at 12:30 PM, Benson Leung wrote:
> On Mon, Jan 6, 2014 at 7:08 PM, Duson Lin wrote:
>> This driver adds support for elan i2c/smbus touchpad found on some laptops PC
>>
>> Signed-off-by: Duson Lin
>
> Reviewed-by: Benson Leung
>
Hi Dmitry, This should be the most up to date
On Tue, Dec 17, 2013 at 7:46 PM, Duson Lin wrote:
> This driver adds support for elan i2c/smbus touchpad found on some laptops PC
>
> Signed-off-by: Duson Lin
Reviewed-by: Benson Leung
Hi Dmitry,
This driver has been posted for a little while now. I've reviewed it,
and it is consistent with th
On 02/04/2014 06:31 PM, Courtney Cavin wrote:
On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote:
On 01/23/2014 04:00 PM, Courtney Cavin wrote:
Since all the configuration needed for an irq can be provided in other
ways, remove all gpio->irq functionality. This cleans up the code
On 02/06/2014 01:28 AM, Linus Walleij wrote:
On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin
wrote:
>On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote:
>>On 01/23/2014 04:00 PM, Courtney Cavin wrote:
>> >Since all the configuration needed for an irq can be provided in other
>>
The issues occurs on every kernel after
1302bac33d9e88cd43e482191a806998f3ed43cc commit. Before the commit,
this touchpad device was detected as PS/2 mouse and "cat
/dev/input/mice" shows data when the touchpad is used.
After the commit, there are no events from the touchpad in
/dev/input/mice or /
On Thu, 6 Feb 2014, Huei-Horng Yo wrote:
> Add Apple wireless keyboard 2011 JIS model (05ac:0257).
>
> Signed-off-by: Huei-Horng Yo
Applied, thanks.
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majord...@vger.ke
Add Apple wireless keyboard 2011 JIS model (05ac:0257).
Signed-off-by: Huei-Horng Yo
---
drivers/hid/hid-apple.c | 3 +++
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 1 +
3 files changed, 5 insertions(+)
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 4975581..
On Wed, Feb 5, 2014 at 3:31 AM, Courtney Cavin
wrote:
> On Wed, Feb 05, 2014 at 12:08:35AM +0100, Christopher Heiny wrote:
>> On 01/23/2014 04:00 PM, Courtney Cavin wrote:
>> > Since all the configuration needed for an irq can be provided in other
>> > ways, remove all gpio->irq functionality. Thi
On Thu, 6 Feb 2014, Huei-Horng Yo wrote:
> ---
> drivers/hid/hid-apple.c | 3 +++
> drivers/hid/hid-core.c | 1 +
> drivers/hid/hid-ids.h | 1 +
> 3 files changed, 5 insertions(+)
>
Thanks for the patch. Please resend with:
- at least one line of changelog
- your Signed-off-by: line as desc
---
drivers/hid/hid-apple.c | 3 +++
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 1 +
3 files changed, 5 insertions(+)
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 4975581..f822fd2 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -469,6 +4
I'm having problems with the built-in keyboard on Dell Latitude E6230
laptops and Linux 3.12/3.13 kernels:
- sometimes the keyboard just keeps sending the same key code, as if
the key was held down permanently; sometimes that can be cured by
pressing ^C or something, but often only a reboot fi
On Wed, 5 Feb 2014, Simon Wood wrote:
> The Dualshock4 controller contains a RGB LED, which is enabled via
> the '/sys/class/leds' interface. At present the driver only returns
> whether each of the RGB LEDs is lit (ie not off), but no indication
> of it's brightness.
>
> This patch fixes the rea
20 matches
Mail list logo