Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1567497
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/1] asus-wireless: Use the correct HSWC parameter for each HID |
| Date | 2017-01-26 16:10 +0100 |
| Message-ID | <t3TQu-uN-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
As stated in the commit message, different machines can use different values to represent LED ON/OFF, and this commit makes sure we use the correct value pair for each _HID. I don't know if there is a better way to store these pairs than in a structure matching the device_ids[] indexing that would avoid looping through device_ids[] in asus_wireless_add(). I'm happy to try suggestions to improve that. João Paulo Rechi Vita (1): asus-wireless: Use the correct HSWC parameter for each HID drivers/platform/x86/asus-wireless.c | 46 ++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 13 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/1] asus-wireless: Use the correct HSWC parameter for each HID "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-01-26 16:10 +0100
[PATCH 1/1] asus-wireless: Use the correct HSWC parameter for each HID "João Paulo Rechi Vita" <jprvita@gmail.com> - 2017-01-26 16:10 +0100
Re: [PATCH 1/1] asus-wireless: Use the correct HSWC parameter for each HID Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-01-27 16:40 +0100
csiph-web