http://support.sony-europe.com/tablet/index.aspx?site=odw_en_GB&m=SGPT111GB
Gives you device information from sony support website.
Doesn't have drivers on that I can see...
EDIT As of Noon GMT 28th September 2011, Sony Support Staff told me they don't yet have a driver capable of supporting their own Tablet. The above link should show this driver once they have published it.
EDIT2 Although today one of the nice people at Sony went the extra mile and found this for me:
Turn on "USB debugging" in Sony Tablet S and P
Put following device descriptions into each sections (under [Google.NTx86] and under and [Google.NTamd64]) in sdk\extras\google\usb_driver\android_winusb.inf.
;SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
;SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
You can manually select this file by saying "Have Disk" in Windows "Device Manager" and select the driver named "CompositeAdbInterface% ".
Add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from command prompt.
echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
Restart your machine. You should now be able to debug the device via ADB.