Age | Commit message (Expand) | Author |
2022-05-20 | Rename hid_none to hid_all as it represents all possible hid kinds by | Anton Lindqvist |
2022-05-10 | Make run(4) attach to RT5372 devices. | Stefan Sperling |
2022-05-10 | regen | Stefan Sperling |
2022-05-10 | add USB device ID of RT5372 for run(4); patch by molotov31337 on tech@ | Stefan Sperling |
2022-05-01 | Check for the correct length field when checking the control transfer data | Marcus Glocker |
2022-04-24 | Increase rx buffer size to 62kB (same as linux). It turns out the device | Jonathan Matthew |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-12 | constify USB host controller method tables and root hub descriptors | Christian Weisgerber |
2022-04-09 | constify method tables in OAK USB sensor drivers | Christian Weisgerber |
2022-04-09 | constify method tables in USB serial drivers | Christian Weisgerber |
2022-04-02 | Don't byte swap URE_TXPKT_VLAN_TAG when setting up the packet to transmit. | Stuart Henderson |
2022-04-02 | Add preliminary support for RTL8156B and bug fixes for RTL8153/RTL8156. | Kevin Lo |
2022-03-29 | Disable the recently introduced logic used to associate ucc and audio | Anton Lindqvist |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-21 | Add support for XBox One gamecontroller, including report descriptor. | Thomas Frohwein |
2022-03-15 | Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames. | Stefan Sperling |
2022-03-08 | also use the device name in ucc_intr() debug output | Anton Lindqvist |
2022-03-08 | use the device name in debug output | Anton Lindqvist |
2022-03-08 | Add missing byteswap to mtw_write_cfg(). | hastings |
2022-02-21 | ambigus -> ambiguous | Jonathan Gray |
2022-02-21 | diviedr -> divider | Jonathan Gray |
2022-02-16 | Currently, wskbd_set_mixervolume() only adjusts the volume of the first | Anton Lindqvist |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-05 | Only install the sensors once as multiple devices can be paired with the | Anton Lindqvist |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-26 | shrink uca.ibufsize from UCHCOMIBUFSIZE to wMaxPacketSize of bulk-in pipe | SASANO Takayoshi |
2022-01-26 | Rework initialization of sensors on device connect. | Anton Lindqvist |
2022-01-11 | Remove KASSERT(0) and default switch case. No other sc_ncm_format | Claudio Jeker |
2022-01-09 | spelling | Jonathan Gray |
2021-12-31 | spelling | Jonathan Gray |
2021-12-31 | Fix up handling of IFF_ALLMULTI and call uaq_iff() from uaq_init(). | Jonathan Matthew |
2021-12-30 | Add Xiaomi MiniWif to list of devices supported by mtw(4). | Kevin Lo |
2021-12-24 | Support more mtw(4) devices. | hastings |
2021-12-24 | regen | hastings |
2021-12-24 | Add some more mtw(4) devices. | hastings |
2021-12-23 | Get rid of unused next battery level argument. | Anton Lindqvist |
2021-12-21 | knf nits | Anton Lindqvist |
2021-12-21 | avoid returning uninitialised var in hidpp_send_report() | Jonathan Gray |
2021-12-20 | Make mtw(4) known to the config(8) framework. | hastings |
2021-12-20 | Add mtw(4), a driver for MediaTek MT7601U wifi devices. | hastings |
2021-12-13 | Handle multi-port controllers in uslcom(4) | Visa Hankala |
2021-12-05 | add missing mtx_leave() calls in error paths | Jonathan Gray |
2021-12-04 | Consolidate error paths in usbd_new_device, shaving of 14 lines. | Anton Lindqvist |
2021-12-03 | Bring back the recently reverted change, this time without the inverted | Anton Lindqvist |
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 |