Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144556495
D38135.1775440819.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
423 B
Referenced Files
None
Subscribers
None
D38135.1775440819.diff
View Options
diff --git a/sys/dev/hid/hms.c b/sys/dev/hid/hms.c
--- a/sys/dev/hid/hms.c
+++ b/sys/dev/hid/hms.c
@@ -219,7 +219,7 @@
/* There should be at least one X or Y axis */
if (!hidmap_test_cap(sc->caps, HMS_REL_X) &&
- !hidmap_test_cap(sc->caps, HMS_REL_X) &&
+ !hidmap_test_cap(sc->caps, HMS_REL_Y) &&
!hidmap_test_cap(sc->caps, HMS_ABS_X) &&
!hidmap_test_cap(sc->caps, HMS_ABS_Y))
return (ENXIO);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 2:00 AM (4 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28270443
Default Alt Text
D38135.1775440819.diff (423 B)
Attached To
Mode
D38135: hms: fix copy/paste issue
Attached
Detach File
Event Timeline
Log In to Comment