Browse Source

Pull ec into test branch

Len Brown 18 years ago
parent
commit
ed3269a31b
2 changed files with 214 additions and 547 deletions
  1. 211 547
      drivers/acpi/ec.c
  2. 3 0
      include/linux/acpi.h

File diff suppressed because it is too large
+ 211 - 547
drivers/acpi/ec.c


+ 3 - 0
include/linux/acpi.h

@@ -494,6 +494,9 @@ void acpi_pci_unregister_driver(struct acpi_pci_driver *driver);
 
 extern int ec_read(u8 addr, u8 *val);
 extern int ec_write(u8 addr, u8 val);
+extern int ec_transaction(u8 command,
+                          const u8 *wdata, unsigned wdata_len,
+                          u8 *rdata, unsigned rdata_len);
 
 #endif /*CONFIG_ACPI_EC*/
 

Some files were not shown because too many files changed in this diff