From: Antonio Ospite Date: Mon, 25 Mar 2013 22:04:03 +0000 (+0100) Subject: doc, contrib: add PicoPix 2330 to the list of supported devices X-Git-Tag: v0.1.4~35 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/a6d453f29c096c83c5744df693c286d395e80a4c?hp=8e0a394ab05e48d650aa2fa3d0381a77cb0f0bc0 doc, contrib: add PicoPix 2330 to the list of supported devices Thanks: Varlei Everton Menconi --- diff --git a/README.asciidoc b/README.asciidoc index 7ad02de..b7f0c26 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -55,7 +55,7 @@ Examples of devices based on AM7XXX are: * http://support.acer.com/product/default.aspx?modelId=3888 - Philips/SagemCom PicoPix projectors (PPX 1020, PPX 1230, PPX 1430, PPX - 1630, PPX 2055): + 1630, PPX 2055, PPX 2330): * http://www.philips.co.uk/c/pocket-projector/179840/cat/ * http://www.sagemcom.com/EN/products/image-sound/pico-video-projectors.html diff --git a/contrib/55-am7xxx.rules b/contrib/55-am7xxx.rules index 53643ac..6dc7ccd 100644 --- a/contrib/55-am7xxx.rules +++ b/contrib/55-am7xxx.rules @@ -8,3 +8,5 @@ ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="08ca", ATTRS{idProduct}=="214 ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="21e7", ATTRS{idProduct}=="000e", MODE="0660", GROUP="plugdev" # Philips/Sagemcom PicoPix 2055 ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="21e7", ATTRS{idProduct}=="0016", MODE="0660", GROUP="plugdev" +# Philips/Sagemcom PicoPix 2330 +ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="21e7", ATTRS{idProduct}=="0019", MODE="0660", GROUP="plugdev" diff --git a/doc/DoxygenMainpage.dox b/doc/DoxygenMainpage.dox index 1754ea9..0dc4c24 100644 --- a/doc/DoxygenMainpage.dox +++ b/doc/DoxygenMainpage.dox @@ -25,6 +25,7 @@ Check @link am7xxx.h @endlink for the public API documentation. - Aiptek PocketCinema T25 - Philips/SagemCom PicoPix 1020 - Philips/SagemCom PicoPix 2055 +- Philips/SagemCom PicoPix 2330 @section libam7xxxDesignOverview Design Overview