Age | Commit message (Expand) | Author |
2023-01-08 | Rename argument funcidx_swid to func_idx as it does not include any software id. | Anton Lindqvist |
2023-01-03 | Poll battery sensors less frequently. | Anton Lindqvist |
2023-01-03 | The software id in the request must be copied as is to the response by the | Anton Lindqvist |
2023-01-03 | Group more request and response constants. | Anton Lindqvist |
2023-01-01 | Clear status bits when we receive a host system error. Otherwise the | Mark Kettenis |
2022-12-30 | Support FTDI FT232R. The upper 2 bits encode the fractional component of the | Kevin Lo |
2022-12-19 | Invalidate ugen(4) knote lists after device detach | Visa Hankala |
2022-12-12 | Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB | Mark Kettenis |
2022-11-29 | Add support for the Unified Battery feature found in many more recent Logitech | Anton Lindqvist |
2022-11-29 | Add support for Bolt receivers. They use different registers for the | Anton Lindqvist |
2022-11-26 | Remove unused battery fields. | Anton Lindqvist |
2022-11-26 | Shove more battery feature logic down to hidpp20_battery_get_level_status(). | Anton Lindqvist |
2022-11-26 | Pave the way for checking presence of more features in | Anton Lindqvist |
2022-11-26 | Stop checking the link status upon receiving connect notifications as | Anton Lindqvist |
2022-11-26 | Group function and response defines. | Anton Lindqvist |
2022-11-26 | Pass a uhidpp_device to hidpp20_battery_get_capability() and | Anton Lindqvist |
2022-11-26 | Take note of the needed feature indices already in | Anton Lindqvist |
2022-11-26 | Reduce indentation, no functional change. | Anton Lindqvist |
2022-11-26 | Stop printing the device serial number during attach, it's not that | Anton Lindqvist |
2022-11-26 | Rename type argument to buf in hidpp10_get_type(), no functional change. | Anton Lindqvist |
2022-11-14 | include sys/device.h, on some architectures this gets pulled in, but others | Theo de Raadt |
2022-11-11 | Make ucc(4) the first consumer of hidcc. No intended functional change. | Anton Lindqvist |
2022-11-09 | regen | Robert Nagy |
2022-11-09 | add a USB ID for WELLSPRINGM1_J293 to be used by aplhidev(4) to identify | Robert Nagy |
2022-10-28 | Remove audio(9) get_props() from record-only drivers | Klemens Nanni |
2022-10-27 | Match ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-27 | regen | Patrick Wildt |
2022-10-27 | Add USB device id for integrated ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-26 | Constify device table | Klemens Nanni |
2022-10-21 | constify quirks table | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-19 | Constify global tables only used in lookups, OK ratchov | Klemens Nanni |
2022-10-08 | regen | Marcus Glocker |
2022-10-08 | Add Wacom One M CTL-672 USB tablet. | Marcus Glocker |
2022-10-04 | Repair Apple-specific translation support broken by mistake in 1.88; reported | Miod Vallat |
2022-09-26 | Regenerate usbdevs{.h,_data.h} for Wacom One S (CTL-472) | Stefan Hagen |
2022-09-26 | uwacom(4): Support for Wacom One S (CTL-472) | Stefan Hagen |
2022-09-18 | Fix a memory leak which was introduced by the previous commit. | Marcus Glocker |
2022-09-16 | move most of the key combination translation code out of ukbd(4) | Robert Nagy |
2022-09-10 | Finally, only allocate the number of frames for isoc transfers which we | Marcus Glocker |
2022-09-09 | Let pool_get(9) do the memory initialisation directly. | Marcus Glocker |
2022-09-08 | There is no need to uncomment the clock gating exit/enter gadget functions, | Marcus Glocker |
2022-09-08 | There is no need to uncomment the call_gadget macro, since in our driver | Marcus Glocker |
2022-09-08 | Zap inactive gadget functions. | Marcus Glocker |
2022-09-08 | Move bitmap functions to a new home. | Marcus Glocker |
2022-09-05 | Remove some inactive code, comments, and DPRINTFs. Minor style changes. | Marcus Glocker |
2022-09-05 | Cleanup USB methods so that they align to what we do in other HC drivers, | Marcus Glocker |
2022-09-04 | Improve periodic USB transfers (device intr, isoc) used for input | Marcus Glocker |
2022-09-01 | whitespace | Mike Larkin |