[PR #274] [CLOSED] Adb wacom #357

Open
opened 2026-01-31 21:30:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/274
Author: @peads
Created: 11/22/2024
Status: Closed

Base: masterHead: adb-wacom


📝 Commits (9)

  • 7e0ba5f Plumbed previously ununsed defaults_enabled in vl.c, s.t. it provides the status of the '-nodefaults' flag to created machines
  • 0c18d43 Plumbed previously ununsed defaults_enabled in vl.c, s.t. it provides the status of the '-nodefaults' flag to created machines (#1)
  • 6eca57d Added support for WACOM 2.x/ArtZ/Digitizer II compatibility. It does
  • 5d06d3b Merge branch 'qemu:master' into master
  • 575c2c5 Merge branch 'qemu:master' into adb-wacom
  • 2d88b55 Merge branch 'master' into adb-wacom
  • 3ac366e Merge branch 'adb-wacom' of github.com:peads/qemu into adb-wacom
  • 70fd69c v2
  • 4be0e71 Merge branch 'master' into adb-wacom

📊 Changes

10 files changed (+359 additions, -9 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 hw/core/machine.c (+15 -0)
📝 hw/input/adb-mouse.c (+1 -0)
hw/input/adb-wacom.c (+323 -0)
📝 hw/input/meson.build (+1 -1)
📝 hw/input/trace-events (+6 -0)
📝 hw/m68k/q800.c (+8 -7)
📝 include/hw/boards.h (+1 -0)
📝 include/hw/input/adb.h (+1 -0)
📝 system/vl.c (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/274 **Author:** [@peads](https://github.com/peads) **Created:** 11/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `adb-wacom` --- ### 📝 Commits (9) - [`7e0ba5f`](https://github.com/qemu/qemu/commit/7e0ba5fa5d6ae704d566833599df029aa4097dc6) Plumbed previously ununsed defaults_enabled in vl.c, s.t. it provides the status of the '-nodefaults' flag to created machines - [`0c18d43`](https://github.com/qemu/qemu/commit/0c18d43df4a0be39994aa209481468468b2226d5) Plumbed previously ununsed defaults_enabled in vl.c, s.t. it provides the status of the '-nodefaults' flag to created machines (#1) - [`6eca57d`](https://github.com/qemu/qemu/commit/6eca57d1f7656bb47bb128595622d0013e54f16b) Added support for WACOM 2.x/ArtZ/Digitizer II compatibility. It does - [`5d06d3b`](https://github.com/qemu/qemu/commit/5d06d3b2d2df6696b8785709b64c7b95521ecbe6) Merge branch 'qemu:master' into master - [`575c2c5`](https://github.com/qemu/qemu/commit/575c2c5f6fcb497387260a5baff516240d70b855) Merge branch 'qemu:master' into adb-wacom - [`2d88b55`](https://github.com/qemu/qemu/commit/2d88b5508ef1887121bb442988579f471c4914be) Merge branch 'master' into adb-wacom - [`3ac366e`](https://github.com/qemu/qemu/commit/3ac366ec0fe1cdb99d3b26b5690349aa57833dd4) Merge branch 'adb-wacom' of github.com:peads/qemu into adb-wacom - [`70fd69c`](https://github.com/qemu/qemu/commit/70fd69c284e71b8cdb51043a5481c4e76605817a) v2 - [`4be0e71`](https://github.com/qemu/qemu/commit/4be0e7195cdd90d67543b8882b5d2add91c96e7a) Merge branch 'master' into adb-wacom ### 📊 Changes **10 files changed** (+359 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `hw/core/machine.c` (+15 -0) 📝 `hw/input/adb-mouse.c` (+1 -0) ➕ `hw/input/adb-wacom.c` (+323 -0) 📝 `hw/input/meson.build` (+1 -1) 📝 `hw/input/trace-events` (+6 -0) 📝 `hw/m68k/q800.c` (+8 -7) 📝 `include/hw/boards.h` (+1 -0) 📝 `include/hw/input/adb.h` (+1 -0) 📝 `system/vl.c` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#357