Patent application title:

USB interface configurable for host or device mode

Publication number:

-

Publication date:
Application number:

14/171,491

Filed date:

2014-02-03

✅ Patent granted

Patent number:

US 8,924,598 B1

Grant date:

2014-12-30

PCT filing:

-

PCT publication:

-

Examiner:

Zachary K Huson

Adjusted expiration:

2034-02-03

Smart Summary: A USB interface can now work as either a Host or a Device without needing extra complicated parts. Normally, USB devices have fixed roles, where one acts as the Host and the other as the Device. Recent updates to the USB standard allow for devices that can switch between these roles, known as USB On The Go (OTG), but this usually requires additional components. The new design simplifies this by using standard parts, avoiding the need for extra connections and protocols. This makes it easier and cheaper to create devices that can function in both modes. 🚀 TL;DR

Abstract:

Various embodiments provide a USB interface that can operate in either a Host or Device mode using standard Link and/or physical interface circuit (PHY) components which, in at least some embodiments, do not have additional circuitry that is utilized to implement the USB OTG standard.

Inventors:

Assignee:

Applicant:

Interested in similar patents?

Get notified when new applications in this technology area are published.

Classification:

G06F13/385 »  CPC main

Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units; Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices

G06F3/00 IPC

Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements

G06F13/38 IPC

Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units Information transfer, e.g. on bus

Description

RELATED APPLICATION

This application is a continuation of and claims priority to U.S. Utility application Ser. No. 12/434,000, filed on May 1, 2009, which in turn claims priority to U.S. Provisional Application No. 61/050,808, filed on May 6, 2008, the disclosures of which are incorporated by reference herein in their entirety.

BACKGROUND

The Universal Serial Bus (USB) is an industry standard interface that defines a method of connecting two units (usually a computer and a peripheral device) together and communicating between them. The USB interface on each unit contains a USB link controller (Link) and a USB physical interface circuit (PHY). To communicate, one of the units operates as a USB Host which initiates communication requests between the units, and the other operates as a USB Device which responds to those requests.

When the USB standard was developed, it was assumed that the Host and Device functions were separate and permanent, meaning that a Host unit could never function as a Device unit and vice versa.

In recent years, the USB standard was enhanced to add the possibility of a unit that can function in either Host or Device mode. That capability is known as USB On The Go or OTG. For OTG, additional circuitry is added to the Link and the PHY, an additional signal or signals are added between the PHYs, and a new protocol is defined by which the two units can automatically determine which one of them will operate in Host mode and which will operate in Device mode. This approach utilizes a different PHY, a different connector, and a different cable than that utilized by the standard USB technology.

Another approach to providing a unit with both Device and Host capability would be to provide multiple ports, including separate Host and Device ports. This approach has a disadvantage in that it requires multiple connectors, multiple ASIC pins and the like.

Needless to say, these approaches add overhead and increase the cost associated with devices that are implemented with both Host and Device functionality.

SUMMARY

This Summary is provided to introduce subject matter that is further described below in the Detailed Description and Drawings. Accordingly, the Summary should not be considered to describe essential features nor used to limit the scope of the claimed subject matter.

In one embodiment, a USB unit comprises a mode selection module configured to determine whether the USB unit is to operate in a Host mode or a Device mode and select one of the Host mode or the Device mode; and a non-OTG USB physical interface circuit (PHY) associated with the mode selection module and configured to enable operation in a selected Host mode or Device mode.

In another embodiment, a USB unit comprises a USB OTG Link controller configured to operate in a Host mode or a Device mode; and a non-OTG USB physical interface circuit (PHY) operably connected to the USB OTG Link controller.

In another embodiment, a method comprises determining whether a USB unit is to operate in a Host or Device mode; selecting one of the Host or Device modes; and operating the USB in a selected mode using a non-OTG physical interface circuit (PHY).

In another embodiment, a system comprises means for determining whether a USB unit is to operate in a Host or Device mode; means for selecting one of the Host or Device modes; and means for operating the USB in a selected mode using a non-OTG physical interface circuit (PHY).

