diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:10:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:10:20 -0800 |
| commit | a45eec0736717ff951f93b4a30ed605a8d95a3d4 (patch) | |
| tree | e87a8026952a2ff0c3201dcf35039f61e6e41d9d /include/linux/apm_bios.h | |
| parent | 2be208bc58825f9b71833b4a24155689bbacc7f2 (diff) | |
v2.4.8.2 -> v2.4.8.3
- Patrick Mochel: fix PCI:PCI bridge 64-bit memory type detection
- me: more forgotten nfsd off_t -> loff_t
- Alan Cox: ide driver merge
- Eric Lammerts, Rik van Riel: when oom, kill all threads.
- Ben LaHaise: use down_read, not down_write() in map_user_kiobuf.
We don't change the mappings, we just read them.
- Kai Germaschewski: ISDN updates
- Roland Fehrenbacher: sparse lun check
- Tim Waugh: handle awkward Titan parallel/serial port cards
- Stephen Rothwell: APM updates
- Anton Altaparmakov: NTFS updates
Diffstat (limited to 'include/linux/apm_bios.h')
| -rw-r--r-- | include/linux/apm_bios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index 22fa68ec907b..1f11b7d91b6e 100644 --- a/include/linux/apm_bios.h +++ b/include/linux/apm_bios.h @@ -52,6 +52,7 @@ struct apm_info { struct apm_bios_info bios; unsigned short connection_version; int get_power_status_broken; + int get_power_status_swabinminutes; int allow_ints; int realmode_power_off; int disabled; |
