-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Linus Torvalds
committed
Dec 9, 2008
1 parent
89c4f86
commit 88bfb84
Showing
3,872 changed files
with
143,124 additions
and
48,672 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e93f1be503efd0e44e46fc1fd4c13dbee72a6561 | ||
refs/heads/master: 4d9c6a21befe6c73c35f2799c7e25a9eda82a95d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
What: /sys/bus/umc/ | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
The Wireless Host Controller Interface (WHCI) | ||
specification describes a PCI-based device with | ||
multiple capabilities; the UWB Multi-interface | ||
Controller (UMC). | ||
|
||
The umc bus presents each of the individual | ||
capabilties as a device. | ||
|
||
What: /sys/bus/umc/devices/.../capability_id | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
The ID of this capability, with 0 being the radio | ||
controller capability. | ||
|
||
What: /sys/bus/umc/devices/.../version | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
The specification version this capability's hardware | ||
interface complies with. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
What: /sys/class/c2port/ | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/ directory will contain files and | ||
directories that will provide a unified interface to | ||
the C2 port interface. | ||
|
||
What: /sys/class/c2port/c2portX | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/ directory is related to X-th | ||
C2 port into the system. Each directory will contain files to | ||
manage and control its C2 port. | ||
|
||
What: /sys/class/c2port/c2portX/access | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/access file enable the access | ||
to the C2 port from the system. No commands can be sent | ||
till this entry is set to 0. | ||
|
||
What: /sys/class/c2port/c2portX/dev_id | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/dev_id file show the device ID | ||
of the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/flash_access | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_access file enable the | ||
access to the on-board flash of the connected micro. | ||
No commands can be sent till this entry is set to 0. | ||
|
||
What: /sys/class/c2port/c2portX/flash_block_size | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_block_size file show | ||
the on-board flash block size of the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/flash_blocks_num | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_blocks_num file show | ||
the on-board flash blocks number of the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/flash_data | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_data file export | ||
the content of the on-board flash of the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/flash_erase | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_erase file execute | ||
the "erase" command on the on-board flash of the connected | ||
micro. | ||
|
||
What: /sys/class/c2port/c2portX/flash_erase | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/flash_erase file show the | ||
on-board flash size of the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/reset | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/reset file execute a "reset" | ||
command on the connected micro. | ||
|
||
What: /sys/class/c2port/c2portX/rev_id | ||
Date: October 2008 | ||
Contact: Rodolfo Giometti <giometti@linux.it> | ||
Description: | ||
The /sys/class/c2port/c2portX/rev_id file show the revision ID | ||
of the connected micro. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/class/usb_host/usb_hostN/wusb_chid | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
Write the CHID (16 space-separated hex octets) for this host controller. | ||
This starts the host controller, allowing it to accept connection from | ||
WUSB devices. | ||
|
||
Set an all zero CHID to stop the host controller. | ||
|
||
What: /sys/class/usb_host/usb_hostN/wusb_trust_timeout | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
Devices that haven't sent a WUSB packet to the host | ||
within 'wusb_trust_timeout' ms are considered to have | ||
disconnected and are removed. The default value of | ||
4000 ms is the value required by the WUSB | ||
specification. | ||
|
||
Since this relates to security (specifically, the | ||
lifetime of PTKs and GTKs) it should not be changed | ||
from the default. |
Oops, something went wrong.