System Management Bus Access
-
Hello all, I'm new to device programming and am pleading for somebody to help me with this problem. I own a Fujitsu N-Series Lifebook (N3010) which has an Application Panel (extra buttons for quick access to programs). I am currently trying to write a program that uses the Application Panel for specific hotkeys. Unfortunately, the only resources I have for accessing this panel is available for Linux systems (apanel.sourceforge.com), and that code is actually a device driver. I want to use the built-in device driver, but do not know how to access the device. If anybody could tell me how I am to interface with the driver and access the device, your help is greatly appreciated. Btw, I do not have the source code on the functions, defines, etc of the device driver, which is a .SYS file. Thank you! Zero_Divide_1