[PATCH v2 0/3] Support of Perixx Peripad 701 for hid-multitouch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Guys,

This is the v2 of the support of Perixx Peripad 701.

I included the changes asked by Henrik:
- refactor:
+             code = ((usage->hid - 1) & HID_USAGE);
+             code += BTN_MOUSE;
into:
+             code = ((usage->hid - 1) & HID_USAGE) + BTN_MOUSE;

- renamed field maxcontactnumber into maxcontact_report_id
- split the support of the device and the control of the feature Max Contact Number.
- fix typo in commit message

Cheers,
Benjamin

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux