ccid_host: Migrate to OpenMoko USB VID/PID

We used 0x2342 just for internal testing.  Let's use a proper
unique allocation even for the FunctionFS version of the code.

Change-Id: Idbaf173b0ec1fd80885f26b3df24a4412913c100
diff --git a/ccid_host/create_ccid_gadget.sh b/ccid_host/create_ccid_gadget.sh
index aafb152..d17b3cc 100755
--- a/ccid_host/create_ccid_gadget.sh
+++ b/ccid_host/create_ccid_gadget.sh
@@ -23,8 +23,8 @@
 [ -d $gadgetdir ] || mkdir $gadgetdir || die "Cannot create $gadgetdir. Permission problem?"
 set -e -x
 cd $gadgetdir
-echo 0x2342 > idVendor
-echo 0x2342 > idProduct
+echo 0x1d50 > idVendor
+echo 0x615f > idProduct
 [ -d strings/0x409 ] || mkdir strings/0x409
 echo 2342 > strings/0x409/serialnumber
 echo "sysmocom GmbH" > strings/0x409/manufacturer