BRIEF DESCRIPTION OF THE DRAWINGS

In the figures, the left-most digit of a reference number identifies the figure in which the reference number first appears. The use of the same reference numbers in different instances in the description and the figures indicate like elements.

FIG. 1 is a block diagram of an example operating environment in accordance with one or more embodiments.

FIG. 2 illustrates an example system in accordance with one or more embodiments.

FIG. 3 illustrates an example system in accordance with one or more embodiments.

FIG. 4 illustrates an example system in accordance with one or more embodiments.

FIG. 5 is a flow diagram that describes a method in accordance with one or more embodiments.

FIG. 6 is a flow diagram that describes a method in accordance with one or more embodiments.

FIG. 7 illustrates example devices that can serve as USB units in accordance with one or more embodiments.

FIG. 8 illustrates example devices that can serve as USB units in accordance with one or more embodiments.

FIG. 9 illustrates example devices that can serve as USB units in accordance with one or more embodiments.

FIG. 10 illustrates example devices that can serve as USB units in accordance with one or more embodiments.

DETAILED DESCRIPTION

Various embodiments provide a USB interface that can operate in either a Host or Device mode using standard Link and/or physical interface circuit (PHY) components which, in at least some embodiments, do not have additional circuitry that is conventionally utilized to implement the USB OTG standard.

In the discussion that follows, a section entitled “Operating Environment” is provided and describes one example operating environment in which one or more embodiments can be employed. Following this, a section entitled “Multiplexed Link Controllers” describes one example embodiment in which a Host Link and a Device Link can be multiplexed into a standard USB PHY to provide OTG functionality. Next, a section entitled “OTG Link with Standard PHY” describes an embodiment in which an OTG Link is utilized in connection with a standard USB PHY to operate in a desired mode. Following this, a section entitled “Software/Hardware Hybrid Interface” describes an embodiment in which at least some of the Link controller and/or at least some of the PHY are implemented in software such that parts of the interface that are different between the Host mode and Device mode are implemented in software and can thus be changed as desired to switch between modes. Next, a section entitled “Example Methods” describes example methods in accordance with one or more embodiments. Last, a section entitled “Example USB Units” describes some example USB units that can employ the techniques described below.

Operating Environment

FIG. 1 illustrates an example operating environment in accordance with one or more embodiments generally at 100. In this example, operating environment 100 includes two USB units 102, 104. The USB units 102, 104 can communicate using USB signals that are conventionally used for USB communication. The USB units 102, 104 can comprise any suitable type of USB device including, by way of example and not limitation, desktop computing devices, mobile computing devices, mobile consumer electronic products such as personal digital assistants (PDAs), mobile phones, digital cameras, portable storage devices, printers and the like. Examples of USB units are shown and described in FIGS. 7-10 below.

In the illustrated and described embodiments, the USB units 102, 104 can utilize a USB interface to exchange data. In at least some embodiments, each of the USB units 102, 104 is configured or configurable as a USB Host or a USB Device. Accordingly, each of the USB units 102, 104 can, in at least some embodiments, operate in either a Host mode or a Device mode using standard Link and/or PHY components which do not have the additional circuitry that is utilized to implement the USB OTG standard. Yet, by virtue of the configuration of the USB units, each can implement both Host and Device functionality as will become apparent below. Accordingly, each USB unit 102, 104 can include a mode selection module 106 and a USB PHY 108, such as those shown for USB unit 102. In the illustrated example, mode selection module 106 is configured to determine and select a particular mode, such as Host mode or Device mode, and then interact with USB PHY 108 to effect operation of the USB unit 102 in the selected mode. In at least some embodiments, USB PHY 108 is a non-OTG PHY meaning that it is not compliant with the USB OTG standard. The mode selection module 106 can be implemented in connection with any suitable hardware, software, firmware or combination thereof, examples of which are provided below.

Having described an example operating environment, consider now a discussion of various embodiments that can provide Host and Device functionality. At least some of the embodiments described below can utilize a single USB port with a standard PHY that can enable a USB unit to operate in either the Host mode or the Device mode.

Multiplexed Link Controllers

