Skip to content

Commit

Permalink
Merge pull request #41 from qwazix/master
Browse files Browse the repository at this point in the history
Added support for apex 300 (just added the new productId, everything …
  • Loading branch information
tuxmark5 committed Jun 2, 2016
2 parents bceb11b + c0e6c61 commit c2893d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ withDevice venId prodIds hnd = do
main :: IO ()
main = do
args <- cmdArgs apexArgs
withDevice 0x1038 [0x1200, 0x1202] $ \dev -> do
withDevice 0x1038 [0x1200, 0x1202, 0x1208] $ \dev -> do
withDeviceHandle dev $ \devHndl ->
withDetachedKernelDriver devHndl 0 $
withClaimedInterface devHndl 0 $ do
Expand Down

0 comments on commit c2893d3

Please sign in to comment.