summaryrefslogtreecommitdiffstats
path: root/etc/devd
Commit message (Collapse)AuthorAgeFilesLines
* Add new USB IDs to RUN driver. Update usb.conf.hselasky2011-10-191-7/+71
| | | | | PR: usb/161798 MFC after: 3 days
* Add support for special keys (volume/brightness/eject) on Apple laptops withnwhitehorn2011-10-162-1/+55
| | | | | | | ADB keyboards. Submitted by: Justin Hibbits <jrh29 at alumni dot cwru dot edu> MFC after: 9.0-RELEASE
* Regenerate usb.conf after r223566.hselasky2011-06-271-9/+1
|
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-261-2/+2
| | | | | | | | | | | | | | | latter. It appears that the addition to uath(4) came in through PR kern/135009, which had tested another device, the SMCWUSBTG2, successfully with uath(4) and included the SMCWUSBG as it "has the same chipset". I can find no other evidence that these two do actually share the same chipset. Moreover, Linux treats the SMCWUSBG as a zyd(4) device also. This reverts r223537. Discussed with: hselasky, kevlo MFC after: 1 week
* - Move bus_auto.conf back into /etc/devd/hselasky2011-06-252-1/+4276
| | | | | | | - Rename bus_auto.conf into usb.conf Requested by: imp @ MFC after: 14 days
* - Move auto-load devd config file into etc/defaults folder.hselasky2011-06-251-2381/+0
| | | | | | | - Regenerate file after bugfix in the generator. Suggested by: Jeremy Messenger MFC after: 14 days
* - Export more USB device ID's.hselasky2011-06-241-1/+35
| | | | | | - Update bus_auto.conf accordingly. MFC after: 3 days
* - Add auto-load devd config file for USB kernel modules.hselasky2011-06-241-0/+2347
| | | | MFC after: 14 days
* Change usb devd events from fake attach to a notify. The ugen device is not athompsa2010-04-211-65/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | proper device_t so it faked the devctl event to appear like one, this is now a notify which allows more information to be passed. We notify for both the device attach/detach and for each usb interface. A devd rule can now match on the interface properties, including composite devices which may have a uvideo interface and also usound and possibly uhid too. An example to match a umass device with a scsi subclass and BBB protocol would be notify 100 { match "system" "USB"; match "subsystem" "INTERFACE"; match "type" "ATTACH"; match "intclass" "0x08"; match "intsubclass" "0x06"; match "intprotocol" "0x50"; action ... }; The old attach devctl event has been retained for the moment to make merging to 8.1 easier. This was never compatible with 7.x or earlier due to the ugen regex change needed. Reviewed by: warner MFC after: 1 week
* adds a hardware specific configuration file for uath(4).weongyo2010-01-192-1/+121
| | | | | Pointed by: sam Reviewed by: imp, thompsa
* revert r187343sam2009-01-161-1/+1
|
* add FCC4 SKU to expose Public Safety Band (PSB) frequencies; this issam2009-01-161-1/+1
| | | | modeled after the Atheros SKU of the same name
* Move another block of ASUS events to devd/asus.conf that were missed in r186249thompsa2008-12-231-0/+22
|
* Add /etc/devd/ and move hardware specific configuration there. This makes itthompsa2008-12-172-0/+61
easier to maintain custom rules for non-system things like ACPI hotkeys. /etc/devd.conf is already set up to check this directory, no change needed there.
OpenPOWER on IntegriCloud