X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2FREADME.android-fastboot;h=2c3ee7810a4fc8940e93e87e972f13fbac1a2423;hb=4db25fe7fa0e68196cf3a89dae7f9632aecb3abd;hp=b8afa157624499054cd4771cc6d0a15e30380910;hpb=51b4a639e45bfb592d7019b4e2a8cc72ad206c9b;p=people%2Fms%2Fu-boot.git diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot index b8afa15762..2c3ee7810a 100644 --- a/doc/README.android-fastboot +++ b/doc/README.android-fastboot @@ -34,11 +34,11 @@ The fastboot gadget relies on the USB download gadget, so the following options must be configured: CONFIG_USB_GADGET_DOWNLOAD -CONFIG_G_DNL_VENDOR_NUM -CONFIG_G_DNL_PRODUCT_NUM -CONFIG_G_DNL_MANUFACTURER +CONFIG_USB_GADGET_VENDOR_NUM +CONFIG_USB_GADGET_PRODUCT_NUM +CONFIG_USB_GADGET_MANUFACTURER -NOTE: The CONFIG_G_DNL_VENDOR_NUM must be one of the numbers supported by +NOTE: The CONFIG_USB_GADGET_VENDOR_NUM must be one of the numbers supported by the fastboot client. The list of vendor IDs supported can be found in the fastboot client source code (fastboot.c) mentioned above.