Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46370
b: refs/heads/master
c: 775d85b
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent f2a22d2 commit db3c339
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 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: cc2a472b8411ce0b71738039e15d45917da30fbe
refs/heads/master: 775d85b6aa33116da8aacad4168c540ce86a1803
25 changes: 22 additions & 3 deletions trunk/include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,21 @@ struct acpi_asf_alert {
u8 deassert_mask;
u8 alerts;
u8 data_length;
u8 array[1];
};

struct acpi_asf_alert_data {
u8 address;
u8 command;
u8 mask;
u8 value;
u8 sensor_type;
u8 type;
u8 offset;
u8 source_type;
u8 severity;
u8 sensor_number;
u8 entity;
u8 instance;
};

/* 2: ASF Remote Control */
Expand All @@ -158,7 +172,13 @@ struct acpi_asf_remote {
u8 controls;
u8 data_length;
u16 reserved2;
u8 array[1];
};

struct acpi_asf_control_data {
u8 function;
u8 address;
u8 command;
u8 value;
};

/* 3: ASF RMCP Boot Options */
Expand All @@ -180,7 +200,6 @@ struct acpi_asf_address {
struct acpi_asf_header header;
u8 eprom_address;
u8 devices;
u8 smbus_addresses[1];
};

/*******************************************************************************
Expand Down

0 comments on commit db3c339

Please sign in to comment.