plan9fox/sys/src/cmd/nusb
akw@oneirism.org 6dbfe8c356 nusb/ptp: increase payload
A silly little patch, but some ptp devices (like the camera I own) use USB3 endpoints and subsequently require the data size of the payload to be 1024(-12 for metadata). This is reflected in libgphoto2's current ptp driver.
2022-06-30 01:58:01 +00:00
..
audio nusb/audio: use setalt(), make sure endpoint has right direction. 2022-02-23 18:03:53 +00:00
cam nusb/cam: fix mistake (nil vs -1) 2022-02-23 18:13:00 +00:00
disk nusb/disk: use setalt(), print argv0 in prints instead of "disk:" 2022-02-23 18:38:28 +00:00
ether nusb/ether: use setalt() 2022-02-23 18:01:15 +00:00
joy nusb: Fix handling of interface altsetting. 2022-02-21 19:50:16 +00:00
kb nusb: Fix handling of interface altsetting. 2022-02-21 19:50:16 +00:00
lib nusb/lib: provide a setalt() function to set the interface to its altsetting 2022-02-23 18:00:34 +00:00
ptp nusb/ptp: increase payload 2022-06-30 01:58:01 +00:00
serial nusb: Fix handling of interface altsetting. 2022-02-21 19:50:16 +00:00
usbd nusb/usbd: retry opendevtata() a few times on attach (work around mnt-reform trackball) 2022-06-18 23:37:12 +00:00
mkfile add nusb/cam 2018-03-07 10:06:18 +00:00