The only reason the driver is likely needed is to talk to the Sony to authorize it for DRM.
Adobe can write out authorization information to a mass storage device, but Sony's method is more secure. But in reality, they should be using a userland driver for that (load up the driver when the app is running to do the authorization, unload it again).
|