InternetCitizen2@lemmy.world to Lemmy Shitpost@lemmy.worldEnglish · 6 days agoJavascript/Linux is what I call itlemmy.worldexternal-linkmessage-square18fedilinkarrow-up1353arrow-down14
arrow-up1349arrow-down1external-linkJavascript/Linux is what I call itlemmy.worldInternetCitizen2@lemmy.world to Lemmy Shitpost@lemmy.worldEnglish · 6 days agomessage-square18fedilink
minus-squareboonhet@lemm.eelinkfedilinkarrow-up2·5 days agoIs that the driver or just the configuration interface in Javascript? I would suspect that the actual driver is written in C.
minus-squareweker01@sh.itjust.workslinkfedilinkarrow-up2·edit-25 days agoNope, the driver through the use of the web USB API and/or the WebHID api. Of course it depends on how you define driver but I think they have a very good claim to be drivers. https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API
Is that the driver or just the configuration interface in Javascript?
I would suspect that the actual driver is written in C.
Nope, the driver through the use of the web USB API and/or the WebHID api. Of course it depends on how you define driver but I think they have a very good claim to be drivers.
https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API
https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API