This commit is contained in:
Kovid Goyal 2008-02-21 21:50:28 +00:00
parent 67b2d44b33
commit 70ff538690

View File

@ -239,7 +239,7 @@ class PRS500(Device):
Claim an interface on the device for communication. Claim an interface on the device for communication.
Requires write privileges to the device file. Requires write privileges to the device file.
Also initialize the device. Also initialize the device.
See the source code for the sequenceof initialization commands. See the source code for the sequence of initialization commands.
""" """
self.device = get_device_by_id(self.VENDOR_ID, self.PRODUCT_ID) self.device = get_device_by_id(self.VENDOR_ID, self.PRODUCT_ID)
if not self.device: if not self.device: