Bug#945181: ITA: libg15render -- Library for interfacing with the Logitech G15 keyboards

2019-11-20 Thread Alexander Ponyatykh
Package: wnpp Severity: normal I'm the new maintainer of the g15daemon package (bug#928158). It was reintroduced after deletion along with all related packages at the request of the previous maintainer (bug#914888). libg15render is the only package that has not been removed. Since Giacomo Catenazz

Bug#928158: ITP: g15daemon -- provides multiple virtual screens for the LCD on the Logitech G11 and G15 keyboards.

2019-04-28 Thread Alexander Ponyatykh
Package: wnpp Severity: wishlist Owner: Alexander Ponyatykh * Package name: g15daemon Version : 1.9.5.3 Upstream Authors: Mike Lampard , Sven Ludwig, James Green, Philip Lawatsch * URL : https://sourceforge.net/p/g15daemon/code/HEAD/tree/trunk/ * License

Bug#928159: ITP: libg15 -- Library for interfacing with the Logitech keyboards

2019-04-28 Thread Alexander Ponyatykh
Package: wnpp Severity: wishlist Owner: Alexander Ponyatykh * Package name: libg15 Version : 1.2.7 Upstream Authors: Philip Lawatsch , Alex Ibrado , Anthony J. Mirabella , Mike Lampard * URL : https://sourceforge.net/projects/g15tools/ * License : GPL v2 or

Bug#785578: libusb occasionally hangs after suspend/resume

2015-05-17 Thread Alexander Ponyatykh
dev->fd, IOCTL_USB_GETDRIVER, &getdrv); + if (ret) +USB_ERROR_STR(-errno, "could not get bound driver: %s", strerror(errno)); + + strncpy(name, getdrv.driver, namelen - 1); + name[namelen - 1] = 0; + + return 0; +} + +int usb_detach_kernel_driver_np(usb_dev_handle *dev,