|
|
#1 |
|
Fully Converged
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,175
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
|
Sony Reader Linux sources updated
Thanks to eagle-eyed Vienna01 for informing us that Sony has quietly updated the Linux sources for their Reader. The only visible difference:old: USBTG_EBOOK4_20060801.tgz new_ USBTG_EBOOK4_20061205.tgz I invite you to compare the two packages and to tell us exactly what has changed. Related: Sony Reader GPL sources download link |
|
|
|
|
|
#2 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,442
Karma: 300001
Join Date: Sep 2006
Location: Belgium
Device: PRS-500/505/700, Kindle, Cybook Gen3, Words Gear
|
Nice! I guess that means we can expect a firmware update pretty soon.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
When I went there it said "PRS-500/U update (20070131)" so maybe its a few days late already.
|
|
|
|
|
|
#4 |
|
Technogeezer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,233
Karma: 1601464
Join Date: Nov 2006
Location: Virginia, USA
Device: Sony PRS-500
|
Still nothing posted at the Sony Support Site
|
|
|
|
|
|
#5 |
|
Banned
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
Code:
*** USBTG_EBOOK4_20060801/usbtarget/dbmx1/dbmx1_usbtg.c Fri May 12 23:48:50 2006
--- USBTG_EBOOK4_20061205/usbtarget/dbmx1/dbmx1_usbtg.c Tue Dec 5 20:18:28 2006
***************
*** 3029,3035 ****
--- 3029,3038 ----
switch (rqst) {
case PM_RESUME: /* USB ON */
+ //printk("PM RESUME\n");
+ /* PRS-500 device is not require this 2006.11.01
if (dev->pm_status != USBTG_PM_ON) {
+ dev->pm_status = USBTG_PM_ON;
if (usbtg_init_device() < 0) {
ERROR("error - failed to initialize device!");
return -1;
***************
*** 3044,3054 ****
dev->pm_status = USBTG_PM_ON;
INFO(1, "[PM] On");
}
! dragonball_gpio_set_bit(PORT_A, 20, 1); // test
//printk("usb resume!\n");
break;
case PM_SUSPEND:
usbtg_stop_monitor_vbus();
if (dev->pm_status == USBTG_PM_ON) {
usbtg_shutdown_device();
--- 3047,3063 ----
dev->pm_status = USBTG_PM_ON;
INFO(1, "[PM] On");
}
! */
! //dragonball_gpio_set_bit(PORT_A, 20, 1); // test -> comment out 061101
//printk("usb resume!\n");
break;
case PM_SUSPEND:
+ //printk("PM SUSPEND\n");
+ if( IS_VBUS_ACTIVE(dev->is_vbus) ) {
+ //printk("PM SUSPEND with vbus active!!\n");
+ return -1; // add 2006.12.05
+ }
usbtg_stop_monitor_vbus();
if (dev->pm_status == USBTG_PM_ON) {
usbtg_shutdown_device();
***************
*** 3078,3084 ****
break;
}
usbtg_suspend();
! dragonball_gpio_set_bit(PORT_A, 20, 0); // test
break;
#ifdef CONFIG_SNSC
--- 3087,3093 ----
break;
}
usbtg_suspend();
! //dragonball_gpio_set_bit(PORT_A, 20, 0); // test -> comment out 061101
break;
#ifdef CONFIG_SNSC
Hopefully the proprietary software got some modifications as well. ![]() I certainly appreciate Sony releasing the GPL source in *advance* of the firmware release, rather than months/years/never like some firms. |
|
|
|
| Advert | |
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sony Reader book sources | RSaunders | Sony Reader | 62 | 12-13-2012 05:32 PM |
| Are sources of (some) parts of the Linux system used in Sony ebooks available? | kartu | Sony Reader Dev Corner | 1 | 01-19-2010 05:02 AM |
| Sources for PDFs, Lit Files for Sony Reader | mrmikel | Deals and Resources (No Self-Promotion or Affiliate Links) | 2 | 03-21-2009 10:29 AM |
| PRS-500 Sony Reader GPL sources download link | Alexander Turcic | Sony Reader Dev Corner | 29 | 07-13-2007 09:00 PM |
| iLiad iPDF and Toolchain Sources Updated | Adam B. | iRex Developer's Corner | 0 | 12-08-2006 09:42 AM |