dockutils Code
Status: Beta
Brought to you by:
hulder
File | Date | Author | Commit |
---|---|---|---|
config | 2007-02-05 | hulder | [r1] initial checkin |
hooks | 2007-08-06 | hulder | [r10] don't hardcode model to "THINKPAD X40" |
misc | 2007-06-11 | hulder | [r5] add 24dock hook for pm-utils. We have the funct... |
AUTHORS | 2007-02-05 | hulder | [r1] initial checkin |
COPYING | 2007-02-05 | hulder | [r1] initial checkin |
Makefile | 2007-06-11 | hulder | [r9] add missing directories and uninstall rules |
README | 2007-02-05 | hulder | [r1] initial checkin |
common_functions | 2007-06-11 | hulder | [r6] HAL doesn't provide unoccupied scsi hosts anymo... |
docker | 2007-02-05 | hulder | [r1] initial checkin |
dockhandler | 2007-06-11 | hulder | [r7] if dockhandler is called without any arguments,... |
Dockutils ========= Dockutils is a collection of scripts providing an infrastructure to easily trigger actions on docking/undocking requests for different laptops and vendors. dockhandler: This is the central point to start. Either the command line tool docking or an acpi event coming from the acpid daemon will execute this script. Provided infrastructure ======================= docker: Command line tool to trigger dock/undock requests. hooks: Directory containing the different hooks for different vendor laptops. hooks/thinkpad: Directory containing hooks for all Thinkpads (ibm) notebooks. These hooks are triggered either through an acpid event or when a Thinkpad model is found and docker is used. Every Thinkpad has to use ibm_acpi for docking, so theres one hook 50generic which does the ibm_acpi handling. hooks/misc: Different scripts for laptops which don't have anything common.