summaryrefslogtreecommitdiffstats
path: root/etc/usbd.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-031-1/+1
| | | | | | | | This driver now supports the Melco LUA-KTX and the GREEN HOUSE GH-USB100B. Reviewed by: imp MFC after: 2 weeks
* Do vidcontrol -m on after starting moused for a usb mouse.dougb2002-06-181-1/+1
| | | | | | PR: conf/39125 Submitted by: Mike Makonnen <makonnen@pacbell.net> Not objected to by: -current and -hackers
* Add an entry for coldsync, to facilitate synchronising a Handspring Visorn_hibma2002-03-081-0/+10
| | | | with FreeBSD.
* Kill the correct dhclient on detach of the ethernet device.n_hibma2000-10-201-2/+2
| | | | | Submitted by: Josef Karthauser <joe@freebsd.org> Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Merge from stable: Update of commentsn_hibma2000-10-161-5/+7
|
* Entry for Zip drive no longer needed. We do automatic rescans on connectn_hibma2000-04-031-10/+0
| | | | now.
* Add the aue ethernet interface as welln_hibma2000-03-161-2/+2
| | | | Submitted by: Can't remember and can't find it either.
* Add $FreeBSD$.kuriyama2000-01-201-0/+2
|
* Add an entry for dhclient and the USB ethernet adapters.n_hibma2000-01-101-12/+28
|
* Add the ability to match on device names attached to.n_hibma1999-11-281-6/+5
| | | | | If a device is attached to ums4, you can reference this devname in the configuration file as ${DEVNAME} (a shell variable, yes).
* Flip the sequence of vendor, product around, to make it consistentn_hibma1999-11-221-3/+3
| | | | | with the rest of the world. This avoids confusion when talking about VID.PID.RID vs. PID.VID.RID. The former is the sequence normally used.
* Add event queue handling. It triggers activities on events read fromn_hibma1999-11-211-0/+35
/dev/usb. The actions are specified in the file /etc/usbd.conf. usbd.c: - Add event queue (/dev/usb) handling. - Add comments - Clean up code some more usbd.8: - Update manpage for the new command line flags - Remove a duplicate FreeBSD tag from it). usbd.conf, usbd.conf.5, Makefile: - Add the usbd.conf configuration file and the man page for it. NOTE: MAKEDEV already creates the /dev/usb device tree node, no change needed there anymore.
OpenPOWER on IntegriCloud