FIG. 2 illustrates an example system in accordance with one or more embodiments generally at 200. In this example, system 200 includes a USB unit 202 and a USB unit 204. Each of the USB units 202, 204 can be configured as described in relation to USB unit 202.

In the illustrated and described embodiment, USB unit 202 includes a USB application 206, a USB Host Link 208, a USB Device Link 210, a switch 212 and a USB PHY 214. In this example, a mode selection module can include one or more of the USB application 206, the USB Host Link 208, the USB Device Link 210, or the switch 212. Switch 212 can be embodied as any suitable type of switch. In at least some embodiments, switch 212 is implemented as a multiplexer. USB application 206 is operably connected or connectable to USB Host and Device Links 208, 210 respectively, as well as to switch 212. USB Host Link 208 and USB Device Link 210 are operably connected or connectable to switch 212. Switch 212 is operably connected or connectable to USB PHY 214 as shown.

In this example, USB Host Link 208 and USB Device Link 210 constitute separate link controllers that are non-OTG link controllers. Specifically, by being non-OTG link controllers, the link controllers are not specifically configured with OTG functionality. Further, the USB PHY 214 is a standard, non-OTG USB PHY that is not specifically configured with OTG functionality. In this example, switch 212 is configured by USB application 206 to selectively connect either USB Host Link 208 or USB Device Link 210 to USB PHY 214 depending on the desired mode of operation. For example, if USB unit 202 is to operate in the Host mode, USB application 206 selects the USB Host Link 208 via switch 212. Alternately, if USB unit 202 is to operate in the Device mode, USB application 206 selects the USB Device Link 210 via switch 212. By selecting a particular Link, the switch 212 enables a communication link with USB PHY 214 so that the USB unit 202 can operate in the selected mode.

In at least some embodiments, the USB Host link 208, USB Device Link 210, switch 212 and USB PHY 214 can be implemented by an integrated circuitry chip that is able to be pre-configured into a particular mode, e.g., Host mode or Device mode. This permits flexibility in the design of the integrated circuitry chip by enabling either mode to be selected at some point after manufacture of the integrated circuitry chip.

In at least some other embodiments, USB unit 202 can be configured to switchably alternate, in a dynamic fashion, between the Host mode and the Device mode. Such might be the case, for example, when one of the devices is a portable device, such as a PDA or hand-held device, whose role may change. In these embodiments, USB unit 204 may be compliant with OTG technology if some other unit within USB unit 202, other than USB Host Link 208, USB Device Link 210, and USB PHY 214, provides the additional functionality required for OTG compliance. Such other unit can include the USB application. To accomplish switching in a dynamic fashion, a signal can be provided by a component, such as USB application 206, to switch 212 to enable switch 212 to select a particular mode. In this embodiment, both the USB Host Link 208 and USB Device Link 210 can be standard hardware components. The switch 212 enables mode switching at times other than manufacture time such as, by way of example and not limitation, at power up or more frequently during operation.

To accomplish switching in the manner described above, the component or USB application 206 is knowledgeable of OTG-related protocols and can act on OTG-related communications to effect a mode switch. Examples of OTG-related protocols include Host Negotiation Protocol (HNP) and Session Request Protocol (SRP). HNP describes a way for two USB units to communicate with one another to decide which unit is going to act as a Host and which unit is going to act as a Device. SRP deals with a negotiation protocol in which, in some examples, devices can conserve battery power by shutting off their buses and ascertaining when to wake up and communicate with other devices.

OTG Link with Standard PHY

FIG. 3 illustrates an example system in accordance with one or more embodiments generally at 300. In this example, system 300 includes a USB unit 302 and a USB unit 304. Each of the USB units 302, 304 can be configured as described in relation to USB unit 302.

