On the cd that came with my Albatron KX400-8XV (KT-400 chipset), there are drivers that make the usb2 work in XP. They're in a folder labled X:\VIA\8235usb20\usb251\winXP_SP1 and the files are "viaehcx1.cat" and "VIAEHCX1.INF". If you want the files, PM me with your e-mail address and I'll send them to you. I looked in the .INF file and there doesn't seem to be any proprietary information.
Code:
; ******************************************************
; * Copyright (C) 2002, VIA Technologies, Inc. *
; * *
; * VIAEHCX1.INF *
; * *
; * USB 2.0 Enhanced Host Controller Driver support *
; * For Windows XP Service Pack 1 *
; ******************************************************
[Version]
signature="$Windows NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%VIA%
DriverVer=09/09/2002,5.1.2600.1106
CatalogFile=VIAEHCX1.CAT
[ControlFlags]
ExcludeFromSelect = *
[SourceDisksNames]
[SourceDisksFiles]
; =================== Table of content =========================
; note that these are in alphabetical order
;
[Manufacturer]
%VIA%=VIA, NTx86.5.1
; =================== VIA ==================================
[VIA.NTx86.5.1]
; for Windows XP
%PCI\VEN_1106&DEV_3104.DeviceDesc%=EHCI.Dev.NT,PCI\VEN_1106&DEV_3104&CC_0C0320
; Install EHCI driver for Windows XP
[EHCI.Dev.NT]
Include = usbport.inf
[EHCI.Dev.NT.Services]
Include = usbport.inf
;------------------------------------------ cut here -------------------------
[Strings]
VIA="VIA Technologies, Inc."
PCI\VEN_1106&DEV_3104.DeviceDesc="VIA USB 2.0 Enhanced Host Controller"
Attached is a screenie of my Device Manager with the USB tree open.
-Kc2iLq