Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | nusbrc: ignore rndis ethernet in /rc/bin/nusbed, handled by ↵ | cinap_lenrek | |
/sys/src/9/boot/nusbrc (thanks romano) | |||
2020-12-23 | nusbrc: delect lenovo camera | cinap_lenrek | |
2014-12-24 | nusb/serial: fix nusb/serial hang with ftdi | cinap_lenrek | |
have to create process, not a thread in ftdi code so main process can exit after posting fs service. | |||
2014-07-05 | support for huawei e220 g3 modem, cleanup nusb/serial | cinap_lenrek | |
2014-06-28 | nusb: implement aijus stable uniqueue device names | cinap_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-05 | move usb ethernet in bootfs.paq | cinap_lenrek | |
2012-01-09 | nusbrc: fix permissions, restore before complication of complication | cinap_lenrek | |
2012-01-06 | merge | cinap_lenrek | |
2012-01-05 | nusbrc: revert | stanley lieber | |
2012-01-05 | pkg/create: use separate steps for mk install and mk clean, to avoid mkfile ↵ | stanley lieber | |
problems | |||
2011-08-26 | nusb: add ethernet | cinap_lenrek | |
2011-08-16 | 9boot: list known filesystem images on usb stick as boot filesystems | cinap_lenrek | |
2011-08-16 | usb storage device auto mount | cinap_lenrek | |
2011-08-01 | nusb: add /rc/bin/nusbrc | cinap_lenrek | |