* [PATCH] ata acer short cable quirks
@ 2008-06-03 16:59 maximilian attems
2008-06-04 10:29 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2008-06-03 16:59 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide, Colin Ian King, maximilian attems
From: Colin Ian King <colin.king@canonical.com>
Add ICH6 on ACER Aspire 1694WLMi to list of laptops that use short cables
rather than 80 wire
OriginalAuthor: Tiago Sousa
OriginalLocation: http://launchpadlibrarian.net/11627664/new.ich_laptop.short.cables.diff
Bug: #187121
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: maximilian attems <max@stro.at>
---
drivers/ata/ata_piix.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index a9027b8..e02b5e0 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -573,6 +573,8 @@ static const struct ich_laptop ich_laptop[] = {
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
{ 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
{ 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */
+ { 0x24CA, 0x1025, 0x003d }, /* ICH4 on ACER TM290 */
+ { 0x266F, 0x1025, 0x0066 }, /* ICH6 on ACER Aspire 1694WLMi */
{ 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
/* end marker */
{ 0, }
--
1.5.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ata acer short cable quirks
2008-06-03 16:59 [PATCH] ata acer short cable quirks maximilian attems
@ 2008-06-04 10:29 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-06-04 10:29 UTC (permalink / raw)
To: maximilian attems; +Cc: linux-ide, Colin Ian King
maximilian attems wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Add ICH6 on ACER Aspire 1694WLMi to list of laptops that use short cables
> rather than 80 wire
>
> OriginalAuthor: Tiago Sousa
> OriginalLocation: http://launchpadlibrarian.net/11627664/new.ich_laptop.short.cables.diff
> Bug: #187121
>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: maximilian attems <max@stro.at>
> ---
> drivers/ata/ata_piix.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index a9027b8..e02b5e0 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -573,6 +573,8 @@ static const struct ich_laptop ich_laptop[] = {
> { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
> { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
> { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */
> + { 0x24CA, 0x1025, 0x003d }, /* ICH4 on ACER TM290 */
> + { 0x266F, 0x1025, 0x0066 }, /* ICH6 on ACER Aspire 1694WLMi */
> { 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-04 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 16:59 [PATCH] ata acer short cable quirks maximilian attems
2008-06-04 10:29 ` Jeff Garzik
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).