Here is a summary of changes made in each release. == RELEASE 0.17 == Fix remote chance of invalid buffer access in write_video. Support alternate HCI method path (recent "Phoenix BIOS" Toshiba's). Signal more proc-write errors. On proc-reads, report errors via printk instead of proc output. Add level and driver name prefix to all printk's. Add missing __init and __exit function attributes. Be explicit about vars for which code relies on zero-init of BSS. == RELEASE 0.16 == Increment version because release 0.15 was tainted by a bad "strlcpy conversion" patch. == RELEASE 0.15 == Add workaround for sporadic hotkey read error. Clean up: remove old comments and unused code. Const correction. == RELEASE 0.14 == Integrate changes for latest 2.5 kernel (2.5.61). Clean up: factor out repetitive code. == RELEASE 0.13 == Add TV out support. Fix sscanf overrun. Use ACPI_CA_VERSION for ACPI interface hint instead of linux version. Add hotkey info. Add version info. 2.4 kernel only: fix built-in compile and revert module name to ospm_toshiba. == RELEASE 0.12 == Change module name from ospm_toshiba to toshiba_acpi. Add support for 2.5 kernel. Add simple system detection. Add fan control. == RELEASE 0.11 == Add video out control; field names no longer use spaces; proc input allows spaces around ':' delimeter, etc. == RELEASE 0.10 == First version of Toshiba ACPI driver.