In the illustrated and described embodiment, USB unit 302 includes a USB application 306, a USB OTG Link 308, and a USB PHY 310. In this example, a mode selection module can include one or more of the application 306 or the USB OTG Link 308. USB application 306 is operably connected or connectable to USB OTG Link 308. In the illustrated example, the connection between USB application 306 and USB OTG Link 308 entering to the right side of the USB OTG Link 308 represents additional signals that the USB OTG link 308 requires to operate with an OTG PHY but which the non-OTG PHY does not have. In this embodiment, those signals are observed and/or controlled by the USB application 306 so that the USB application 306 provides the additional PHY functionality that is not provided by the non-OTG PHY. The USB OTG Link 308 is operably connected or connectable to USB PHY 310. In this example, USB OTG Link 308 is OTG-compliant, meaning that the Link 308 is configured to operate in the Host mode or the Device mode, as well as implement other aspects of OTG functionality. However, USB application 306 is configured to control the USB OTG Link 308 so that it can communicate with a standard, non-OTG USB PHY 310 and use a standard USB cable for the connection between USB units 302, 304. Details of how the control actually occurs can depend on the specifics of the USB OTG Link 308. For instance, a USB OTG Link 308 which includes control registers for switching modes may need the application to perform some register writes to set the USB OTG Link 308 in a different mode. A USB OTG Link 308 with less invasive control capability may require the application to control signals (via the USB application-to-USB OTG Link connection on the right) to emulate portions of the OTG protocol involved in changing modes, e.g., emulating an OTG identification pin to set a particular mode. Other paradigms are possible also.

In the above-described embodiment, communication between the USB OTG Link 308 and the USB PHY 310 takes place using standard USB communication protocols. That is, once a particular mode is selected via the USB OTG Link 308, communication in that particular mode with the USB PHY 310 takes place using standard USB communication protocols. In this case, OTG-specific communication, such as HNP or SRP communication, happens between the USB application 306 or some other component and the USB OTG Link 308.

In this embodiment, and by virtue of using the USB OTG Link 308, less circuitry is required to be employed than in the embodiment described just above. Specifically, because only one Link circuit 308 is used, the additional Link circuitry (208 or 210) utilized in the above-described embodiment can be eliminated. In addition, improvements over standard OTG systems can include the use of a less complex standard USB PHY, rather than a more complex OTG-compliant PHY. Further, standard USB cables and standard USB signals can be utilized while avoiding the additional overhead needed for OTG signaling.

In the illustrated and described embodiment, the USB application 306 can be implemented as any suitable USB application including, by way of example and not limitation, a host software driver, a device software driver, or a driver that functions as both host and device driver.

In at least some embodiments, the USB OTG Link controller 308 and USB PHY 310 can be implemented by an integrated circuitry chip that is pre configurable into a particular mode, e.g., Host mode or Device mode. This permits flexibility in the design of the integrated circuitry chip by enabling either mode to be selected at some point after manufacture of the integrated circuitry chip.

In at least some other embodiments, USB unit 302 can be configured to switchably alternate, in a dynamic fashion, between the Host mode and the Device mode. In these embodiments, USB unit 304 may be compliant with OTG technology if some other unit within USB unit 302, other than USB OTG Link 308 and USB PHY 310, provides the additional functionality required for OTG compliance. Such other unit can include the USB application 306.

Software/Hardware Hybrid Interface

FIG. 4 illustrates an example system in accordance with one or more embodiments generally at 400. In this example, system 400 includes a USB unit 402 and a USB unit 404. Each of the USB units 402, 404 can be configured as described in relation to USB unit 402.

In the illustrated and described embodiment, USB unit 402 includes a USB application 406, a USB link 408, a USB PHY 410, and Link/PHY software 412 embodied on a tangible computer-readable medium. In this example, a mode selection module can include one or more of the USB application 406, the USB link 408, the USB PHY 410, and the Link/PHY software 412. In at least some embodiments, at least some of the functionality performed by USB link 408 and/or USB PHY 410 can be implemented in software by Link/PHY software 412. For example, portions of the USB link 408 and USB PHY 410 that are different as between the Host and Device modes can be implemented in software and can thus be changed as desired. Specifically, those portions of the USB link 408 and USB PHY 410 that are specific to the Host and/or Device modes can be implemented by Link/PHY software 412. In one example, the USB link 408, USB PHY 410, and Link/PHY software 412 together provide all the control and configuration so that together they provide a USB interface capable of operating in either mode so that collectively, they appear as a true OTG interface to a standard OTG-capable application. The application then operates as if a real OTG link and OTG PHY were present. For example, the Link/PHY software 412 can, in some embodiments, vary the signal levels on the USB D+ and D− wires or activate additional pull-down resistors on the D+ and D− wires when the USB application 406 activates the Host mode on the application-link interface. Alternately or additionally, the Link/PHY software 412 can, in some embodiments, activate additional, non-standard functionality in the USB Link 408 or USB PHY 410 that is utilized to switch modes.

