linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* R52 hdaps support?
@ 2005-09-16 21:10 Keenan Pepper
  2005-09-16 21:17 ` Alejandro Bonilla Beeche
  2005-09-16 23:04 ` Robert Love
  0 siblings, 2 replies; 10+ messages in thread
From: Keenan Pepper @ 2005-09-16 21:10 UTC (permalink / raw)
  To: linux-kernel

I recently splurged on a new ThinkPad R52 (because it was one of the few laptops 
in the store with /all/ linux-supported hardware), but the 2.6.14-rc1 kernel I 
just compiled says "hdaps: supported laptop not found".

Looking at the source I notice there's a whitelist of models that goes up to 
R51... How badly could it break if I just went ahead and added R52? Should it be 
"NORMAL" or "INVERT"?

Keenan Pepper

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-16 21:10 R52 hdaps support? Keenan Pepper
@ 2005-09-16 21:17 ` Alejandro Bonilla Beeche
  2005-09-16 23:04 ` Robert Love
  1 sibling, 0 replies; 10+ messages in thread
From: Alejandro Bonilla Beeche @ 2005-09-16 21:17 UTC (permalink / raw)
  To: Keenan Pepper; +Cc: linux-kernel

On Fri, 2005-09-16 at 17:10 -0400, Keenan Pepper wrote:
> I recently splurged on a new ThinkPad R52 (because it was one of the few laptops 
> in the store with /all/ linux-supported hardware), but the 2.6.14-rc1 kernel I 
> just compiled says "hdaps: supported laptop not found".
> 
> Looking at the source I notice there's a whitelist of models that goes up to 
> R51... How badly could it break if I just went ahead and added R52? Should it be 
> "NORMAL" or "INVERT"?
> 
> Keenan Pepper

Hi Keenan,

	We don't have the X42 nor the R52 in the list of supported laptops.
Please send an email to hdaps-devel@lists.sf.net so that we can do
something about adding your laptop to the dmi list.

Additionally, the X41 should be in the list of supported laptops
(Kconfig)

Thanks,

.Alejandro


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-16 21:10 R52 hdaps support? Keenan Pepper
  2005-09-16 21:17 ` Alejandro Bonilla Beeche
@ 2005-09-16 23:04 ` Robert Love
  2005-09-17  2:26   ` Keenan Pepper
  1 sibling, 1 reply; 10+ messages in thread
From: Robert Love @ 2005-09-16 23:04 UTC (permalink / raw)
  To: Keenan Pepper; +Cc: linux-kernel

On Fri, 2005-09-16 at 17:10 -0400, Keenan Pepper wrote:

> I recently splurged on a new ThinkPad R52 (because it was one of the few laptops 
> in the store with /all/ linux-supported hardware), but the 2.6.14-rc1 kernel I 
> just compiled says "hdaps: supported laptop not found".
> 
> Looking at the source I notice there's a whitelist of models that goes up to 
> R51... How badly could it break if I just went ahead and added R52? Should it be 
> "NORMAL" or "INVERT"?


The R52 should work and nothing should break.  If it works, I'll add it.

As for normal versus inverted: You probably want NORMAL, but you will
have to verify it and let me know.  You'll know you have the wrong one
when the readings are, well, inverted.

	Robert Love



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-16 23:04 ` Robert Love
@ 2005-09-17  2:26   ` Keenan Pepper
  2005-09-17  2:34     ` Robert Love
  2005-09-17  3:39     ` Alejandro Bonilla Beeche
  0 siblings, 2 replies; 10+ messages in thread
From: Keenan Pepper @ 2005-09-17  2:26 UTC (permalink / raw)
  To: Robert Love; +Cc: linux-kernel

Robert Love wrote:
> The R52 should work and nothing should break.  If it works, I'll add it.
> 
> As for normal versus inverted: You probably want NORMAL, but you will
> have to verify it and let me know.  You'll know you have the wrong one
> when the readings are, well, inverted.
> 
> 	Robert Love

OK, it's compiled and running, but how do I tell if it's inverted? The laptop is 
on a horizontal surface and /sys/devices/platform/hdaps/position reads 
(482,508). What does that mean?

Keenan Pepper

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-17  2:26   ` Keenan Pepper
@ 2005-09-17  2:34     ` Robert Love
  2005-09-17  3:39     ` Alejandro Bonilla Beeche
  1 sibling, 0 replies; 10+ messages in thread
From: Robert Love @ 2005-09-17  2:34 UTC (permalink / raw)
  To: Keenan Pepper; +Cc: linux-kernel

On Fri, 2005-09-16 at 22:26 -0400, Keenan Pepper wrote:

> OK, it's compiled and running, but how do I tell if it's inverted? The laptop is 
> on a horizontal surface and /sys/devices/platform/hdaps/position reads 
> (482,508). What does that mean?

Well, you can use the joystick device and see that the axises are
correct.

The other thing would be to grab the pivot program from the hdaps
package at http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ and
run it.

