Contribute
Register

Fujitsu Button Driver

Status
Not open for further replies.
Joined
Apr 13, 2014
Messages
12
Motherboard
Fujitsu T901
CPU
i5 Mobile Sandy
Graphics
Intel HD 3000
Mac
  1. iMac
Classic Mac
  1. Power Mac
Mobile Phone
  1. iOS
I've ported/written a skeleton driver for Fujitsu T-series tablets. Right now it just reads rotation and buttons and outputs to console, I will implement autorotate and customizable key-codes in the coming week(s).

If you want to test and see if your Fujitsu rotation/buttons are recognized you can get it and compile it. Look for TabletButtons in the console.

https://github.com/Yaaran/FJTabletButtons
 
I've ported/written a skeleton driver for Fujitsu T-series tablets. Right now it just reads rotation and buttons and outputs to console, I will implement autorotate and customizable key-codes in the coming week(s).

If you want to test and see if your Fujitsu rotation/buttons are recognized you can get it and compile it. Look for TabletButtons in the console.

https://github.com/Yaaran/FJTabletButtons

You might want to do something else with the "RM,Build" and "RM,Version" (RM stands for RehabMan). I add these items to the IOKitPersonality so I can see in ioreg what version of kexts are loaded and if they are my builds. You should probably use "Yaaran," prefix.
 
Right on. I've been learning IOKit by reading your drivers and using the general format as a template! I guess OS X model is a bit safer than linux, but it has a learning curve. There just isn't an over abundance out there of examples. Thanks!
 
Well some late night coding success, figured out auto rotation and and the rotate key on my T901. I'd be interested in test on other T-series laptops forum user have. Commits are up if there is interest. All others I need to make a key map etc.
 
Status
Not open for further replies.
Back
Top