| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=260220
|
| |
|
|
| |
Notes:
svn path=/head/; revision=259940
|
| |
|
|
| |
Notes:
svn path=/head/; revision=259033
|
| |
|
|
|
|
|
| |
r258333 (bus_autoconf.sh tweak).
Notes:
svn path=/head/; revision=258364
|
| |
|
|
| |
Notes:
svn path=/head/; revision=258332
|
| |
|
|
| |
Notes:
svn path=/head/; revision=255124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=253936
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=253672
|
| |
|
|
|
|
|
| |
Spotted by: rpaulo
Notes:
svn path=/head/; revision=252200
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251597
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=249210
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=244252
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=243661
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=241089
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=239056
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=235725
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=233111
|
| |
|
|
|
|
|
|
| |
Approved by: nwhitehorn (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=232177
|
| |
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=231575
|
| |
|
|
|
|
|
|
|
|
| |
include notify tags.
Approved by: nwhitehorn (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=230640
|
| |
|
|
|
|
|
| |
Approved by: nwhitehorn (mentor)
Notes:
svn path=/head/; revision=228277
|
| |
|
|
|
|
|
| |
Approved by: nwhitehorn (mentor)
Notes:
svn path=/head/; revision=228270
|
| |
|
|
|
|
|
|
| |
PR: usb/161798
MFC after: 3 days
Notes:
svn path=/head/; revision=226534
|
| |
|
|
|
|
|
|
|
|
| |
ADB keyboards.
Submitted by: Justin Hibbits <jrh29 at alumni dot cwru dot edu>
MFC after: 9.0-RELEASE
Notes:
svn path=/head/; revision=226449
|
| |
|
|
| |
Notes:
svn path=/head/; revision=223604
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=223566
|
| |
|
|
|
|
|
|
|
|
| |
- Rename bus_auto.conf into usb.conf
Requested by: imp @
MFC after: 14 days
Notes:
svn path=/head/; revision=223543
|
| |
|
|
|
|
|
|
|
|
| |
- Regenerate file after bugfix in the generator.
Suggested by: Jeremy Messenger
MFC after: 14 days
Notes:
svn path=/head/; revision=223536
|
| |
|
|
|
|
|
|
|
| |
- Update bus_auto.conf accordingly.
MFC after: 3 days
Notes:
svn path=/head/; revision=223521
|
| |
|
|
|
|
|
| |
MFC after: 14 days
Notes:
svn path=/head/; revision=223519
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=207020
|
| |
|
|
|
|
|
|
| |
Pointed by: sam
Reviewed by: imp, thompsa
Notes:
svn path=/head/; revision=202610
|
| |
|
|
| |
Notes:
svn path=/head/; revision=187344
|
| |
|
|
|
|
|
| |
modeled after the Atheros SKU of the same name
Notes:
svn path=/head/; revision=187343
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186432
|
|
|
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.
Notes:
svn path=/head/; revision=186249
|