nut icon indicating copy to clipboard operation
nut copied to clipboard

Add "const" to pointers for USB matching functions

Open clepple opened this issue 11 years ago • 0 comments

A lot of the USB matching functions use constant tables of VID/PIDs, so they should be marked "const". Deferring this for now, but it would be good to consider for the next time a large-scale USB code update is done.

  • [ ] const-ify USB matching API
  • [ ] const-ify existing drivers
  • [ ] update the driver template script

clepple avatar Nov 06 '14 13:11 clepple