Changeset e8975278 in mainline for uspace/app/vuhid/hids/logitech_wireless.c
- Timestamp:
- 2018-05-10T15:14:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1420cae9
- Parents:
- ae7d03c
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:53:56)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 15:14:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/hids/logitech_wireless.c
rae7d03c re8975278 58 58 #define iface1_input_size 8 59 59 static uint8_t iface1_in_data[] = { 60 /*0, 0, 0, 0, 0, 0, 0, 0, 61 0, 9, 0, 0, 0, 0, 0, 0, 62 0, 0, 9, 0, 0, 0, 0, 0, 63 0, 9, 9, 0, 0, 0, 0, 0,*/ 64 0, 0, 0, 0, 0, 0, 0, 0 60 0, 0, 0, 0, 0, 0, 0, 0 65 61 }; 66 62 67 63 static vuhid_interface_life_t iface1_life = { 68 64 .data_in = iface1_in_data, 69 .data_in_count = sizeof(iface1_in_data) /iface1_input_size,65 .data_in_count = sizeof(iface1_in_data) / iface1_input_size, 70 66 .data_in_pos_change_delay = 50, 71 67 .msg_born = "Mouse of Logitech Unifying Receiver comes to life...",
Note:
See TracChangeset
for help on using the changeset viewer.