FreeBSD Bugzilla – Attachment 237347 Details for
Bug 267094
Enable Touchpad on Fujitsu Lifebook (i2c / hid)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to dev/hid/hmt.c
hmt.c.patch (text/plain), 495 bytes, created by
Peter Much
on 2022-10-15 18:01:04 UTC
(
hide
)
Description:
patch to dev/hid/hmt.c
Filename:
MIME Type:
Creator:
Peter Much
Created:
2022-10-15 18:01:04 UTC
Size:
495 bytes
patch
obsolete
>diff --git a/sys/dev/hid/hmt.c b/sys/dev/hid/hmt.c >index dcf360bcffba..933a830c5454 100644 >--- a/sys/dev/hid/hmt.c >+++ b/sys/dev/hid/hmt.c >@@ -752,7 +752,7 @@ hmt_hid_parse(struct hmt_softc *sc, const void *d_ptr, hid_size_t d_len, > sc->int_btn_loc = hi.loc; > break; > } >- if (hi.collevel == 1 && >+ if (hi.collevel == 2 && > hi.usage >= HID_USAGE2(HUP_BUTTON, left_btn) && > hi.usage <= HID_USAGE2(HUP_BUTTON, HMT_BTN_MAX)) { > btn = (hi.usage & 0xFFFF) - left_btn;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267094
: 237347 |
237365