Searched defs:angle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c527 int angle = 450 - PACKET_BITS(7, 6, 10); local
530 angle = (angle > 0 ? 900 : -900) -
531 angle;
534 uwacom_event(usbwcmp, EVT_ABS, ABS_Z, angle);

Completed in 61 milliseconds