On Fri, Jan 31, 2014 at 12:32 PM, Frank Praznik <frank.praznik@xxxxxxxxx> wrote: > Add the HIDIOCGRAWCLIENTADDR ioctl to the hidraw documentation. This one should be squashed with the previous one (same reason in 1/6) > > Signed-off-by: Frank Praznik <frank.praznik@xxxxxxxxx> > --- > Documentation/hid/hidraw.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/hid/hidraw.txt b/Documentation/hid/hidraw.txt > index 029e6cb..737fd1f 100644 > --- a/Documentation/hid/hidraw.txt > +++ b/Documentation/hid/hidraw.txt > @@ -93,6 +93,11 @@ For USB devices, the string contains the physical path to the device (the > USB controller, hubs, ports, etc). For Bluetooth devices, the string > contains the hardware (MAC) address of the device. > > +HIDIOCGRAWCLIENTADDR(len): Get Client Address > +This ioctl returns a string representing the client address of the device. > +For Bluetooth devices, the string contains the hardware (MAC) address of the > +device. For USB devices, the returned string is always 00:00:00:00:00:00. > + > HIDIOCSFEATURE(len): Send a Feature Report > This ioctl will send a feature report to the device. Per the HID > specification, feature reports are always sent using the control endpoint. > -- > 1.8.5.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-input" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html