Age | Commit message (Expand) | Author |
2021-11-10 | Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, this | Anton Lindqvist |
2021-11-09 | The uhidevsubmatch() routine was imported from NetBSD back in 2002 along with | Anton Lindqvist |
2021-11-08 | Plug uhidev memory leak during detach. | Anton Lindqvist |
2021-11-05 | Constify struct cfattach. | Martin Pieuchot |
2021-11-02 | add handling for parity and character size config. | David Gwynne |
2021-11-01 | Restore some NULL checks lost in r1.132, add a couple more to deal with WEP key | Kenneth R Westerback |
2021-10-31 | Make athn(4) attach to the Sony UWA-BR100. Patch by martingot@protonmail | Stefan Sperling |
2021-10-31 | regen | Stefan Sperling |
2021-10-31 | Add USB device ID for the Sony UWA-BR100. Patch by martingot@protonmail | Stefan Sperling |
2021-10-31 | Raise SPL to IPL_NET in run_next_scan() to avoid splassert failures. | Stefan Sperling |
2021-10-30 | Revert previous commit as it's causing panic when devices are detached | Alexandre Ratchov |
2021-10-29 | A USB HID report ID must be represented using a single byte ranging | Anton Lindqvist |
2021-10-29 | match more Prolific HXN ids | Jonathan Gray |
2021-10-29 | regen | Jonathan Gray |
2021-10-29 | more Prolific HXN ids | Jonathan Gray |
2021-10-27 | fix spello in comment | Jasper Lievisse Adriaanse |
2021-10-26 | Add a new TEMPerHUM device id. style tweak deraadt@, ok mlarkin@ | Matthieu Herrb |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-10-04 | Build firmware for rsu(4), rtwn(4), and urtwn(4). | Kevin Lo |
2021-09-24 | regen | Kevin Lo |
2021-09-24 | Add support for SIMCom SIM7600. | Kevin Lo |
2021-09-20 | Changing the encoding of a ucc keyboard doesn't make sense as only one | Anton Lindqvist |
2021-09-15 | Change the errno to ENOTTY when encountering an unknown ioctl command as | Anton Lindqvist |
2021-09-12 | Revert recent uhidev report size changes. It's reported to break fido devices | Anton Lindqvist |
2021-09-10 | Minor KNF nit, align struct field. | Anton Lindqvist |
2021-09-10 | Instead of letting uhidev drivers get the report sizes, do it once in | Anton Lindqvist |
2021-09-10 | Remove unused repsizes array. | Anton Lindqvist |
2021-09-05 | This allows us to disable usb(4) without kernel crash. | Marcus Glocker |
2021-09-04 | Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices. | Jonathan Matthew |
2021-09-04 | Revert list_move() to list_move_tail() change from last commit since it | Marcus Glocker |
2021-09-02 | Explain in a comment why two wscons_keydesc structures are needed. | Anton Lindqvist |
2021-09-01 | Add support for the more rare volume usage which differs compared to the | Anton Lindqvist |
2021-09-01 | Rename ucc_bits_to_usage() to ucc_bits_to_int() as it's about to be used | Anton Lindqvist |
2021-08-31 | regen | Jonathan Matthew |
2021-08-31 | Add Aquantia USB ethernet devices | Jonathan Matthew |
2021-08-31 | In enumerating mode, calculate the bit offset using the HID input | Anton Lindqvist |
2021-08-31 | Protect against missing bit to key symbols in ucc_bit_to_sym(). This can | Anton Lindqvist |
2021-08-29 | Pass volume related key presses as both raw and translating input to | Anton Lindqvist |
2021-08-29 | correct range upper bound in comment | Anton Lindqvist |
2021-08-29 | Make the ucc match criteria more stringent by requiring at least one | Anton Lindqvist |
2021-08-29 | Some reports embeds multiple report IDs inside the same collection | Anton Lindqvist |
2021-08-29 | An interrupt report contains the state of all items (Input, Output and | Anton Lindqvist |
2021-08-29 | As the Consumer Control usages are well defined by the HID Usage Tables | Anton Lindqvist |
2021-08-26 | Rename ucc_intr_to_usage() to ucc_bits_to_usage(), no functional change. | Anton Lindqvist |
2021-08-26 | Add missing leading colon to error message. | Anton Lindqvist |
2021-08-25 | Make all conversion routines consistent by returning a struct | Anton Lindqvist |
2021-08-25 | Remove the KB_DEFAULT flag from the wskbd keymap layout. Presence of | Anton Lindqvist |
2021-08-25 | Prevent ucc(4) from matching report IDs with an empty input report. | Anton Lindqvist |
2021-08-25 | If the buffer given to the ucc interrupt handler is too long, do not | Anton Lindqvist |
2021-08-25 | Determine if a hid item is an array by solely inspecting presence of | Anton Lindqvist |