surface-dtx-daemon icon indicating copy to clipboard operation
surface-dtx-daemon copied to clipboard

[Question] What is needed to get this working on SB1?

Open envyniv opened this issue 8 months ago • 3 comments

I would like to contribute to this project in order to get it up and working on the SB1. Apologies if this has already been asked or if there are clear resources online already available, but I feel like listing them here might help with organization.

envyniv avatar Mar 23 '25 12:03 envyniv

Unfortunately this won't work on the SB1 since it's missing the driver stack for the embedded controller.

qzed avatar Mar 23 '25 17:03 qzed

i'm assuming the dtx platform driver would have to be extended first? What is needed to that end? Does it require reversing the matching windows drivers?

envyniv avatar Mar 25 '25 16:03 envyniv

Does it require reversing the matching windows drivers?

Pretty much. Surface devices have an embedded controller. The way that works and is connected changed between SB1 and SB2, so for SB2 and later we have a working driver for that. For SB1, we would first need to figure out how exactly to talk to the controller.

qzed avatar Mar 27 '25 08:03 qzed