Hyper-V HID driver using hidbus/hms.
As all hv_* driver are built-in to the kernel, I have updated the GENERIC for amd64 to include all required HID modules.
Differential D38140
Hyper-V HID driver yuri_aetern.org on Jan 21 2023, 4:09 AM. Authored by Tags None Referenced Files
Subscribers
Details Hyper-V HID driver using hidbus/hms. As all hv_* driver are built-in to the kernel, I have updated the GENERIC for amd64 to include all required HID modules. Running Hyper-V on Windows 11, startx in the guest system, check that mouse is working. hvhid0: <Hyper-V HID device> on vmbus0 hidbus0: <HID bus> on hvhid0 ... hms0: < Tablet> on hidbus0 hms0: 5 buttons and [XYW] coordinates ID=0 [ 28.774] (II) config/udev: Adding input device Tablet (/dev/input/event3) [ 28.774] (**) Tablet: Applying InputClass "libinput pointer catchall" [ 28.774] (II) Using input driver 'libinput' for ' Tablet' [ 28.774] (**) Tablet: always reports core events [ 28.774] (**) Option "Device" "/dev/input/event3" [ 28.774] (**) Option "_source" "server/udev" [ 28.774] (II) event3 - Tablet: is tagged by udev as: Mouse [ 28.774] (II) event3 - Tablet: device is a pointer [ 28.774] (II) event3 - Tablet: device removed [ 28.774] (**) Option "config_info" "udev:/dev/input/event3" [ 28.774] (II) XINPUT: Adding extended input device " Tablet" (type: MOUSE, id 9) [ 28.774] (**) Option "AccelerationScheme" "none" [ 28.774] (**) Tablet: (accel) selected scheme none/0 [ 28.774] (**) Tablet: (accel) acceleration factor: 2.000 [ 28.774] (**) Tablet: (accel) acceleration threshold: 4 [ 28.774] (II) event3 - Tablet: is tagged by udev as: Mouse [ 28.774] (II) event3 - Tablet: device is a pointer
Diff Detail
Event TimelineComment Actions Great! Thank you! I will review your review soon. Just need some time to setup Win10 and FreeBSD HV VM on non Windows friendly hardware again. Comment Actions (hopefully the last nit fix from me) set name for the device to make device description from hms look a bit more sane
Comment Actions {F55560085} |