Skip to content

Commit

Permalink
board/sidekiqz2/S23udc: Use proper EpiqSolutions USB VID 0x2FA2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Jun 14, 2018
1 parent bb73d01 commit 2bf8687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/sidekiqz2/S23udc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case "$1" in
echo $serial > /etc/serial
sha1=`echo $serial | sha1sum`

echo 0x0456 > $GADGET/idVendor
echo 0x2FA2 > $GADGET/idVendor
echo $USBPID > $GADGET/idProduct

mkdir -p $GADGET/strings/0x409
Expand Down

0 comments on commit 2bf8687

Please sign in to comment.