* [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
@ 2013-02-26 17:19 Takashi Iwai
2013-03-05 11:42 ` Takashi Iwai
2013-03-05 11:49 ` Éric Piel
0 siblings, 2 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-02-26 17:19 UTC (permalink / raw)
To: Eric Piel; +Cc: Matthew Garrett, platform-driver-x86, linux-kernel
The DriveGuard chips on the new HP laptops are with a new PnP ID
"HPQ6007". It should be compatible with older chips.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
drivers/platform/x86/hp_accel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c
index e64a7a8..b6c4305 100644
--- a/drivers/platform/x86/hp_accel.c
+++ b/drivers/platform/x86/hp_accel.c
@@ -77,6 +77,7 @@ static inline void delayed_sysfs_set(struct led_classdev *led_cdev,
static struct acpi_device_id lis3lv02d_device_ids[] = {
{"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
{"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
+ {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, lis3lv02d_device_ids);
--
1.8.1.4
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-02-26 17:19 [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops Takashi Iwai
@ 2013-03-05 11:42 ` Takashi Iwai
2013-03-05 11:49 ` Éric Piel
1 sibling, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2013-03-05 11:42 UTC (permalink / raw)
To: Eric Piel; +Cc: Matthew Garrett, platform-driver-x86, linux-kernel
At Tue, 26 Feb 2013 18:19:03 +0100,
Takashi Iwai wrote:
>
> The DriveGuard chips on the new HP laptops are with a new PnP ID
> "HPQ6007". It should be compatible with older chips.
>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Ping... Eric, Matthew, or can anyone check this?
thanks,
Takashi
>
> ---
> drivers/platform/x86/hp_accel.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c
> index e64a7a8..b6c4305 100644
> --- a/drivers/platform/x86/hp_accel.c
> +++ b/drivers/platform/x86/hp_accel.c
> @@ -77,6 +77,7 @@ static inline void delayed_sysfs_set(struct led_classdev *led_cdev,
> static struct acpi_device_id lis3lv02d_device_ids[] = {
> {"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
> {"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
> + {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
> {"", 0},
> };
> MODULE_DEVICE_TABLE(acpi, lis3lv02d_device_ids);
> --
> 1.8.1.4
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-02-26 17:19 [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops Takashi Iwai
2013-03-05 11:42 ` Takashi Iwai
@ 2013-03-05 11:49 ` Éric Piel
2013-03-05 15:42 ` Matthew Garrett
1 sibling, 1 reply; 9+ messages in thread
From: Éric Piel @ 2013-03-05 11:49 UTC (permalink / raw)
To: Takashi Iwai, Matthew Garrett; +Cc: platform-driver-x86, linux-kernel
On 26/02/13 18:19, Takashi Iwai wrote:
> The DriveGuard chips on the new HP laptops are with a new PnP ID
> "HPQ6007". It should be compatible with older chips.
>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Hi,
Sorry for the delay. The driver is able to detect the actual type of
accelerometer behind, so indeed it should work fine.
Thanks for the patch, here is my:
Acked-by: Éric Piel <eric.piel@tremplin-utc.net>
Matthew, could you pick this patch into your tree?
Cheers,
Éric
>
> ---
> drivers/platform/x86/hp_accel.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/hp_accel.c b/drivers/platform/x86/hp_accel.c
> index e64a7a8..b6c4305 100644
> --- a/drivers/platform/x86/hp_accel.c
> +++ b/drivers/platform/x86/hp_accel.c
> @@ -77,6 +77,7 @@ static inline void delayed_sysfs_set(struct led_classdev *led_cdev,
> static struct acpi_device_id lis3lv02d_device_ids[] = {
> {"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
> {"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
> + {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
> {"", 0},
> };
> MODULE_DEVICE_TABLE(acpi, lis3lv02d_device_ids);
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-03-05 11:49 ` Éric Piel
@ 2013-03-05 15:42 ` Matthew Garrett
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Garrett @ 2013-03-05 15:42 UTC (permalink / raw)
To: Éric Piel
Cc: Takashi Iwai, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
On Tue, 2013-03-05 at 12:49 +0100, Éric Piel wrote:
> On 26/02/13 18:19, Takashi Iwai wrote:
> > The DriveGuard chips on the new HP laptops are with a new PnP ID
> > "HPQ6007". It should be compatible with older chips.
> >
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> Hi,
> Sorry for the delay. The driver is able to detect the actual type of
> accelerometer behind, so indeed it should work fine.
>
> Thanks for the patch, here is my:
> Acked-by: Éric Piel <eric.piel@tremplin-utc.net>
>
> Matthew, could you pick this patch into your tree?
Will do.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
@ 2013-03-05 15:42 ` Matthew Garrett
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Garrett @ 2013-03-05 15:42 UTC (permalink / raw)
To: Éric Piel
Cc: Takashi Iwai, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 766 bytes --]
On Tue, 2013-03-05 at 12:49 +0100, Ãric Piel wrote:
> On 26/02/13 18:19, Takashi Iwai wrote:
> > The DriveGuard chips on the new HP laptops are with a new PnP ID
> > "HPQ6007". It should be compatible with older chips.
> >
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> Hi,
> Sorry for the delay. The driver is able to detect the actual type of
> accelerometer behind, so indeed it should work fine.
>
> Thanks for the patch, here is my:
> Acked-by: Ãric Piel <eric.piel@tremplin-utc.net>
>
> Matthew, could you pick this patch into your tree?
Will do.
--
Matthew Garrett | mjg59@srcf.ucam.org
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-03-05 15:42 ` Matthew Garrett
(?)
@ 2013-03-05 15:45 ` Takashi Iwai
2013-03-08 22:59 ` Shuah Khan
-1 siblings, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2013-03-05 15:45 UTC (permalink / raw)
To: Matthew Garrett
Cc: Éric Piel, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
At Tue, 5 Mar 2013 15:42:58 +0000,
Matthew Garrett wrote:
>
> On Tue, 2013-03-05 at 12:49 +0100, Éric Piel wrote:
> > On 26/02/13 18:19, Takashi Iwai wrote:
> > > The DriveGuard chips on the new HP laptops are with a new PnP ID
> > > "HPQ6007". It should be compatible with older chips.
> > >
> > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > Hi,
> > Sorry for the delay. The driver is able to detect the actual type of
> > accelerometer behind, so indeed it should work fine.
> >
> > Thanks for the patch, here is my:
> > Acked-by: Éric Piel <eric.piel@tremplin-utc.net>
> >
> > Matthew, could you pick this patch into your tree?
>
> Will do.
Thanks!
Takashi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-03-05 15:45 ` Takashi Iwai
@ 2013-03-08 22:59 ` Shuah Khan
0 siblings, 0 replies; 9+ messages in thread
From: Shuah Khan @ 2013-03-08 22:59 UTC (permalink / raw)
To: Takashi Iwai
Cc: Matthew Garrett, Éric Piel,
platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org,
stable, Greg KH
On Tue, Mar 5, 2013 at 8:45 AM, Takashi Iwai <tiwai@suse.de> wrote:
> At Tue, 5 Mar 2013 15:42:58 +0000,
> Matthew Garrett wrote:
>>
>> On Tue, 2013-03-05 at 12:49 +0100, Éric Piel wrote:
>> > On 26/02/13 18:19, Takashi Iwai wrote:
>> > > The DriveGuard chips on the new HP laptops are with a new PnP ID
>> > > "HPQ6007". It should be compatible with older chips.
>> > >
>> > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
>> > Hi,
>> > Sorry for the delay. The driver is able to detect the actual type of
>> > accelerometer behind, so indeed it should work fine.
>> >
>> > Thanks for the patch, here is my:
>> > Acked-by: Éric Piel <eric.piel@tremplin-utc.net>
>> >
>> > Matthew, could you pick this patch into your tree?
>>
>> Will do.
>
> Thanks!
>
>
> Takashi
Takashi,
Should this be tagged for stables releases? This patch went into suse
git and just checking to see if it should go into stable releases.
Thanks,
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
@ 2013-03-08 22:59 ` Shuah Khan
0 siblings, 0 replies; 9+ messages in thread
From: Shuah Khan @ 2013-03-08 22:59 UTC (permalink / raw)
To: Takashi Iwai
Cc: Matthew Garrett, Éric Piel,
platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org,
stable, Greg KH
On Tue, Mar 5, 2013 at 8:45 AM, Takashi Iwai <tiwai@suse.de> wrote:
> At Tue, 5 Mar 2013 15:42:58 +0000,
> Matthew Garrett wrote:
>>
>> On Tue, 2013-03-05 at 12:49 +0100, �ric Piel wrote:
>> > On 26/02/13 18:19, Takashi Iwai wrote:
>> > > The DriveGuard chips on the new HP laptops are with a new PnP ID
>> > > "HPQ6007". It should be compatible with older chips.
>> > >
>> > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
>> > Hi,
>> > Sorry for the delay. The driver is able to detect the actual type of
>> > accelerometer behind, so indeed it should work fine.
>> >
>> > Thanks for the patch, here is my:
>> > Acked-by: �ric Piel <eric.piel@tremplin-utc.net>
>> >
>> > Matthew, could you pick this patch into your tree?
>>
>> Will do.
>
> Thanks!
>
>
> Takashi
Takashi,
Should this be tagged for stables releases? This patch went into suse
git and just checking to see if it should go into stable releases.
Thanks,
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops
2013-03-08 22:59 ` Shuah Khan
(?)
@ 2013-03-09 11:59 ` Éric Piel
-1 siblings, 0 replies; 9+ messages in thread
From: Éric Piel @ 2013-03-09 11:59 UTC (permalink / raw)
To: Shuah Khan
Cc: Takashi Iwai, Matthew Garrett,
platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org,
stable, Greg KH
On 08-03-13 23:59, Shuah Khan wrote:
:
> Should this be tagged for stables releases? This patch went into suse
> git and just checking to see if it should go into stable releases.
Hello,
This patch will make the module automatically load on some new HP
laptops. So although it's not fixing a bug, it will extend hardware
support (a very little bit), which can be considered material for stable
trees, indeed.
Cheers,
Éric
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-03-09 11:59 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26 17:19 [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops Takashi Iwai
2013-03-05 11:42 ` Takashi Iwai
2013-03-05 11:49 ` Éric Piel
2013-03-05 15:42 ` Matthew Garrett
2013-03-05 15:42 ` Matthew Garrett
2013-03-05 15:45 ` Takashi Iwai
2013-03-08 22:59 ` Shuah Khan
2013-03-08 22:59 ` Shuah Khan
2013-03-09 11:59 ` Éric Piel
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.