- sonypi-correct-detection-of-new-ich7-based-laptops.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     sonypi: correct detection of new ICH7-based laptops

has been removed from the -mm tree.  Its filename is

     sonypi-correct-detection-of-new-ich7-based-laptops.patch

This patch was probably dropped from -mm because
it has now been merged into a subsystem tree or
into Linus's tree, or because it was folded into
its parent patch in the -mm tree.


From: "Arnaud MAZIN" <arnaud.mazin@xxxxxxxxx>

Add a test to detect the ICH7 based Core Duo SONY laptops (such as the SZ1)
as type3 models.

Signed-off-by: Arnaud MAZIN < arnaud.mazin@xxxxxxxxx>
Acked-by: Stelian Pop <stelian@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/char/sonypi.c |    3 +++
 1 files changed, 3 insertions(+)

diff -puN drivers/char/sonypi.c~sonypi-correct-detection-of-new-ich7-based-laptops drivers/char/sonypi.c
--- devel/drivers/char/sonypi.c~sonypi-correct-detection-of-new-ich7-based-laptops	2006-04-20 02:37:05.000000000 -0700
+++ devel-akpm/drivers/char/sonypi.c	2006-04-20 02:37:05.000000000 -0700
@@ -1341,6 +1341,9 @@ static int __devinit sonypi_probe(struct
 	else if ((pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
 					  PCI_DEVICE_ID_INTEL_ICH6_1, NULL)))
 		sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE3;
+	else if ((pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
+					  PCI_DEVICE_ID_INTEL_ICH7_1, NULL)))
+		sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE3;
 	else
 		sonypi_device.model = SONYPI_DEVICE_MODEL_TYPE2;
 
_

Patches currently in -mm which might be from arnaud.mazin@xxxxxxxxx are

origin.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux