Skip to content

Commit 2c2322f

Browse files
aakoskinFelipe Balbi
authored andcommitted
USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
On Palm TE nothing happens when you try to use gadget drivers and plug the USB cable. Fix by adding the board to the vbus sense quirk list. Signed-off-by: Aaro Koskinen <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent 6ca6695 commit 2c2322f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/gadget/udc/omap_udc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ static inline int machine_without_vbus_sense(void)
20332033
{
20342034
return machine_is_omap_innovator()
20352035
|| machine_is_omap_osk()
2036+
|| machine_is_omap_palmte()
20362037
|| machine_is_sx1()
20372038
/* No known omap7xx boards with vbus sense */
20382039
|| cpu_is_omap7xx();

0 commit comments

Comments
 (0)