diff options
author | Len Brown <len.brown@intel.com> | 2007-07-22 10:29:41 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-22 10:29:41 +0400 |
commit | b4b613fd83853f8c688b3de20ab1a42331257975 (patch) | |
tree | 3eee8c81bda9e32cd80631bcb77b9401c6e0fa3c /drivers/acpi/utilities | |
parent | 5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5 (diff) | |
parent | 3c6394c5bd04e31d40d007af8b6c2484a08838d0 (diff) | |
download | linux-b4b613fd83853f8c688b3de20ab1a42331257975.tar.xz |
Pull osi into release branch
Diffstat (limited to 'drivers/acpi/utilities')
-rw-r--r-- | drivers/acpi/utilities/uteval.c | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/drivers/acpi/utilities/uteval.c b/drivers/acpi/utilities/uteval.c index 8ec6f8e48138..f112af433e36 100644 --- a/drivers/acpi/utilities/uteval.c +++ b/drivers/acpi/utilities/uteval.c @@ -62,16 +62,13 @@ acpi_ut_translate_one_cid(union acpi_operand_object *obj_desc, static char *acpi_interfaces_supported[] = { /* Operating System Vendor Strings */ - "Windows 2000", - "Windows 2001", - "Windows 2001 SP0", - "Windows 2001 SP1", - "Windows 2001 SP2", - "Windows 2001 SP3", - "Windows 2001 SP4", - "Windows 2001.1", - "Windows 2001.1 SP1", /* Added 03/2006 */ - "Windows 2006", /* Added 03/2006 */ + "Windows 2000", /* Windows 2000 */ + "Windows 2001", /* Windows XP */ + "Windows 2001 SP1", /* Windows XP SP1 */ + "Windows 2001 SP2", /* Windows XP SP2 */ + "Windows 2001.1", /* Windows Server 2003 */ + "Windows 2001.1 SP1", /* Windows Server 2003 SP1 - Added 03/2006 */ + "Windows 2006", /* Windows Vista - Added 03/2006 */ /* Feature Group Strings */ |