diff options
| author | Wei Mao <[email protected]> | 2017-03-17 19:47:04 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-03-17 19:47:04 -0700 |
| commit | 1a3e0d580380e58bf336a242d2affc8a1e2d1ddf (patch) | |
| tree | bf5d9c5b0b4cba1b81726b9f78c4d5ff5c636fea /spb/SpbTestTool/sys/spbtesttool.asl | |
| parent | da21c8784c83c5fd614f3030323e229d6a5fb10e (diff) | |
Fix cases
Diffstat (limited to 'spb/SpbTestTool/sys/spbtesttool.asl')
| -rw-r--r-- | spb/SpbTestTool/sys/spbtesttool.asl | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/spb/SpbTestTool/sys/spbtesttool.asl b/spb/SpbTestTool/sys/spbtesttool.asl deleted file mode 100644 index fcf3c9ac..00000000 --- a/spb/SpbTestTool/sys/spbtesttool.asl +++ /dev/null @@ -1,26 +0,0 @@ -// -// Test peripheral device node -// -Device(SPBT) -{ - Name(_HID, "SpbTestTool") - Name(_UID, 1) - Method(_CRS, 0x0, NotSerialized) - { - Name (RBUF, ResourceTemplate () - { - // - // Sample I2C and GPIO resources. Modify to match your - // platform's underlying controllers and connections. - // \_SB.I2C and \_SB.GPIO are paths to predefined I2C - // and GPIO controller instances. - // - // Note: SpbTestTool does not require a GPIO resource. - // Remove as necessary. - // - I2CSerialBus(0x1D, ControllerInitiated, 400000, AddressingMode7Bit, "\\_SB.I2C", , ) - GpioInt(Level, ActiveHigh, Exclusive, PullDown, 0, "\\_SB.GPIO") {1} - }) - Return(RBUF) - } -}
\ No newline at end of file |
