Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217651
b: refs/heads/master
c: 23ebbf0
h: refs/heads/master
i:
  217649: 139b4a2
  217647: 277805c
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Oct 18, 2010
1 parent a9bb08f commit 6f2b923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34cf66e724a2bf0a406d59b18f5bfeed746d7979
refs/heads/master: 23ebbf07068f84b7ed119a0bef4a3f0ebb82c894
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpica/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ struct acpi_bit_register_info {
#define ACPI_OSI_WIN_VISTA 0x07
#define ACPI_OSI_WINSRV_2008 0x08
#define ACPI_OSI_WIN_VISTA_SP1 0x09
#define ACPI_OSI_WIN_7 0x0A
#define ACPI_OSI_WIN_VISTA_SP2 0x0A
#define ACPI_OSI_WIN_7 0x0B

#define ACPI_ALWAYS_ILLEGAL 0x00

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/acpi/acpica/utosi.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = {
{"Windows 2006", NULL, 0, ACPI_OSI_WIN_VISTA}, /* Windows Vista - Added 03/2006 */
{"Windows 2006.1", NULL, 0, ACPI_OSI_WINSRV_2008}, /* Windows Server 2008 - Added 09/2009 */
{"Windows 2006 SP1", NULL, 0, ACPI_OSI_WIN_VISTA_SP1}, /* Windows Vista SP1 - Added 09/2009 */
{"Windows 2006 SP2", NULL, 0, ACPI_OSI_WIN_VISTA_SP2}, /* Windows Vista SP2 - Added 09/2010 */
{"Windows 2009", NULL, 0, ACPI_OSI_WIN_7}, /* Windows 7 and Server 2008 R2 - Added 09/2009 */

/* Feature Group Strings */
Expand Down

0 comments on commit 6f2b923

Please sign in to comment.