From 2834def5028d10f92190600875ab999c768d6ce9 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 24 Jan 2012 10:27:25 +0100 Subject: [PATCH 1/1] Document usb_modeswitch command to change the device mode --- README.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 8f40a1f..02a88b3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -31,6 +31,13 @@ designs, usually having two modes: - USB Mass Storage mode (ProductID: ''1101'') - Generic bulk data transfer mode (ProductID: ''c101'') +The mode can be switched with the command: + + $ sudo usb_modeswitch \ + --default-vendor 0x1de1 \ + --default-product 0x1101 \ + --message-content 55534243087052890000000000000cff020000000000000000000000000000 + Examples of devices based on AM7XXX are: - Acer Series C pico projectors (C20 C110 C112 C120): -- 2.1.4