diff options
author | aiju <devnull@localhost> | 2018-05-08 08:28:48 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-05-08 08:28:48 +0000 |
commit | 0e5888a0cf993c89e4d52fd80b07990993e5abac (patch) | |
tree | 4ad57117b3b7053ae8b7fc1d4844ca6c29d6037f /sys/src/cmd/nusb/kb/hid.h | |
parent | ec60da4961b4acff96631e7b99c90a0f4500dbed (diff) |
add usb tablet support
Diffstat (limited to 'sys/src/cmd/nusb/kb/hid.h')
-rw-r--r-- | sys/src/cmd/nusb/kb/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/nusb/kb/hid.h b/sys/src/cmd/nusb/kb/hid.h index 81c017554..e9066ffee 100644 --- a/sys/src/cmd/nusb/kb/hid.h +++ b/sys/src/cmd/nusb/kb/hid.h @@ -8,6 +8,7 @@ enum { /* HID class subclass protocol ids */ PtrCSP = 0x020103, /* mouse.boot.hid */ HidCSP = 0x000003, /* could be a trackpoint */ + PtrNonBootCSP = 0x020003, KbdCSP = 0x010103, /* keyboard.boot.hid */ /* Requests */ |