[Libosinfo] [PATCH] win: Move USB support from win2k to 2k3 and XP

Fabiano Fidêncio fidencio at redhat.com
Thu Nov 8 07:44:36 UTC 2018


Although Windows 2000 has USB support, it's only provided as part of SP4
and never during the installation time.

https://gitlab.gnome.org/GNOME/gnome-boxes/issues/272

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/microsoft.com/win-2k.xml.in  | 1 -
 data/os/microsoft.com/win-2k3.xml.in | 1 +
 data/os/microsoft.com/win-xp.xml.in  | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/os/microsoft.com/win-2k.xml.in b/data/os/microsoft.com/win-2k.xml.in
index b6428bd..be3c3e1 100644
--- a/data/os/microsoft.com/win-2k.xml.in
+++ b/data/os/microsoft.com/win-2k.xml.in
@@ -16,7 +16,6 @@
     <devices>
       <device id="http://pcisig.com/pci/1b36/0100"/> <!-- qxl -->
       <device id="http://pcisig.com/pci/1234/1111"/> <!-- vga -->
-      <device id="http://usb.org/usb/80ee/0021"/> <!-- tablet -->
       <device id="http://pcisig.com/pci/8086/2415"/> <!-- ac97 -->
     </devices>
 
diff --git a/data/os/microsoft.com/win-2k3.xml.in b/data/os/microsoft.com/win-2k3.xml.in
index 5bc543c..2db8f0d 100644
--- a/data/os/microsoft.com/win-2k3.xml.in
+++ b/data/os/microsoft.com/win-2k3.xml.in
@@ -16,6 +16,7 @@
 
     <devices>
       <device id="http://pcisig.com/pci/8086/100e"/> <!-- e1000 -->
+      <device id="http://usb.org/usb/80ee/0021"/> <!-- tablet -->
     </devices>
 
     <media arch="i686">
diff --git a/data/os/microsoft.com/win-xp.xml.in b/data/os/microsoft.com/win-xp.xml.in
index f598452..a99b2b6 100644
--- a/data/os/microsoft.com/win-xp.xml.in
+++ b/data/os/microsoft.com/win-xp.xml.in
@@ -17,6 +17,7 @@
 
     <devices>
       <device id="http://pcisig.com/pci/8086/100e"/> <!-- e1000 -->
+      <device id="http://usb.org/usb/80ee/0021"/> <!-- tablet -->
     </devices>
 
     <media arch="i686" installer-reboots="2">
-- 
2.19.1




More information about the Libosinfo mailing list