DIGImend / hidrd

HID report descriptor I/O library and conversion tool
GNU General Public License v2.0
167 stars 29 forks source link

Add 'extern' keyword to hidrd_natv_sink. #8

Closed kdienes closed 8 years ago

kdienes commented 8 years ago

Otherwise the 'const' keyword gives it wonky linkage. With this change, hidrd_natv_sink matches hidrd_natv_src.

kdienes commented 8 years ago

This bug was the cause for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818564, because hidrd_natv_sink was ending up full of zeroes.

spbnick commented 8 years ago

Oh, thanks a lot, Klee!