readme
来自「关于dvb的应用程序代码」· 代码 · 共 29 行
TXT
29 行
Hello,In theory the driver could be made to send the DEC the reset sequence whenall devices were closed. However, due to the awkwardness of switchingbetween slave and stand-alone mode, I've decided against this. Hence thisapplication, which I hope provides the user a nice compromise betweencontrol and ease-of-use.ttusb_dec_reset is a small utility for resetting a ttusb-dec device tostand-alone mode after use. It requires libusb, which can be found here:http://libusb.sourceforge.net/There is probably a package for it included with your linux distributionthough.For the utility to reset a device, it must have permission to access the usbdevice, and the device must not be claimed by anything else. That means thatthe ttusb-dec module must be rmmoded before using this utility. You probablywant to have turned off any hotplug mechanisms before running the utilityor the device will likely get taken over again once it comes back up. Or youcould just yank the usb cable out.The utility takes no arguments, you just run it:./ttusb_dec_resetCheers,Alex
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?