Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144611309
D9595.1775769031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
450 B
Referenced Files
None
Subscribers
None
D9595.1775769031.diff
View Options
Index: head/sys/dev/usb/input/ums.c
===================================================================
--- head/sys/dev/usb/input/ums.c
+++ head/sys/dev/usb/input/ums.c
@@ -283,7 +283,7 @@
if ((info->sc_flags & UMS_FLAG_Y_AXIS) &&
(id == info->sc_iid_y))
- dy = -hid_get_data(buf, len, &info->sc_loc_y);
+ dy -= hid_get_data(buf, len, &info->sc_loc_y);
if ((info->sc_flags & UMS_FLAG_Z_AXIS) &&
(id == info->sc_iid_z)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 9:10 PM (4 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28309810
Default Alt Text
D9595.1775769031.diff (450 B)
Attached To
Mode
D9595: Fix ums handling of y axis
Attached
Detach File
Event Timeline
Log In to Comment