MCMrARM

Results 276 comments of MCMrARM

HID reports for setting up the backlight: https://mrarm.io/u/Paste%202019-08-28%2013-51-35.txt

I'm working on patching the hid_apple driver to support backlight

https://github.com/MCMrARM/mbp2018-etc/tree/master/apple-hid You can patch the kernel using the provided patch or compile the HID as a module.

@mikeeq no, I don't load the touchbar drivers during testing. But are they supposed to just work? I thought it's supposed to be handled by userspace.

@roadrunner2 ah right, I didn't think of that. As for max_brightness it afaik should be fine, but I could verify it a bit later. Before upstreaming this patch I'll probably...

I have been working on some more of the Touch ID integration stuff.... the protocol is absolutely insane, and gigantic: I've decided to list all the commands I can find...

@imbushuo who knows, maybe it is maybe it's not. @aunali1 claimed most of the SEP code is NOP'ed. Anyways, I have got a bit futher, generally everything not requiring a...

As for credential set I have yet to figure out how it is obtained... The `TouchID` binary (sorry, I don't know what directory I got it from right now) calls...

I imagine if possible Gtk would be preferred, but I'm not sure if it has a flexible enough layout engine, so I didn't start working on anything. Qt is also...

Small note: I fixed the start audio glitch, audio is mostly fine now. As I stated before, the config has to be written if we want both speaker and headphones...