In another example, USB application 406 can be either Host- or Device-capable, but not OTG capable. Alternately or additionally, there may be two independent USB applications, one of which is a pure Host application and the other of which is a pure Device application. Either one of these applications can run depending on the particular mode. In either case, the Link/PHY software 412, USB Link 408, and USB PHY 410 act either purely as a Host or Device, depending on the mode.

In at least some embodiments, the Link/PHY software 412 can handle transaction-level protocol. For example, a USB Out transaction is comprised of, in general, an Out token (from Host to Device), a data packet (from Host to Device), and a handshake (from Device to Host). This transaction is used to send data from a Host to a Device. A USB In transaction is comprised of, in general, an In token (from Host to Device), a data packet (from Device to Host), and a handshake (from Host to Device). This transaction is used to send data from a Device to a Host. When operating in Host mode, the Link/PHY software 412 initiates the Out token including maintaining knowledge of a target device's address, target endpoint number, communications capabilities and the like. The Link/PHY software 412 then initiates building and transmitting a data packet, waits for a handshake, and processes associated results accordingly. However, when operating in Device mode, the Link/PHY software 412 detects an incoming In token, then initiates the building and transmitting of a data packet, waits for a handshake, and processes those results accordingly. In both cases, the process of sending data is similar and is composed of similar smaller operations. However, the overall flow is somewhat different. Specifically, the Host decides what actions to take and then initiates those actions, while the Device waits for a request from the Host and then acts on the request. In these instances, the Device can transmit ACK, NAK, and NYET handshakes, while the Host only sends an ACK. In this embodiment, all of these differences are implemented by the Link/PHY software 412. Common features such as building and transmitting packets are implemented in hardware, while the high-level protocol control is implemented in software.

Using Link/PHY software 412 as described above can simplify the design of the USB link 408 and/or the USB PHY 410. Specifically, in at least some embodiments, the design of the USB link 408 and/or the USB PHY 410 can be modified to include those components that are common to the Host and Device modes. Such components can include, by way of example and not limitation, a phase-locked loop (PLL), a serializer/deserializer (SERDES), data encoding and decoding circuits, data buffers, current source circuits, voltage reference circuits, and the like. Further, in at least some embodiments many of the protocol components can be implemented in hardware as well. These protocol components include, by way of example and not limitation, NRZI encoding components, bit stuffing components, CRC generation and checking components, packet formation and stripping components, address/endpoint management components, status generation and tracking components, and the like.

Example Methods

FIG. 5 is a flow diagram that describes acts in a method in accordance with one or more embodiments. The method can be implemented in connection with any suitable hardware, software, firmware, or combination thereof. In at least some embodiments, the method can be implemented by a suitably-configured USB unit such as those described above in FIGS. 2 and/or 3.

At 500, determine whether a USB unit is to operate in a Host or a Device mode. This can be performed in any suitable way. For example, a USB unit might select Host or Device mode based on a choice by the user, e.g. a button press. Alternately or additionally, the USB unit can passively monitor the signaling which another USB unit presents on VBUS, D+, and D− after the USB cable is connected, determine if the other USB unit is acting as a Host or Device, and then choose the alternate mode to allow for communication (e.g., choose Host mode if the other unit is acting in the Device mode and vice versa). Alternately or additionally, the USB unit can actively drive Host signaling onto the USB interface after connection, determine if the other USB unit responds, and if not then select the other mode. Alternately or additionally, mode selection can also be based on the USB connection. For example, OTG utilizes an ID pin in the connector to tell whether the unit is connected as a Host or Device. External hardware, such as a controller, can read the state of a pin, where the pin could be tied high to select one mode and tied low to select the other mode. Mode selection can also be implemented using internal hardware such as an internal ROM or fuse bit, or through embedded software that uses a value programmed into boot ROM.

