Hello list, Trying to convert existing LCD libusb code over to Solaris, and figured that openusb would be a good starting point. I can find the device using VENDOR and PRODUCT, but when I attempt to open it, it returns:
[code] picoLCDGraphic: scanning for picoLCD 256x64... picoLCDGraphic: found picoLCD device 0: 7 bcdUSB: 0200h bDeviceClass: 00 bDeviceSubClass: 00 bDeviceProtocol: 00 bMaxPacketSize0: 08 idVendor: 04d8h idProduct: c002h bcdDevice: 0002h iManufacturer: 1 iProduct: 2 iSerialNumber: 3 bNumConfigurations: 1 picoLCDGraphic : opening 7 picoLCDGraphic : open failed 0:Not supported by HCD [/code] Is there anything I can do? Do I need to tell the kernel to attach ugen or similar to it? Help would be appreciated muchly. -- This message posted from opensolaris.org