Tilting the laptop to you run and toward you should be (positive,
positive) I think.

	Robert Love



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-17  2:26   ` Keenan Pepper
  2005-09-17  2:34     ` Robert Love
@ 2005-09-17  3:39     ` Alejandro Bonilla Beeche
  2005-09-17  6:01       ` Keenan Pepper
  1 sibling, 1 reply; 10+ messages in thread
From: Alejandro Bonilla Beeche @ 2005-09-17  3:39 UTC (permalink / raw)
  To: Keenan Pepper; +Cc: Robert Love, linux-kernel

On Fri, 2005-09-16 at 22:26 -0400, Keenan Pepper wrote:
> Robert Love wrote:
> > The R52 should work and nothing should break.  If it works, I'll add it.
> > 
> > As for normal versus inverted: You probably want NORMAL, but you will
> > have to verify it and let me know.  You'll know you have the wrong one
> > when the readings are, well, inverted.
> > 
> > 	Robert Love
> 
> OK, it's compiled and running, but how do I tell if it's inverted? The laptop is 
> on a horizontal surface and /sys/devices/platform/hdaps/position reads 
> (482,508). What does that mean?
> 
> Keenan Pepper
Keenan,

	You may try using the hdaps-gl located at the hdaps.sf.net download
section which will take you to the SF Repository.

.Alejandro


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-17  3:39     ` Alejandro Bonilla Beeche
@ 2005-09-17  6:01       ` Keenan Pepper
  2005-09-22 14:51         ` Robert Love
  0 siblings, 1 reply; 10+ messages in thread
From: Keenan Pepper @ 2005-09-17  6:01 UTC (permalink / raw)
  To: abonilla; +Cc: Robert Love, linux-kernel

Alejandro Bonilla Beeche wrote:
> Keenan,
> 
> 	You may try using the hdaps-gl located at the hdaps.sf.net download
> section which will take you to the SF Repository.
> 
> .Alejandro

Oh wow! That's really cool. And my R52 definitely works as "NORMAL", so you can 
go ahead and add it to the whitelist.

Keenan

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-17  6:01       ` Keenan Pepper
@ 2005-09-22 14:51         ` Robert Love
  2005-09-23  0:25           ` Alejandro Bonilla Beeche
  0 siblings, 1 reply; 10+ messages in thread
From: Robert Love @ 2005-09-22 14:51 UTC (permalink / raw)
  To: Keenan Pepper; +Cc: abonilla, linux-kernel

On Sat, 2005-09-17 at 02:01 -0400, Keenan Pepper wrote:

> Oh wow! That's really cool. And my R52 definitely works as "NORMAL", so you can 
> go ahead and add it to the whitelist.

Done.  Will be in the next patch I send to Linus.

	Robert Love



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-22 14:51         ` Robert Love
@ 2005-09-23  0:25           ` Alejandro Bonilla Beeche
  2005-09-23  1:48             ` Robert Love
  0 siblings, 1 reply; 10+ messages in thread
From: Alejandro Bonilla Beeche @ 2005-09-23  0:25 UTC (permalink / raw)
  To: Robert Love; +Cc: Keenan Pepper, linux-kernel

On Thu, 2005-09-22 at 10:51 -0400, Robert Love wrote:
> On Sat, 2005-09-17 at 02:01 -0400, Keenan Pepper wrote:
> 
> > Oh wow! That's really cool. And my R52 definitely works as "NORMAL", so you can 
> > go ahead and add it to the whitelist.
> 
> Done.  Will be in the next patch I send to Linus.
> 
> 	Robert Love

Robert,

	We have some laptops missing from the HDAPS list.
X41 and X42? (I think)

.Alejandro


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: R52 hdaps support?
  2005-09-23  0:25           ` Alejandro Bonilla Beeche
@ 2005-09-23  1:48             ` Robert Love
  0 siblings, 0 replies; 10+ messages in thread
From: Robert Love @ 2005-09-23  1:48 UTC (permalink / raw)
  To: abonilla; +Cc: Keenan Pepper, linux-kernel

On Thu, 2005-09-22 at 18:25 -0600, Alejandro Bonilla Beeche wrote:

> 	We have some laptops missing from the HDAPS list.
> X41 and X42? (I think)

I added X41 in the patch I sent out today.

X42: I don't think I have ever gotten any reports.

	Robert Love



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-09-23  1:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-16 21:10 R52 hdaps support? Keenan Pepper
2005-09-16 21:17 ` Alejandro Bonilla Beeche
2005-09-16 23:04 ` Robert Love
2005-09-17  2:26   ` Keenan Pepper
2005-09-17  2:34     ` Robert Love
2005-09-17  3:39     ` Alejandro Bonilla Beeche
2005-09-17  6:01       ` Keenan Pepper
2005-09-22 14:51         ` Robert Love
2005-09-23  0:25           ` Alejandro Bonilla Beeche
2005-09-23  1:48             ` Robert Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).