freebsd-ports/sysutils/ipad_charge/files/ipad_charge.conf.in
Kevin Lo 5a7c983c5d Update to 2.0.4
Submitted by:	hselasky
2013-08-08 08:27:44 +00:00

22 lines
585 B
Text

# The following list of product IDs was obtained from
# https://github.com/mkorenkov/ipad_charge
# Apple iPad/iPod/iPhone devices
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x05ac";
match "product" "0x129[0-9ab]";
action "%%PREFIX%%/etc/rc.d/ipad_charge start $cdev";
};
# Apple iPad/iPod/iPhone devices
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x05ac";
match "product" "0x12a[0-9ab]";
action "%%PREFIX%%/etc/rc.d/ipad_charge start $cdev";
};