Daniel Turton

Results 13 comments of Daniel Turton

Hey @whot, Thanks for opening up an issue over here. One place I can see a "unified" enumeration of the screens would be in a drawing/art program so the tools/brush...

Picked up a MT2 recently, and am running into the same issue over USB. I've tried sending a USBDEVFS_RESET ioctl call to the device to see what would happen (I've...

I've dug around a bit last night on ways to trigger the init call within X/xinput, but didn't come up with much. If you (or anyone else reading) happens to...

I don't have a reason to suspect X at the moment. I was poking to see if there's another way to restart the connection without physically reconnecting via USB. So...

@robotrovsky I'll give this a shot tonight, and let y'all know how things go.

Alright, gave this a shot. I've got a lot to learn... :) Anyways, basics. Wrote a couple of functions that should trigger on suspend and resume: ``` static int magicmouse_hdev_resume(struct...

After more digging, found that the reset_resume hook, instead of just resume, would trigger things as expected. Tried the driver with just the block that @robotrovsky mentioned, and that stopped...

Hokay. https://github.com/mistertwo/magic_trackpad_2_fix/blob/verbose_messaging/linux/drivers/hid/hid-magicmouse.c So far, it looks like there's something where the size of an incoming report to the magicmouse_raw_event function is incorrect. Here's some logs from the debug statements I...

@robotrovsky After doing some more exploratory digging, I've taken a step back to re-focus on the chunk of code that you've mentioned. I was having no luck just running that...

Might have spoken a bit soon. Went through a couple of reboots (done by me) and re-compiled and installed the driver a couple of times to be sure. The error...