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