Mini6410 usb cdc

nome
Hello 
I have simply windows based software its running by particular usb PID/VID
with CDC standard for controlling another embedded based system by usb 2.0
i want to my software with our mini6410 embedded system .like pc will be
Host and our mini6410 will be device 
My quistion is can we change device pid/vid if yes how in linux?
And second question is our software sending data via usb Cdc protocols can
we use usb cdc in linux embedded ??
Thanks 
Nome

davef
1) Don't know.

2) I use

 # USB Device Class drivers
#
CONFIG_USB_ACM=y

to run Teensy ATmega32U4 boards on my NanoPi

so, I believe you can