At 502, select one of the Host or Device modes. This can be performed in any suitable way, examples of which are provided just above. For example, a particular mode can be selected under the influence of a USB application executing on the USB unit. In the FIG. 2 example above, the USB application 206 interfaces with a switch 212 effective to select a particular USB Host link 208 or USB Device link 210. Alternately or additionally, a particular mode can be selected through a USB application's interaction with a USB OTG Link, such as the one shown in FIG. 3 at 308. Recall that in the FIG. 3 example, the USB OTG Link 308 is OTG-compliant, meaning that it can operate in either the Host or Device modes. Accordingly, the USB application 306 can interface with the USB OTG Link 308 effective to select a particular mode.

At 504, having selected a particular mode, operate the USB unit in a selected mode using a non-OTG PHY.

FIG. 6 is a flow diagram that describes acts in a method in accordance with one or more embodiments. The method can be implemented in connection with any suitable hardware, software, firmware, or combination thereof. In at least some embodiments, the method can be implemented by a suitably-configured USB unit such as the one described above in FIG. 4.

At 600, determine whether a USB unit is to operate in a Host or a Device mode. This can be performed in any suitable way, examples of which are provided above.

At 602, select one of the Host or Device modes. This can be performed in any suitable way. For example, a particular mode can be selected under the influence of a USB application executing on the USB unit.

At 604, operate the USB unit in a selected mode using one or more of a non-OTG modified link or a non-OTG modified PHY. In the example of FIG. 4, the USB Link 408 and/or the USB PHY 410 can be modified by virtue of having functionality that is different as between Host and Device modes implemented by Link/PHY Software 412.

Having considered some example methods, consider now a discussion of some example USB units.

Example USB Units

FIGS. 7-10 illustrate some example devices that can serve as USB units in accordance with one or more embodiments. The illustrated and described devices can be configured in accordance with any of the embodiments described above.

FIG. 7 illustrates a personal digital assistant 700 connected to a keyboard 702. FIG. 8 illustrates a camera 800 connected to a printer 802. FIG. 9 illustrates a phone 900 connected to a personal digital assistant 902. FIG. 10 illustrates an MP3 player 1000 connected to a hard disk 1002.

It is to be appreciated and understood that the example devices illustrated in FIGS. 7-10 are but examples only. Accordingly, other devices can serve as USB units without departing from the spirit and scope of the claimed subject matter.

CONCLUSION

Various embodiments described above provide a USB interface that can operate in either a Host or Device mode using standard Link and/or physical interface circuit (PHY) components which, in at least some embodiments, do not have additional circuitry that is utilized to implement the USB OTG standard. The various embodiments described above can permit, in at least some instances, less expensive and more reliable standard non-OTG components to be utilized. This can mitigate concerns associated with particular OTG components which, as of this time, are relatively new and not as widely available as the non-OTG components. Further, some applications may require Host or Device capability, but may not need additional OTG features such as on-the-fly role switching. In these instances, the various embodiments can enable such applications to operate without extraneous hardware and/or software overhead.

In addition, OTG requires measurement and control of different voltages than are required for use by standard USB. Typically, this means that the PHY requires an additional supply voltage and additional analog drive and sensing circuitry. Further, OTG may require more complex protection from over-voltage and transients as well. In at least some embodiments described above, additional voltage supplies, protections, and other circuitry beyond that used in standard USB is not required.

Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims

What is claimed is:

1. A system comprising:

a USB On-The-Go (OTG) Link controller having two modes of operation, the modes of operation including a Host mode and a Device mode, the USB OTG Link controller configured to:

operate in the Host mode to support the system being connected to a USB device; or

operate in the Device mode to support the system being connected to a USB host;

