Re: wacom: Fixes for stylus pressure values for Thinkpad Yoga

2014-02-28 Thread Carl Worth
the specific one I hit). So those all get my: Reviewed-by: Carl Worth I'll follow up more if I get a chance to test these as well. -Carl pgp2ADdO4Lkxl.pgp Description: PGP signature

[PATCH] drm/i915/dp: Allow for 5.4Gbps for Haswell.

2014-02-27 Thread Carl Worth
With Haswell, 5.4Gbps is supported. And almost all of the code was already in place already. All that was missing was this tiny bit of additional wiring. Signed-off-by: Carl Worth Reviewed-by: Keith Packard --- drivers/gpu/drm/i915/intel_dp.c | 24 1 file changed, 20

wacom: Fixes for stylus pressure values for Thinkpad Yoga

2014-02-26 Thread Carl Worth
This series of patches fixes the pressure values reported for the wacom tablet built-in to a Lenovo ThinkPad Yoga laptop. Prior to this patch series, if I slowly increased stylus pressure, (expecting a gradual increase of values from 0 to 1023), I instead received values that increased slowly to 25

[PATCH 1/3] Input: wacom - EC tablet supports 1023 levels of pressure, not just 255

2014-02-26 Thread Carl Worth
This was verified on a ThinkPad Yoga laptop with an integrated Wacom tablet which reports itself with an ID of 0xEC. Signed-off-by: Carl Worth --- drivers/input/tablet/wacom_wac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/tablet/wacom_wac.c b/drivers

[PATCH 2/3] Input: wacom - Don't discard bits from upper byte of pressure value

2014-02-26 Thread Carl Worth
discarding any of the bits from this byte. Signed-off-by: Carl Worth --- drivers/input/tablet/wacom_wac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 4958081..563f197 100644 --- a/drivers/input/tablet

[PATCH 3/3] Input: wacom - Avoid incorrect sign extension from pressure-value lower byte

2014-02-26 Thread Carl Worth
ressure results from the Wacom tablet built into a ThinkPad Yoga laptop. (Prior to this fix, gradual increases of pressure would result in pressure values that would reset from 255 to 0 rathern than simply increasing.) Signed-off-by: Carl Worth --- drivers/input/tablet/wacom_wac.c | 5 + 1 f

Re: [Announce] GIT v1.5.0-rc2

2007-01-22 Thread Carl Worth
On Mon, 22 Jan 2007 11:28:32 -0800, Junio C Hamano wrote: > Thanks for your comments; You're welcome. > the attached probably needs proofreading. In general, I like it. The git-branch documentation already talks about "remote-tracking branches" so I've rewritten a couple of sentence below to use

Re: [Announce] GIT v1.5.0-rc2

2007-01-22 Thread Carl Worth
On Sun, 21 Jan 2007 03:20:06 -0800, Junio C Hamano wrote: > Also, in the same spirit of giving the release an early > exposure, here is the current draft of 1.5.0 release notes. Thanks, these are very good and really show how much great progress has gone into git recently. Congratulations to every