forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
WIP: HID: Add hid-appleft for Apple Macbook Trackpads
To be used with the SPI HID transport. Based on input/keyboard/applespi.c and hid-magicmouse.c. bcm5974.c uses the report format. Could possible integrated into hid-magicmouse but that would a refactoring since the integrated Trackpad uses Report Id 2 as the the USB variant of the magic Trackpad 2. The report fromat is completly different. Both bcm5974 and applespi support the same report format. applespi could be deprecated once the SPI HID tansport gains ACPI support. bcm5974.c could probably be converted to HID using hid-appleft.
- Loading branch information
Showing
3 changed files
with
453 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Typo: Fource, also in line 160.