Joerg Wunsch
bbb39ba587
Add a couple of more things to the FTDI driver I came across:
...
. Dresden Elektronik "Wireless Handheld Terminal"
. Atmel STK541 "Zigbee Controller"
MFC after: 1 week
2009-03-06 14:53:51 +00:00
Andrew Thompson
c3beab6ac5
Add support for the UNION interface descriptor, used by Nokia phones.
...
PR: usb/117185
2009-03-05 16:15:07 +00:00
Andrew Thompson
dc4b1d1662
Add Mobile Action MA-620 Infrared Adapter.
...
PR: usb/125072
Submitted by: Alexander Logvinov
MFC after: 1 week
2009-03-04 03:47:57 +00:00
Andrew Thompson
9aef556d71
Rename the ushub device class back to uhub as it was in the old usb stack,
...
moused(8) looks for "uhub/ums" to decide if needs to load the module.
Reported by: Garrett Cooper
2009-03-02 05:37:05 +00:00
Andrew Thompson
deefe58337
Move the serial drivers from Giant to using their own mutexs.
...
Tested with: u3g, ubser, uplcom
2009-03-02 02:44:10 +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
Ed Schouten
5d38a4d4f7
Also use proper capitalisation of FreeBSD in other source files.
...
Approved by: thompsa
2009-02-24 17:15:29 +00:00
Andrew Thompson
750a268260
MFp4 //depot/projects/usb@158015
...
Add support for the Sael M460 3G modem.
Submitted by: Hans Petter Selasky
2009-02-24 05:35:48 +00:00
Andrew Thompson
02ac645488
Move the new USB stack into its new home.
2009-02-23 18:31:00 +00:00