a non-OTG USB physical interface circuit (PHY) connected to the USB OTG Link controller, the non-OTG USB PHY including circuitry for communication via a USB bus; and

hardware computer-readable storage media comprising software of an interface component that, when executed, implements the Host mode or the Device mode.

2. The system of claim 1, further comprising a USB application configured to control the USB OTG Link controller effective to select the Host mode or the Device mode.

3. The system of claim 1, wherein USB data communication between the OTG Link controller and the non-OTG USB PHY does not pass through a multiplexer.

4. The system of claim 1, wherein USB data is communicated indirectly between the non-OTG PHY and the OTG Link controller.

5. The system of claim 1, wherein USB data is communicated directly between the non-OTG PHY and the OTG Link controller.

6. One or more hardware computer readable storage media encoded with computer-executable instructions that, responsive to execution, directs a computing device to perform acts, the acts comprising:

determining whether a Universal Serial Bus (USB) unit is to operate in a Host or a Device mode;

selecting one of the Host or the Device modes; and

operating, via a software interface component of the USB unit, the USB unit in a selected mode using a non-On-The-Go (OTG) physical interface circuit (PHY) connected to an OTG Link controller, the non-OTG PHY including analog drive circuitry and sensing circuitry for communication via a USB bus, the software interface component embodied on the hardware computer-readable storage media of the USB unit.

7. One or more hardware computer readable storage media of claim 6, wherein the selecting is performed under the influence of a USB application.

8. One or more hardware computer readable storage media of claim 6, wherein USB data is communicated indirectly between the non-OTG PHY and the OTG Link controller.

9. One or more hardware computer readable storage media of claim 6, wherein USB data is communicated directly between the non-OTG PHY and the OTG Link controller.

10. One or more hardware computer readable storage media of claim 6, wherein USB data communicated between the non-OTG PHY and the OTG Link controller is not communicated via a multiplexer or switch.

11. One or more hardware computer readable storage media of claim 6, wherein USB data communicated between the non-OTG PHY and the OTG Link controller is communicated via a multiplexer or switch.

12. One or more hardware computer readable storage media of claim 6, wherein the operating is performed using, at least in part, Link/PHY software that is configured to implement functions that are specific to the Host mode and the Device mode.

13. One or more hardware computer readable storage media of claim 6, wherein the OTG Link controller is a partial OTG Link controller configured to implement Link controller functionalities common to the Host mode and the Device mode.

14. A Universal Serial Bus (USB) unit comprising:

a partial non-On-The-Go (OTG) Link controller configured to implement Link controller functionalities common to a Host mode and a Device mode of operation;

a partial non-OTG physical interface circuit (PHY) connected to the partial OTG Link controller and configured to implement PHY functionalities common to the Host mode and the Device mode of operation, the partial non-OTG PHY including analog drive circuitry and sensing circuitry for communication via a USB bus; and

hardware computer-readable storage media comprising Link/PHY software that, when executed, implements Link/PHY functionalities that are specific to the Host mode or the Device mode of operation.

15. The USB unit of claim 14, further comprising a mode selection module configured to determine whether the USB unit is to operate in the Host mode or the Device mode of operation and to execute the Link/PHY software to operate the partial OTG Link controller and the partial non-OTG PHY in the selected Host mode or the selected Device mode of operation.

16. The USB unit of claim 14, wherein when executed, the Link/PHY software further implements functionalities associated with transaction level protocols for the Host mode or the Device mode of operation.

17. The USB unit of claim 16, wherein the functionalities associated with transaction level protocols for the Host mode comprise functionalities for initiating an Out token to a USB Device, communicating data with the USB Device, and performing a handshake with the USB Device.

18. The USB unit of claim 14, wherein USB data is communicated directly or indirectly between the partial non-On-The-Go (OTG) Link controller and the partial non-OTG PHY.

19. The USB unit of claim 18, wherein the USB data is not communicated through a multiplexer or a switch.

20. The USB unit of claim 18, wherein the USB data is communicated through a multiplexer or a switch.

Resources

Images & Drawings included:

Sources:

Similar patent applications:

Recent applications in this class:

Recent applications for this Assignee: