25 Apr
2008
25 Apr
'08
9:08 p.m.
Mark Brown broonie@opensource.wolfsonmicro.com writes:
There's currently no standard way of getting this information from user space even where the hardware provides it.
Isn't the event api switch "SW_HEADPHONE_INSERT" standard ? I thought it was designed for such use.
If I'm not mistaken, the Neo teams handles it that way, as I do for the mio : -> input_report_switch(mioa701_evdev, SW_HEADPHONE_INSERT, val);
-- Robert