Age | Commit message (Expand) | Author |
2021-11-28 | Spacing | Marcus Glocker |
2021-11-28 | utvfu(4) only has one frame size, either for PAL or NTSC. Therefore | Marcus Glocker |
2021-11-28 | Align with the recent memory allocation changes we did for the other | Marcus Glocker |
2021-11-25 | revert recent change, breakage reported by dv@ | Anton Lindqvist |
2021-11-25 | Assert that at least one report id is claimed during multiple report ids | Anton Lindqvist |
2021-11-24 | Spacing and remove an unused macro. | Marcus Glocker |
2021-11-24 | Spacing | Marcus Glocker |
2021-11-24 | Fix panic when running utvfu(4) on xhci(4). | Marcus Glocker |
2021-11-22 | use ISC license for ubcmtp | Joshua Stein |
2021-11-22 | M_USB -> M_USBHC | Marcus Glocker |
2021-11-22 | Drop the old problematic claim multiple report ids logic now that all | Anton Lindqvist |
2021-11-22 | Add missing claim multiple report ids conditionals to uhidev drivers. | Anton Lindqvist |
2021-11-22 | Align memory allocation for USB device drivers and USB HC drivers: | Marcus Glocker |
2021-11-22 | avoid clang -Wsometimes-uninitialized warning with SMALL_KERNEL | Jonathan Gray |
2021-11-19 | whitespace tweaks. no functional change. | David Gwynne |
2021-11-19 | let CH340 chips keep working in 8N1 mode. | David Gwynne |
2021-11-17 | uhidpp does claim multiple report ids | Anton Lindqvist |
2021-11-17 | ucc does not claim multiple report ids | Anton Lindqvist |
2021-11-17 | Fix a double free in uhidev_close() caused by a race between | Anton Lindqvist |
2021-11-15 | Third attempt to solve the claim multiple report ids conflict. Using the | Anton Lindqvist |
2021-11-15 | In preparation for once again trying the resolve the claim multiple | Anton Lindqvist |
2021-11-11 | Here we go again, revert the second attempt to resolve the | Anton Lindqvist |
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 |