-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (28 loc) · 1.46 KB
/
README
File metadata and controls
37 lines (28 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
These are the patches/files that comprise the work done in the thesis
http://digitalcommons.calpoly.edu/theses/536/
CONTAINS
add_stylus_support.patch
The Android framework patch (frameworks/base/). This patch is based on
CyanogenMod Gingerbread commit d48995a48bb5f6ca6fe50b4b9ec8877155637af3
wac_android.c
Kernel driver (drivers/input/tablet/) that creates a sysfs node to receive
data from userspace program and create input events for the Android system.
util/
The userspace utility (a modified 'wacdump' utility which is distributed by
the Linux Wacom Project) that reads events from the serial node the active
digitizer is connected to (such as /dev/ttyUSB0) and writes corresponding
data to the /sys/devices/platform/wac_android/input sysfs node created by
the wac_android driver. In order to build the utility, the path to the
Linux kernel being used needs to be specified in the Makefile. A prebuilt
binary is also provided.
webkit.diff
This is a simple diff of the changes made in "external/webkit/" (just 2
lines added) to comply with the notes in the Android system for where
keycodes must be added.
NOTES
These files represent the work as it was at the completion of this thesis. I
had hoped to clean an organize these changes, but have been unable to thus far.
If you have any questions, please feel free to contact me.
ERRATA
See ERRATA for comments on my thesis from a Google Android input framework
engineer.