UBUNTU: ubuntu: omnibook -- support Toshiba (HP) netbooks
authorManoj Iyer <manoj.iyer@canonical.com>
Tue, 8 Dec 2009 03:20:32 +0000 (21:20 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:21 +0000 (06:48 -0700)
commit6b15d4736fee192090c13f8ea418496f28d34f29
tree1d960e0a554b00d79f1154b30133bd4add5ab4ff
parent7d8dd50e282d506c9b9c118ffbdedf2fd0ddda2c
UBUNTU: ubuntu: omnibook -- support Toshiba (HP) netbooks

ExternalDriver: omnibook
Description: driver for HP & Toshiba laptops
Url: https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk
Mask:
Version: 2.20070211

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
58 files changed:
ubuntu/Kconfig
ubuntu/Makefile
ubuntu/omnibook/Kconfig [new file with mode: 0644]
ubuntu/omnibook/Makefile [new file with mode: 0644]
ubuntu/omnibook/ac.c [new file with mode: 0644]
ubuntu/omnibook/acpi.c [new file with mode: 0644]
ubuntu/omnibook/battery.c [new file with mode: 0644]
ubuntu/omnibook/blank.c [new file with mode: 0644]
ubuntu/omnibook/bluetooth.c [new file with mode: 0644]
ubuntu/omnibook/compal.c [new file with mode: 0644]
ubuntu/omnibook/compat.h [new file with mode: 0644]
ubuntu/omnibook/cooling.c [new file with mode: 0644]
ubuntu/omnibook/debian/README.Debian [new file with mode: 0644]
ubuntu/omnibook/debian/changelog [new file with mode: 0644]
ubuntu/omnibook/debian/compat [new file with mode: 0644]
ubuntu/omnibook/debian/control [new file with mode: 0644]
ubuntu/omnibook/debian/control.modules.in [new file with mode: 0644]
ubuntu/omnibook/debian/copyright [new file with mode: 0644]
ubuntu/omnibook/debian/docs [new file with mode: 0644]
ubuntu/omnibook/debian/rules [new file with mode: 0755]
ubuntu/omnibook/display.c [new file with mode: 0644]
ubuntu/omnibook/doc/BUGS [new file with mode: 0644]
ubuntu/omnibook/doc/COPYING [new file with mode: 0644]
ubuntu/omnibook/doc/CREDITS [new file with mode: 0644]
ubuntu/omnibook/doc/ChangeLog [new file with mode: 0644]
ubuntu/omnibook/doc/README [new file with mode: 0644]
ubuntu/omnibook/dock.c [new file with mode: 0644]
ubuntu/omnibook/dump.c [new file with mode: 0644]
ubuntu/omnibook/ec.c [new file with mode: 0644]
ubuntu/omnibook/fan.c [new file with mode: 0644]
ubuntu/omnibook/fan_policy.c [new file with mode: 0644]
ubuntu/omnibook/hardware.h [new file with mode: 0644]
ubuntu/omnibook/hotkeys.c [new file with mode: 0644]
ubuntu/omnibook/info.c [new file with mode: 0644]
ubuntu/omnibook/init.c [new file with mode: 0644]
ubuntu/omnibook/kbc.c [new file with mode: 0644]
ubuntu/omnibook/laptop.h [new file with mode: 0644]
ubuntu/omnibook/lcd.c [new file with mode: 0644]
ubuntu/omnibook/lib.c [new file with mode: 0644]
ubuntu/omnibook/misc/README.mmkeys [new file with mode: 0644]
ubuntu/omnibook/misc/dmi_strings.txt [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/README.hotkeys [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/nx9xxx.def [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/ob5xx.def [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/xe3gc.def [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/xe3gf.def [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/xe4xxx.def [new file with mode: 0644]
ubuntu/omnibook/misc/hotkeys/xt155.def [new file with mode: 0644]
ubuntu/omnibook/muteled.c [new file with mode: 0644]
ubuntu/omnibook/nbsmi.c [new file with mode: 0644]
ubuntu/omnibook/omnibook.h [new file with mode: 0644]
ubuntu/omnibook/pio.c [new file with mode: 0644]
ubuntu/omnibook/polling.c [new file with mode: 0644]
ubuntu/omnibook/sections.lds [new file with mode: 0644]
ubuntu/omnibook/temperature.c [new file with mode: 0644]
ubuntu/omnibook/throttling.c [new file with mode: 0644]
ubuntu/omnibook/touchpad.c [new file with mode: 0644]
ubuntu/omnibook/wireless.c [new file with mode: 0644]