Skip to content

Commit

Permalink
Support for Qualcomm MSM7201/QSD8X50 on-chip EHCI USB controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic74 committed Oct 25, 2010
1 parent bca5320 commit 0e3dbcd
Show file tree
Hide file tree
Showing 7 changed files with 2,807 additions and 1 deletion.

7 comments on commit 0e3dbcd

@gioamato
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, this isn't working on 2.6.35 kernels...when disabling usb gadgets the kernel give an error during compilation in htc_devices.c. THIS:

arch/arm/mach-msm/devices_htc.c: In function 'board_bootloader_setup':
arch/arm/mach-msm/devices_htc.c:610:17: error: 'SHIP_BUILD' undeclared (first use in this function)
arch/arm/mach-msm/devices_htc.c:610:17: note: each undeclared identifier is reported only once for each function it appears in
arch/arm/mach-msm/devices_htc.c:613:17: error: 'ENG_BUILD' undeclared (first use in this function)
make[1]: *** [arch/arm/mach-msm/devices_htc.o] Errore 1
make: *** [arch/arm/mach-msm] Errore 2

What do you think?

@sonic74
Copy link
Owner Author

@sonic74 sonic74 commented on 0e3dbcd Feb 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my patch for 2.6.35 isn't available on github, but only on
http://sven.killig.de/android/N1/2.2/usb_host

@gioamato
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have this link...i used the patch for 2.3.4 but the same error...what change between the patch in the kernel and this on github?

@sonic74
Copy link
Owner Author

@sonic74 sonic74 commented on 0e3dbcd Feb 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My devices_htc.c from the Nexus One kernel
https://nodeload.github.com/android/kernel_msm/tarball/52630a39c5c9348381cec1b623def97f948f4df9
is only 500 lines long.

@gioamato
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll try this...THANKS! only a question...this patch can work on a sense kernel? or only cm kernel?

@sonic74
Copy link
Owner Author

@sonic74 sonic74 commented on 0e3dbcd Feb 7, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know, I only use Nexus One stock kernels.

@gioamato
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very thanks to you Sven!

Please sign in to comment.