Re: [concordance-devel] [PATCH] Support the Harmony Touch (v12)

2015-04-03 Thread Scott Talbert
On Fri, 3 Apr 2015, Phil Dibowitz wrote: -printf( Serial Number: %s\n\t%s\n\t%s\n, get_serial(1), - get_serial(2), get_serial(3)); +if (strlen(mh_get_serial()) != 0) +printf( Serial Number: %s\n, mh_get_serial()); +else +

Re: [concordance-devel] [PATCH] Support the Harmony Touch (v12)

2015-03-06 Thread Scott Talbert
On Mon, 29 Dec 2014, Scott Talbert wrote: -printf( Serial Number: %s\n\t%s\n\t%s\n, get_serial(1), - get_serial(2), get_serial(3)); +if (strlen(mh_get_serial()) != 0) +printf( Serial Number: %s\n, mh_get_serial()); +else +

Re: [concordance-devel] [PATCH] Support the Harmony Touch (v12)

2015-01-11 Thread Scott Talbert
Are you 100% sure you used a clean source tree? These are the only differences between v11 and v12: +case 0xC129: /* Harmony Ultimate Hub */ --- +case 0xC129: /* Harmony Hub */ + { MFG_HAR, Harmony Ultimate Hub, NULL }, --- + { MFG_HAR,

Re: [concordance-devel] [PATCH] Support the Harmony Touch (v12)

2014-12-29 Thread Scott Talbert
On Sat, 29 Nov 2014, Scott Talbert wrote: On Thu, 27 Nov 2014, Phil Dibowitz wrote: -printf( Serial Number: %s\n\t%s\n\t%s\n, get_serial(1), - get_serial(2), get_serial(3)); +if (strlen(mh_get_serial()) != 0) +printf( Serial Number: %s\n,

[concordance-devel] [PATCH] Support the Harmony Touch (v12)

2014-08-22 Thread Scott Talbert
Add the PID for the Touch to the list of MH PIDs. Add the Touch's Skin/Arch to the remote_info structs. Add support for handling the Touch's non-standard serial number, and provide a libconcord call to expose this information. Don't try to read the /cfg/usercfg on the Link/Touch. Remove