summaryrefslogtreecommitdiff
path: root/rc/bin/nusbrc
AgeCommit message (Collapse)Author
2021-04-08nusbrc: ignore rndis ethernet in /rc/bin/nusbed, handled by ↵cinap_lenrek
/sys/src/9/boot/nusbrc (thanks romano)
2020-12-23nusbrc: delect lenovo cameracinap_lenrek
2014-12-24nusb/serial: fix nusb/serial hang with ftdicinap_lenrek
have to create process, not a thread in ftdi code so main process can exit after posting fs service.
2014-07-05support for huawei e220 g3 modem, cleanup nusb/serialcinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
instead of naming devices by ther dynamically assigned device address, we hash device uniqueue fields from the device descriptor and produce a 5 digit hex string that will identify the device across machines. when there is a collision (less than 1% chance with 100 devices), usbd will append the device address to the name to make it uniqueue for this machine. the hname is passed to drivers in the devid argument, which now has the form addr:hname, where the colon and hname can be omited (for backwards compatibility). when the new behaviour isnt desired, nousbhname= environment variable can be defined giving the old behaviour.
2012-12-05move usb ethernet in bootfs.paqcinap_lenrek
2012-01-09nusbrc: fix permissions, restore before complication of complicationcinap_lenrek
2012-01-06mergecinap_lenrek
2012-01-05nusbrc: revertstanley lieber
2012-01-05pkg/create: use separate steps for mk install and mk clean, to avoid mkfile ↵stanley lieber
problems
2011-08-26nusb: add ethernetcinap_lenrek
2011-08-169boot: list known filesystem images on usb stick as boot filesystemscinap_lenrek
2011-08-16usb storage device auto mountcinap_lenrek
2011-08-01nusb: add /rc/bin/nusbrccinap_lenrek