am7xxx: make libam7xxx work with Philips/Sagemcom PPX projectors
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 7 Dec 2012 10:59:32 +0000 (11:59 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 7 Dec 2012 11:54:25 +0000 (12:54 +0100)
Philips/Sagemcom PicoPix projectors require that the DEVINFO packet is
the first one to be sent to the device in order for it to successfully
return the correct device information.

Call am7xxx_get_device_info() from am7xxx_open_device() to fulfill the
requirement from above. The device info will be cached by
am7xxx_get_device_info() and further calls to the latter will return the
correct data too.


No differences found