mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-19 01:11:04 +00:00
Fix hardcoded VID and PID in simulation script
I forgot to use the actual shell variables; this will fix that issue.
This commit is contained in:
parent
d2e12064c6
commit
ab4c9e2de4
@ -88,8 +88,8 @@ start_gadget() {
|
||||
# Create the gadget and configure it
|
||||
mkdir "$CONFIGFS_DIR/usb_gadget/$NEWGADGET"
|
||||
cd "$CONFIGFS_DIR/usb_gadget/$NEWGADGET"
|
||||
echo 0x16d0 > idVendor
|
||||
echo 0x06aa > idProduct
|
||||
echo $SIMMPROGRAMMER_VID > idVendor
|
||||
echo $SIMMPROGRAMMER_PID > idProduct
|
||||
mkdir strings/0x0409
|
||||
echo "Doug Brown" > strings/0x0409/manufacturer
|
||||
echo "Mac ROM SIMM Programmer" > strings/0x0409/product
|
||||
|
Loading…
Reference in New Issue
Block a user