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