diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-12 21:25:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-12 21:25:48 -0500 |
commit | 0194f444344d973a905edf3917533e89fb6d2244 (patch) | |
tree | 9fa21e4946d97c69a690c5f2c64c6b497106fe5b /tdecore/hwlibdata/pnpdev | |
parent | 5e8c1f0e10b648dd13b5154bb4e9aff5f2467f4c (diff) | |
download | tdelibs-0194f444344d973a905edf3917533e89fb6d2244.tar.gz tdelibs-0194f444344d973a905edf3917533e89fb6d2244.zip |
Add monitor class to TDE hardware library
Diffstat (limited to 'tdecore/hwlibdata/pnpdev')
-rw-r--r-- | tdecore/hwlibdata/pnpdev/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdecore/hwlibdata/pnpdev/dpy.ids | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/tdecore/hwlibdata/pnpdev/CMakeLists.txt b/tdecore/hwlibdata/pnpdev/CMakeLists.txt index 61b1df38e..98b117d54 100644 --- a/tdecore/hwlibdata/pnpdev/CMakeLists.txt +++ b/tdecore/hwlibdata/pnpdev/CMakeLists.txt @@ -13,5 +13,5 @@ ##### other data ################################ install( FILES - pnp.ids + pnp.ids dpy.ids DESTINATION ${DATA_INSTALL_DIR}/tdehwlib/pnpdev ) diff --git a/tdecore/hwlibdata/pnpdev/dpy.ids b/tdecore/hwlibdata/pnpdev/dpy.ids new file mode 100644 index 000000000..605ef28f4 --- /dev/null +++ b/tdecore/hwlibdata/pnpdev/dpy.ids @@ -0,0 +1,8 @@ +# This file is provided soley in the interest of cross platform compatibility +# It only contains information on certain generic core system devices that cannot be looked up via another method +# All marks are the property of their owners + +ACR Acer +LPL LG +PHL Philips +SEC Samsung
\ No newline at end of file |