Hans Petter Selasky
17c78d345c
- This patch adds custom IOCTLs to read and write the 4 GPIO pins on the
...
cp2103 usb-to-serial chip.
- This patch also makes the line status polling asynchronous, to reduce
the time needed to change the GPIO pins.
Submitted by: JD Louw
MFC after: 1 week
2011-11-12 08:40:52 +00:00
Hans Petter Selasky
399e6543b2
- Add more USB templates for various USB device classes
...
- Add basic template support for USB 3.0
- Export definition of template sysctl numbers through usb_ioctl.h
MFC after: 7 days
2011-06-23 07:54:03 +00:00
Hans Petter Selasky
1c49736857
- Add support for software pre-scaling of ISOCHRONOUS transfers.
...
MFC after: 14 days
Approved by: thompsa (mentor)
2011-02-28 17:23:15 +00:00
Hans Petter Selasky
51fd3d75fe
- Add support for LibUSB in 32-bit compatibility mode.
...
Approved by: thompsa (mentor)
2010-10-14 20:38:18 +00:00
Andrew Thompson
ed6d949afd
- Make struct usb_xfer opaque so that drivers can not access the internals
...
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
2009-06-23 02:19:59 +00:00
Andrew Thompson
759736470c
Fix _USB2_* refernces in the header protection defines.
2009-06-15 01:09:19 +00:00
Andrew Thompson
760bc48e7e
s/usb2_/usb_/ on all C structs for the USB stack.
2009-05-28 17:36:36 +00:00
Andrew Thompson
ee3e3ff5c2
Change USB over to make_dev() for all device nodes, previously it hooked into
...
the devfs clone handler to open the (invisible) devices on the fly.
The /dev entries are layed out as follows,
/dev/usbctl = master device
/dev/usb/0.1.0.5 = usb device, (<bus>.<dev>.<iface>.<endpoint>)
/dev/ugen0.1 -> usb/0.1.0.0 = ugen link to ctrl endpoint
This also removes the custom permissions model from USB. Bump
__FreeBSD_version to 800066.
Submitted by: rink (earlier version)
2009-02-27 17:27:16 +00:00
Andrew Thompson
f78fa6b67e
MFp4 //depot/projects/usb@157974
...
Add support for setting and getting the USB template value through libusb20 and
usbconfig.
Submitted by: Hans Petter Selasky
2009-02-24 03:43:05 +00:00
Andrew Thompson
4a35cda731
MFp4 //depot/projects/usb@157853
...
Clean up old way of polling the USB hardware. The existing polling support was
a bit hackish.
Submitted by: Hans Petter Selasky
2009-02-24 03:39:13 +00:00
Andrew Thompson
02ac645488
Move the new USB stack into its new home.
2009-02-23 18:31:00 +00:00