View Single Post
Old 08-29-2010, 07:53 PM   #5
lunixer
Addict
lunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-bookslunixer has learned how to read e-books
 
lunixer's Avatar
 
Posts: 231
Karma: 928
Join Date: Aug 2010
Device: Kindle 3
Quote:
Originally Posted by kovidgoyal View Post
Add 0x0004 to the list of product ids in kindle/driver.py in the Kindle 2 driver
What if I add this to the end of the file? Is this what you mean?

Code:

class KINDLE3(KINDLE):

    name           = 'Kindle 3 Device Interface'
    description    = _('Communicate with the Kindle 3 eBook reader.')

    FORMATS        = KINDLE.FORMATS + ['pdf']
    PRODUCT_ID = [0x0004]
    BCD        = [0x0100]
lunixer is offline   Reply With Quote