1de55d871SMyungJoo HamWhat: /sys/class/extcon/.../ 2de55d871SMyungJoo HamDate: December 2011 3de55d871SMyungJoo HamContact: MyungJoo Ham <myungjoo.ham@samsung.com> 4de55d871SMyungJoo HamDescription: 5de55d871SMyungJoo Ham Provide a place in sysfs for the extcon objects. 6de55d871SMyungJoo Ham This allows accessing extcon specific variables. 7de55d871SMyungJoo Ham The name of extcon object denoted as ... is the name given 8de55d871SMyungJoo Ham with extcon_dev_register. 9de55d871SMyungJoo Ham 10de55d871SMyungJoo HamWhat: /sys/class/extcon/.../name 11de55d871SMyungJoo HamDate: December 2011 12de55d871SMyungJoo HamContact: MyungJoo Ham <myungjoo.ham@samsung.com> 13de55d871SMyungJoo HamDescription: 14de55d871SMyungJoo Ham The /sys/class/extcon/.../name shows the name of the extcon 15de55d871SMyungJoo Ham object. If the extcon object has an optional callback 16de55d871SMyungJoo Ham "show_name" defined, the callback will provide the name with 17de55d871SMyungJoo Ham this sysfs node. 18de55d871SMyungJoo Ham 19de55d871SMyungJoo HamWhat: /sys/class/extcon/.../state 20de55d871SMyungJoo HamDate: December 2011 21de55d871SMyungJoo HamContact: MyungJoo Ham <myungjoo.ham@samsung.com> 22de55d871SMyungJoo HamDescription: 23de55d871SMyungJoo Ham The /sys/class/extcon/.../state shows the cable attach/detach 24de55d871SMyungJoo Ham information of the corresponding extcon object. If the extcon 25de55d871SMyungJoo Ham objecct has an optional callback "show_state" defined, the 26de55d871SMyungJoo Ham callback will provide the name with this sysfs node. 27