Biblio-RFID

 view release on metacpan or  search on metacpan

Makefile  view on Meta::CPAN

# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
AUTOSPLITFILE = $(ABSPERLRUN)  -e 'use AutoSplit;  autosplit($$$$ARGV[0], $$$$ARGV[1], 0, 1, 1)' --



# --- MakeMaker tool_xsubpp section:


# --- MakeMaker tools_other section:
SHELL = /bin/sh
CHMOD = chmod
CP = cp
MV = mv
NOOP = $(TRUE)
NOECHO = @
RM_F = rm -f
RM_RF = rm -rf
TEST_F = test -f
TOUCH = touch
UMASK_NULL = umask 0
DEV_NULL = > /dev/null 2>&1

examples/usbreset.c  view on Meta::CPAN

/* usbreset -- send a USB port reset to a USB device */

/*

To install as suid binary use following commands:

make usbreset
cp usbreset /usr/local/bin/
sudo chown root /usr/local/bin/usbreset 
sudo chmod 2755 /usr/local/bin/usbreset 

Taken from

http://marc.info/?l=linux-usb-users&m=116827193506484&w=2

and needs mounted usbfs filesystem

	sudo mount -t usbfs none /proc/bus/usb

There is a way to suspend a USB device.  In order to use it, 



( run in 0.240 second using v1.01-cache-2.11-cpan-496ff517765 )